Andreas Kling
3a7e26ef28
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
...
Names are still catching up after the Frame => BrowsingContext rename.
2021-09-08 11:12:22 +02:00
Andreas Kling
76b0253b6b
LibWeb: Convert BrowsingContext to east-const style
2021-09-08 11:07:14 +02:00
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
Timothy Flynn
fea7e84b26
LibWeb: Move select-all implementation to BrowsingContext
2021-07-14 17:16:39 +02:00
Andreas Kling
f670adb298
LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels
2021-07-10 13:24:46 +02:00
Andreas Kling
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
...
Our "frame" concept very closely matches what the web specs call a
"browsing context", so let's rename it to that. :^)
The "main frame" becomes the "top-level browsing context",
and "sub-frames" are now "nested browsing contexts".
2021-05-30 12:39:53 +02:00