index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
BrowsingContextContainer.h
Age
Commit message (
Expand
)
Author
2022-11-04
LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy
Andreas Kling
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-20
LibWeb: Implement Document/BrowsingContext hookup according to spec
Andreas Kling
2022-09-20
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
Andreas Kling
2022-09-20
LibWeb: Implement more spec-compliant iframe/frame attribute processing
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
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