ladybird/Userland
Linus Groh d947253c51 LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Surprisingly this is not used by the browser's page reload functionality
but only JS's location.reload() - that's probably why this hasn't been
noticed yet. Make sure we notify the page client about the load start in
that case as well. :^)
2021-05-29 01:27:06 +01:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications Browser: Pass Tab::on_title_change title argument as const reference 2021-05-29 01:14:04 +01:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Use a more reasonable default event mask 2021-05-28 08:00:14 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Start timer when first card is moved 2021-05-27 22:55:37 +02:00
Libraries LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload 2021-05-29 01:27:06 +01:00
Services DHCPClient: Avoid unaligned access when parsing options 2021-05-27 15:18:03 +02:00
Shell Shell: Disable the valid test as it has a high failure rate on target 2021-05-27 15:18:03 +02:00
Utilities Userland: Treat inet_pton returning 0 as an error 2021-05-27 22:56:21 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00