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-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
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-25
LibWeb: Move window.scroll{X,Y} from wrapper into DOM::Window
Andreas Kling
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-24
LibWeb: Give DOM::Document some default style properties
Andreas Kling
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-22
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
Andreas Kling
2021-09-22
LibWeb: Remove unnecessary WindowObject.h include in DOMException.h
Andreas Kling
2021-09-21
LibWeb: Use AK::Variant default initialization in one more place
Ben Wiederhake
2021-09-21
LibWeb: Make DOM::Element::resolve_custom_property() const
Andreas Kling
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-19
LibWeb: Implement basic retargeting of body/frameset event handlers
Andreas Kling
2021-09-19
LibWeb: Add DOM::Document::is_active()
Andreas Kling
[prev]
[next]