1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Userland/Libraries/LibWeb/Page
Luke Warlow b216046234 LibWeb: Implement CloseWatcher API
This implements most of the CloseWatcher API from the html spec.

AbortSignal support is unimplemented.

Integration with dialogs and popovers is also unimplemented.
2024-06-22 17:39:53 +02:00
..
EditEventHandler.cpp LibWeb: Port text segmentation to the ICU text segmenter 2024-06-20 13:46:54 +02:00
EditEventHandler.h LibWeb: Move event handling & cursor from BrowsingContext to Navigable 2024-04-26 20:01:58 +02:00
EventHandler.cpp LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
EventHandler.h LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
InputEvent.cpp LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
InputEvent.h LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
Page.cpp LibWeb: Update current find in page match after performing query 2024-06-20 10:59:32 +02:00
Page.h LibWeb: Update current find in page match after performing query 2024-06-20 10:59:32 +02:00