1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:18:12 +00:00
serenity/Userland
Andreas Kling 58d3322b0e LibWeb: Don't tell UI process about subframe title changes
This fixes an issue where loading an iframe would cause the current
browser tab title to get overwritten with an empty string.

The problem is that nested browsing contexts can be considered "top
level" during their initialization, but only one browsing context is
ever the Page::top_level_browsing_context(), so that's what we check.
2023-05-27 17:26:29 +02:00
..
Applets LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Applications Browser: Download Widget file and directory text changes 2023-05-25 17:45:16 -06:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
DevTools AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Libraries LibWeb: Don't tell UI process about subframe title changes 2023-05-27 17:26:29 +02:00
Services LibWeb: Make property_id_from_string() return Optional 2023-05-25 06:36:10 +02:00
Shell Shell: Properly detect the kill executable 2023-05-21 14:59:26 +01:00
Utilities headless-browser: Add a --dump-text mode for simplified run & dump tests 2023-05-27 14:03:49 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00