summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/BrowsingContextContainer.h
AgeCommit message (Expand)Author
2022-08-05LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindowAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24LibWeb: Implement getSVGDocument() for BrowsingContextContainerIdan Horowitz
2022-03-24LibWeb: Move automatic browsing context creation to HTMLIFrameElementTimothy Flynn
2022-03-09LibWeb: Establish parent/child relationship between BrowsingContextsAndreas Kling
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-16LibWeb: Omit origin check for content document in FrameBox::paint()Linus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-05-31LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"Luke