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
/
BrowsingContext.cpp
Age
Commit message (
Expand
)
Author
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
Idan Horowitz
2022-11-15
LibWeb: Add the 'opener browsing context' BrowsingContext property
Idan Horowitz
2022-11-08
LibWeb: Add a flag to track when a browsing context has been discarded
Timothy Flynn
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-24
LibWeb: Move url_origin() to URL/URL.{cpp,h}
Linus Groh
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-20
LibWeb: Tear down old layout tree when new document becomes active
Andreas Kling
2022-10-20
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
Andreas Kling
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-10-05
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
Linus Groh
2022-10-05
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-29
LibWeb: Don't force layout when scrolling to non-existent anchor
Andreas Kling
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
Andreas Kling
2022-09-21
LibWeb: Abort the active document when navigating a browsing context
Andreas Kling
2022-09-21
LibWeb: Implement the "close" algorithm for browsing contexts
Andreas Kling
2022-09-21
LibWeb: Save document load timing when creating browsing context
Andreas Kling
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: Flesh out a chunk of the HTML spec's frame navigation algorithms
Andreas Kling
2022-09-20
LibWeb: Implement "browsing context group" concept from the HTML spec
Andreas Kling
2022-09-17
LibWeb: Implement basic "scroll" events at the document level
Andreas Kling
2022-09-09
LibWeb: Implement window.length
networkException
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrapper class
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-26
LibWeb: Don't return an opaque origin for file:// URLs
MacDue
2022-08-26
LibWeb: Determine the origin when navigating across documents
MacDue
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibWeb: Bring browsing context creation closer to spec
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-08-05
LibWeb: Add browsing context "still on its initial about:blank Document"
Andreas Kling
2022-04-06
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
Andreas Kling
2022-03-26
LibWeb: Bring handling of anchor elements closer to spec
sin-ack
2022-03-20
LibWeb: Invalidate style & layout inside iframes when they change size
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibWeb: Invalidate layout on BrowsingContext resize
Andreas Kling
2022-03-15
LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robust
Andreas Kling
2022-03-15
LibWeb: Invalidate style when a browsing context's viewport is resized
Andreas Kling
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-01
LibWeb: Fix incorrect check in BrowsingContext::is_top_level
Luke Wilde
[next]