Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | LibWeb: Implement creation of fresh top-level traversables | Aliaksandr Kalenik | |
Co-authored-by: Andreas Kling <kling@serenityos.org> | |||
2023-04-20 | LibWeb/HTML: Store NonnullGCPtr in browsing context group set | Linus Groh | |
These are never supposed to be null. | |||
2023-04-20 | LibWeb/HTML: Store NonnullGCPtr in browsing context set | Linus Groh | |
These are never supposed to be null. | |||
2022-10-20 | LibWeb: Make BrowsingContext GC-allocated | Andreas Kling | |
(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-09-20 | LibWeb: Implement "browsing context group" concept from the HTML spec | Andreas Kling | |