1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:17:44 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling efc6060df0 LibWeb: Dispatch "resize" events on the Window object
It's a little awkward that we do this in two places, but IPWV and OOPWV
currently implement resizing a little differently from each other so we
need to cover both paths.
2021-03-16 18:10:21 +01:00
..
EditEventHandler.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp LibWeb: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +01:00
EventHandler.h LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Frame.cpp LibWeb: Dispatch "resize" events on the Window object 2021-03-16 18:10:21 +01:00
Frame.h LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Page.cpp LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Page.h LibWeb: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +01:00