mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
![]() Any browsing context that doesn't have a parent browsing context is now considered a top-level browsing context. This matches the HTML spec. This means we no longer keep a pointer to the top-level context, since we can simply walk the parent chain until we find the topmost ancestor. |
||
---|---|---|
.. | ||
BrowsingContext.cpp | ||
BrowsingContext.h | ||
EditEventHandler.cpp | ||
EditEventHandler.h | ||
EventHandler.cpp | ||
EventHandler.h | ||
Page.cpp | ||
Page.h |