1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:38:10 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling 57fbeff925 LibWeb: Use delegating constructors in BrowsingContext
This avoids having two nearly-identical initializer lists and and an
awkward setup() function that every constructor must call.
2021-09-08 11:07:14 +02:00
..
BrowsingContext.cpp LibWeb: Use delegating constructors in BrowsingContext 2021-09-08 11:07:14 +02:00
BrowsingContext.h LibWeb: Use delegating constructors in BrowsingContext 2021-09-08 11:07:14 +02:00
EditEventHandler.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
EditEventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
EventHandler.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
EventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
Page.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
Page.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00