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-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-19
LibWeb: Add Event.eventPhase constants
Luke Wilde
2021-10-18
LibWeb: Implement the Element classList attribute
Timothy Flynn
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-18
LibWeb: Weakly store NamedNodeMap's & Attribute's associated Element
Timothy Flynn
2021-10-17
LibWeb: Implement the Element attributes getter
Timothy Flynn
2021-10-17
LibWeb: Reimplement Element attribute related methods with NamedNodeMap
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Set an attribute's owning element when it is known
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibWeb: Implement Event.composedPath
Luke Wilde
2021-10-16
LibWeb: Implement Node.getRootNode
Luke Wilde
2021-10-12
LibWeb: Mark elements for style update after their children change
Andreas Kling
2021-10-12
LibWeb: Re-mark nodes as needing style after moving between documents
Andreas Kling
2021-10-12
LibWeb: Style update must recurse into nodes with dirty children
Andreas Kling
2021-10-12
LibWeb: Stop the style/layout update timers after updating style/layout
Andreas Kling
2021-10-11
LibWeb: Add Event.timeStamp
Andreas Kling
2021-10-11
LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org
Linus Groh
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
2021-10-10
LibWeb: Use "= default" to declare empty constructors and descructors
Brian Gianforcaro
2021-10-08
LibWeb: Evaluate `@media` rules
Sam Atkins
2021-10-08
LibWeb: Make sure that root of style updates is marked clean
Andreas Kling
2021-10-08
LibWeb: Update style (if needed) before updating layout
Andreas Kling
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-05
LibWeb: Implement Window::query_media_feature()
Sam Atkins
2021-10-03
LibWeb: Basic support for location.replace(url)
Andreas Kling
2021-10-03
LibWeb: Remove unnecessary `this` capture in RequestAnimationFrameDriver
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive animation frame callbacks
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects
Andreas Kling
2021-10-03
LibWeb: Pass the correct timestamp to requestAnimationFrame callbacks
Andreas Kling
2021-10-03
LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasks
Andreas Kling
2021-10-03
LibWeb: Convert Node.childNodes to NodeList
Luke Wilde
2021-10-03
LibWeb: Convert ParentNode.querySelectorAll to NodeList
Luke Wilde
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-10-01
LibWeb: Create real Keybord & Message events in Document::create_event
Idan Horowitz
2021-10-01
LibWeb: Add the missing PageTransitionEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Use the LibWeb source directory as the IDL #import base path
Idan Horowitz
2021-10-01
LibWeb: Make MediaQueryList store MediaQueries instead of a String
Sam Atkins
2021-10-01
Userland: Fix typos
Nico Weber
2021-10-01
LibWeb: Implement AbortSignal.onabort
Luke Wilde
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-30
LibWeb: Support Element.client{Top,Left,Width,Height}
Andreas Kling
2021-09-30
LibWeb: Support Element.matches(selectors)
Andreas Kling
2021-09-30
LibWeb: Add Node::in_a_document_tree()
Andreas Kling
2021-09-29
LibWeb: Add the missing CustomEvent IDL constructor
Idan Horowitz
[next]