1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:57:43 +00:00
serenity/Userland/Libraries/LibWeb/Page
Baitinq 45214fdb1a LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Previously we labeled redirects as normal FrameLoader::Type::Navigation,
now we introduce a new FrameLoader::Type::Redirect and label redirects
with it. This will allow us to handle redirects in the browser
differently (such as for overwritting the latest history entry when a
redirect happens) :^)
2022-11-26 11:03:24 +01:00
..
EditEventHandler.cpp LibWeb: Refresh text-<input> contents when pressing backspace or delete 2022-02-19 11:28:59 +01:00
EditEventHandler.h LibWeb: Rename "frame" to "browsing_context" in various places 2022-02-06 16:22:58 +01:00
EventHandler.cpp LibWeb: Return correct value from EventHandler::fire_keyboard_event() 2022-11-26 00:44:49 +01:00
EventHandler.h LibWeb: Make keyboard events properly fire into a focused iframe 2022-11-07 14:10:41 +01:00
Page.cpp LibWeb+WebContent: Move pending dialog handling from PageHost to Page 2022-11-24 00:10:56 +00:00
Page.h LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect 2022-11-26 11:03:24 +01:00