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
Age
Commit message (
Expand
)
Author
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-12
LibWeb: Add Document::is_fully_active
Luke Wilde
2021-09-11
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
Andreas Kling
2021-09-11
LibWeb: Add naive support for the Document.referrer attribute
Andreas Kling
2021-09-11
LibWeb: Stub out a dummy window.getComputedStyle()
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Make DOM::Window store its associated document in a WeakPtr
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Convert DOM::Window to east-const style
Andreas Kling
2021-09-09
LibWeb: Add DOM::Window::page()
Andreas Kling
2021-09-09
LibWeb: Implement "Document has a style sheet that is blocking scripts"
Andreas Kling
2021-09-09
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Remove unnecessary DOM::Position destructor
Andreas Kling
2021-09-07
LibWeb: Add preceding and following Node cases in tree constraints
Luke Wilde
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
2021-09-06
LibWeb: Implement the (string) replace all operations for Node
Luke Wilde
2021-09-06
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
Luke Wilde
2021-09-06
LibWeb: Add constructors for Text, DocumentFragment and Comment
Luke Wilde
2021-09-02
LibWeb: Check target's root instead of target itself in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-09-02
LibWeb: Include DOM Node ID in serialized JSON
Sam Atkins
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-09-02
LibWeb: Remove commented-out dbgln
Sam Atkins
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-09-02
LibWeb: Add missing shadow including ancestor checks in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Add shadow including ancestor/descendant checks
Luke Wilde
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-17
LibWeb: Avoid UAF in query_selector{,_all}()
Alexander
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-05
LibWeb: Implement Node.contains
Luke
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-05
LibWeb: Make adopted_from no longer take a const Document reference
Luke
2021-07-05
LibWeb: Add the cloning steps in clone_node
Luke
2021-07-05
LibWeb: Use the element factory in clone_node
Luke
2021-07-05
LibWeb: Make clone_node capable of cloning document fragments
Luke
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized
Idan Horowitz
[next]