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-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-14
LibWeb: Make sure ProcessingInstruction objects have the right prototype
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for Attr nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.cloneNode for Attr nodes
Andreas Kling
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Add Document.getSelection
Luke Wilde
2022-12-10
LibWeb: Stub Range.getBoundingClientRect
Luke Wilde
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-01
LibWeb: Ensure the number of pseudo elements stays up-to-date
Timothy Flynn
2022-11-30
LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classes
Andreas Kling
2022-11-25
LibWeb: Add missing [SameObject] extended attributes in IDL files
Andreas Kling
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-23
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
Andreas Kling
2022-11-21
LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()
Baitinq
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-07
LibWeb: Check that there's a head element before looking for favicons
Luke Wilde
2022-11-07
LibWeb: Start implementing the Element scroll attributes
Luke Wilde
2022-11-07
LibWeb: Stub Document.queryCommandSupported
Luke Wilde
2022-11-07
LibWeb: Implement Element.getAttributeNode
Luke Wilde
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-06
LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_cast
Baitinq
2022-11-05
LibWeb: Render text inside <input type=password> as asterisks (`*`)
Andreas Kling
2022-11-05
LibWeb: Add DOM::Node::parent_or_shadow_host_element()
Andreas Kling
2022-11-05
LibWeb: Cache the first <base href> (in tree order) in Document
Andreas Kling
2022-11-03
LibWeb: Make it obvious that DOM::Document makes a copy of its source
Timothy Flynn
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-29
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
Linus Groh
2022-10-29
LibWeb: Don't update style/layout in template contents owner documents
Andreas Kling
2022-10-29
LibWeb: Don't invalidate layout when setting .innerHTML on <template>
Andreas Kling
2022-10-29
LibWeb: Make layout-after-resize lazy (because why not)
Andreas Kling
2022-10-29
LibWeb: Don't invalidate style for entire document on Node insertion
Andreas Kling
2022-10-29
LibWeb: Update "appropriate template contents owner document" AO
Andreas Kling
2022-10-29
LibWeb: Don't invalidate style for entire document on attribute change
Andreas Kling
2022-10-28
LibWeb: Expose NodeFilter on the Window object
Luke Wilde
2022-10-26
LibWeb: Add the ability for an AbortSignal to follow another
Luke Wilde
2022-10-26
LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction
Luke Wilde
2022-10-24
LibWeb: Add EventTarget::has_event_listener(FlyString type)
Andreas Kling
[next]