Age | Commit message (Expand) | Author |
---|---|---|
2022-08-05 | LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow | Andreas Kling |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-24 | LibWeb: Implement getSVGDocument() for BrowsingContextContainer | Idan Horowitz |
2022-03-24 | LibWeb: Move automatic browsing context creation to HTMLIFrameElement | Timothy Flynn |
2022-03-09 | LibWeb: Establish parent/child relationship between BrowsingContexts | Andreas Kling |
2022-02-19 | LibWeb: Move QualifiedName into the Web::DOM namespace | Andreas Kling |
2022-02-16 | LibWeb: Omit origin check for content document in FrameBox::paint() | Linus Groh |
2022-02-15 | LibWeb: Implement BCC's "content document" concept according to spec | Linus Groh |
2021-12-04 | LibWeb: Stop sending "load" event twice to iframes | Andreas Kling |
2021-11-24 | LibWeb: Add JSON serialization for nested browsing contexts | Vyacheslav Pukhanov |
2021-05-31 | LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer" | Luke |