Luke Wilde
0f660760ed
LibWeb: Fix incorrect check in BrowsingContext::is_top_level
...
A top level browsing context is a browsing context with no parent
browsing context.
However, we considered a top level browsing context to be a browsing
context with no associated browsing context container.
2022-03-01 21:21:42 +00:00
Andreas Kling
b34dd0fb24
LibWeb: Repaint entire viewport after document layout
...
This fixes an issue with the eyes on ACID2 not appearing until the
page is repainted after loading.
2022-02-15 13:41:19 +01:00
Andreas Kling
1165a94624
LibWeb: Implement BrowsingContext::currently_focused_area()
...
This is "currently focused area of a top level browsing context"
from the HTML spec.
2022-02-06 22:13:13 +01:00
Andreas Kling
7c57961c61
LibWeb: Move BrowsingContext into HTML/
...
Browsing contexts are defined by the HTML specification, so let's move
them into the HTML directory. :^)
2021-11-18 21:11:30 +01:00