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
2023-05-04
LibWeb: Add an interface to be notified of Document state changes
Timothy Flynn
2023-05-04
LibWeb: Implement the EventTarget constructor
Luke Wilde
2023-05-03
LibWeb: Implement the "The html element fills the viewport quirk"
Andreas Kling
2023-05-03
LibWeb: Implement "attempt to populate the history entry's document"
Aliaksandr Kalenik
2023-05-03
LibWeb: Move document loading into separate file
Aliaksandr Kalenik
2023-04-30
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
Matthew Olsson
2023-04-30
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
Matthew Olsson
2023-04-28
LibWeb: Implement SVGLinearGradientElement (<linearGradient>)
MacDue
2023-04-28
LibWeb: Implement SVGStopElement (<stop>)
MacDue
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-24
LibWeb: Serialize element's IDs when serializing a11y tree
Jonah
2023-04-24
LibWeb: Implement "create a new browsing context and document"
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement Document::make_active()
Aliaksandr Kalenik
2023-04-24
LibWeb: Convert navigationId from DeprecatedString to String
Aliaksandr Kalenik
2023-04-23
LibWeb: Implement Node::navigable()
Aliaksandr Kalenik
2023-04-21
LibWeb: Add XMLDocument stub
Luke Wilde
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-14
LibWeb: Set Comment's prototype
Luke Wilde
2023-04-13
LibWeb: Don't match the root node of HTMLCollection
Luke Wilde
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-11
LibWeb: Handle null values when making args for attributeChangedCallback
Luke Wilde
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port DOMEventListener to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port EventTarget to new {Fly}String
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-07
LibWeb: Port CustomEvent to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Add a bunch of missing CEReactions
Luke Wilde
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-04-06
LibWeb: Port KeyboardEvent to new String
Kenneth Myhra
2023-03-30
LibWeb: Make the Node.compareDocumentPosition() return value enum public
Andreas Kling
2023-03-28
LibWeb: Allow attachshadow for elements with valid custom element names
Srikavin Ramkumar
2023-03-28
LibWeb: Return HTMLElement for valid custom element tag names
Srikavin Ramkumar
2023-03-28
LibWeb: Iterate codepoints instead of characters in is_valid_name
Srikavin Ramkumar
2023-03-21
LibWeb: Pass scope in ParentNode::query_selector_all
Simon Wanner
2023-03-21
LibWeb: Pass scope in ParentNode::query_selector
Simon Wanner
2023-03-21
LibWeb: Pass scope in Element::closest
Simon Wanner
2023-03-21
LibWeb: Pass scope in Element::matches
Simon Wanner
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2023-03-18
LibWeb+LibWebView: Show shadow roots in the DOM inspector
Simon Wanner
2023-03-18
LibWeb: Port MutationRecord types to FlyString
Timothy Flynn
2023-03-18
LibWeb: Initialize static web strings during main-thread VM creation
Timothy Flynn
2023-03-18
LibWeb: Fix bogus callback comparisons in EventTarget
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-11
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
Linus Groh
2023-03-11
LibWeb: Add fast_is<T>() for various types stood out in a profile
Andreas Kling
2023-03-10
LibWeb: Implement Range.createContextualFragment()
Andreas Kling
[next]