1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:18:11 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated
This removes a set of complex reference cycles between DOM, layout tree
and browsing context.

It also makes lifetimes much easier to reason about, as the DOM and
layout trees are now free to keep each other alive.
2022-10-20 15:16:23 +02: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: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
EventHandler.h LibWeb: Add stub implementation for handling doubleclicks 2022-06-20 12:55:50 +01:00
Page.cpp LibWeb: Make BrowsingContext GC-allocated 2022-10-20 15:16:23 +02:00
Page.h LibWeb: Make BrowsingContext GC-allocated 2022-10-20 15:16:23 +02:00