ladybird/Userland/Libraries/LibWeb/Page
Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes
These classes only needed Window to get at its realm. Pass a realm
directly to construct Crypto, Encoding, HRT, IntersectionObserver,
NavigationTiming, Page, RequestIdleCallback, Selection, Streams, URL,
and XML classes.
2022-10-01 21:05:32 +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: Remove unecessary dependence on Window from assorted classes 2022-10-01 21:05:32 +01:00
EventHandler.h LibWeb: Add stub implementation for handling doubleclicks 2022-06-20 12:55:50 +01:00
Page.cpp LibWeb: Implement "browsing context group" concept from the HTML spec 2022-09-20 10:32:12 +02:00
Page.h LibWeb+WebContent: Setup the js console client earlier 2022-09-21 17:34:32 +01:00