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
/
DOM
/
Document.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-25
LibWeb: Propagate errors in Element::scroll_into_view()
Baitinq
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-07
LibWeb: Check that there's a head element before looking for favicons
Luke Wilde
2022-11-07
LibWeb: Stub Document.queryCommandSupported
Luke Wilde
2022-11-05
LibWeb: Cache the first <base href> (in tree order) in Document
Andreas Kling
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-29
LibWeb: Don't update style/layout in template contents owner documents
Andreas Kling
2022-10-29
LibWeb: Make layout-after-resize lazy (because why not)
Andreas Kling
2022-10-29
LibWeb: Update "appropriate template contents owner document" AO
Andreas Kling
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: Make the HTMLParser GC-allocated
Andreas Kling
2022-10-20
LibWeb: Tear down old layout tree when new document becomes active
Andreas Kling
2022-10-20
LibWeb: Discard old browsing context after obtaining a new one
Andreas Kling
2022-10-20
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
Andreas Kling
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-11
LibWeb: Implement a large chunk of the Selection API
Andreas Kling
2022-10-11
LibWeb: Scroll elements into view when they become focused
Andreas Kling
2022-10-10
LibWeb: Make Window.getSelection() forward to Document.getSelection()
Andreas Kling
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-03
LibWeb: Add missing null check while dispatching mouseenter events
Andreas Kling
2022-10-03
LibWeb: Dispatch mouseenter and mouseleave events when required
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Ensure that replaced documents keep the Window of their sibling
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from UIEvents classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
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: Don't trigger page_did_layout() on non-active documents
MacDue
2022-09-21
LibWeb: Flesh out most of the "unload" algorithm for documents
Andreas Kling
[next]