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-02-19
LibWeb: Serialize Accessible Name and Description for Accessibility Tree
Jonah
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-18
LibWeb: Make factory method of HTML::Window fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::History fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::NodeIterator fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Range fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::HTMLCollection fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::TreeWalker fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::AccessibilityTreeNode fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::CustomEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::DOMImplementation fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of CSS::StyleSheetList fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of HTML::MessageEvent fallible
Kenneth Myhra
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
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
[next]