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-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
2021-09-29
LibWeb: Implement ChildNode.remove
Luke Wilde
2021-09-29
LibWeb: Add the missing EventInit property to Event constructor
Idan Horowitz
2021-09-29
LibWeb: Support window.screen{X,Y,Left,Top}
Andreas Kling
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Implement the Document.activeElement attribute
Andreas Kling
2021-09-27
LibWeb: Support window.devicePixelRatio
Andreas Kling
2021-09-27
LibWeb: Support Document.hidden and Document.visibilityState
Andreas Kling
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-26
LibWeb: Convert HTMLCollection to use IDL special operations
Luke Wilde
2021-09-26
LibWeb: Implement Document.importNode
Luke Wilde
2021-09-26
LibWeb: Implement window.queueMicrotask(callback)
Andreas Kling
2021-09-26
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
Andreas Kling
2021-09-26
LibWeb: Add a "page showing" flag to documents
Andreas Kling
2021-09-26
LibWeb: Implement "update the current document readiness" from spec
Andreas Kling
2021-09-26
LibWeb: Store HTML document ready state as an enum
Andreas Kling
2021-09-26
LibWeb: Make unhandled JS exception stand out more in debug log
Andreas Kling
2021-09-26
LibWeb: Mark event listeners generated by event handler attributes
Andreas Kling
2021-09-26
LibWeb: Implement more of "completely finish loading the document"
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-26
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
Andreas Kling
2021-09-26
LibWeb: Make update_style() a no-op if there's no browsing context
Andreas Kling
[next]