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
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2022-02-03
LibWeb: Add Document.hasFocus() stub
Andreas Kling
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibWeb: Implement ChildNode.replaceWith
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.after
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.before
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2022-01-24
LibWeb: Resolve a FIXME when determining target of an event handler
Andreas Kling
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-20
LibWeb: Don't match the node querySelector(All) was called on
Luke Wilde
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-02
LibWeb: Introduce MediaFeatureValue type for use in media queries
Sam Atkins
2021-12-30
LibWeb: Implement Element.getAttributeNames
Luke Wilde
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-12-09
LibWeb: Make CSS::Screen forward its ref count to DOM::Window
Andreas Kling
2021-12-09
LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::Element
Andreas Kling
2021-12-09
LibWeb: Make DOMImplementation forward its ref count to DOM::Document
Andreas Kling
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-04
LibWeb: Fix DOMImplementation changing content type of wrong document
Andreas Kling
2021-11-24
LibWeb: Add JSON serialization for nested browsing contexts
Vyacheslav Pukhanov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-17
LibWeb: Remove background-repeat/image fields and getters
Sam Atkins
2021-11-17
LibWeb: Store background layers in ComputedValues
Sam Atkins
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-11-03
LibWeb: Change Document.{hidden,visibilityState} spec links to HTML
Luke Wilde
2021-11-02
LibWeb: Show DOM comment contents in DOM inspector
Andreas Kling
2021-11-02
LibWeb: Hide uninteresting whitespace text nodes from DOM inspector
Andreas Kling
2021-10-31
LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Implement `prefers-color-scheme` media query feature
Sam Atkins
2021-10-28
LibWeb: Add Element.webkitMatchesSelector
Luke Wilde
2021-10-28
LibWeb: Remove two lowercase string creations from Element::has_class
Timothy Flynn
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-19
LibWeb: Add Event.eventPhase constants
Luke Wilde
[prev]
[next]