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-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
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
Andreas Kling
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibWeb: Add fast_is<HTMLTemplateElement>()
Andreas Kling
2021-09-16
LibWeb: Move Attribute into the DOM namespace
Andreas Kling
2021-09-15
LibWeb: Speed up computed style calculation
Sam Atkins
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspector
Andreas Kling
2021-09-13
LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()
Linus Groh
2021-09-13
LibWeb: Implement Node.isEqualNode(Node? otherNode)
Andreas Kling
2021-09-13
LibWeb: Implement Node.isSameNode(Node? otherNode)
Andreas Kling
2021-09-13
LibWeb: Make requestAnimationFrame() work in multi-process mode
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)
Andreas Kling
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-09-12
LibWeb: Implement window.matchMedia()
Linus Groh
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
[prev]
[next]