1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:05:08 +00:00
serenity/Userland/Libraries/LibWeb/Page
Sam Atkins 53edaa3b26 LibWeb+WebContent: Add set_preferred_color_scheme IPC call
This allows the owner of a WebView to override whether to use a dark
theme or not, instead of just using the system theme's IsDark property.
2021-10-31 18:39:13 +01:00
..
BrowsingContext.cpp LibWeb: Only update layout if actually needed when scrolling to anchor 2021-10-18 10:40:30 +02:00
BrowsingContext.h LibWeb: Don't update rendering in BrowsingContexts without opportunity 2021-10-03 17:39:13 +02:00
EditEventHandler.cpp LibWeb: Rename BrowsingContext::document() => active_document() 2021-09-09 21:25:10 +02:00
EditEventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
EventHandler.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
EventHandler.h LibWeb: Fire "keyup" events as well :^) 2021-09-28 16:56:24 +02:00
Page.cpp LibWeb+WebContent: Add set_preferred_color_scheme IPC call 2021-10-31 18:39:13 +01:00
Page.h LibWeb+WebContent: Add set_preferred_color_scheme IPC call 2021-10-31 18:39:13 +01:00