1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated
(And BrowsingContextGroup had to come along for the ride as well.)
This solves a number of nasty reference cycles between browsing
contexts, history items, and their documents.
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: Ignore "pointer-events: none" elements in hit_test 2022-10-19 16:11:15 +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