1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 19:55:07 +00:00
serenity/Libraries/LibWeb/Page
Andreas Kling 81add73955 LibWeb: Make Frame point weakly to Page
This patch makes Page weakable and allows page-less frames to exist.

Page is single-owner, and Frame is multiple-owner, so it's not sound
for Frame to assume its containing Page will stick around for its own
entire lifetime.

Fixes #3976.
2020-11-12 18:29:55 +01:00
..
EventHandler.cpp LibWeb: Make Frame point weakly to Page 2020-11-12 18:29:55 +01:00
EventHandler.h LibWeb: Allow layout nodes to receive and track mouse events 2020-09-11 18:42:43 +02:00
Frame.cpp LibWeb: Make Frame point weakly to Page 2020-11-12 18:29:55 +01:00
Frame.h LibWeb: Make Frame point weakly to Page 2020-11-12 18:29:55 +01:00
Page.cpp LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
Page.h LibWeb: Make Frame point weakly to Page 2020-11-12 18:29:55 +01:00