1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:07:34 +00:00
serenity/Userland/Libraries/LibWeb/Page
Timothy Flynn c503047c71 LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
Rather than expecting the first parent to have a 'title' attribute,
search all ancestors.
2021-03-30 21:21:17 +02: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: Get the first DOM node with a 'title' attribute for tooltip area 2021-03-30 21:21:17 +02:00
EventHandler.h LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Frame.cpp LibWeb: Only call page_did_change_title() from main frame 2021-03-21 09:36:37 +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