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-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-23
LibWeb: Fill the whole viewport with the correct background color
Andreas Kling
2022-03-23
LibWeb: Make NodeIterator behave like other browser engines
Andreas Kling
2022-03-23
LibWeb: Minor cleanups in NodeIterator and TreeWalker
Andreas Kling
2022-03-22
LibWeb: Implement Range.deleteContents()
Andreas Kling
2022-03-22
LibWeb: Implement Range.cloneContents()
Andreas Kling
2022-03-22
LibWeb: Convert Text to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ShadowRoot to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ParentNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert NodeOperations to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Node to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Element to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMTokenList to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMImplementation to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Document to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ChildNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
Linus Groh
2022-03-22
LibWeb: Convert Range to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Make DOM::ExceptionOr compatible with the TRY macro
Timothy Flynn
2022-03-22
LibWeb: Fix crash when removing event listeners
Jamie Mansfield
2022-03-22
LibWeb: Expose HTMLCollection's root element to its subclasses
Timothy Flynn
2022-03-21
LibWeb: Implement Range.surroundContents(newParent)
Andreas Kling
2022-03-21
LibWeb: Fix two spec transcription mistakes in live range updating
Andreas Kling
2022-03-21
LibWeb: Fix spec transcription mistake in Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Don't allow setting Range start/end to document being destroyed
Andreas Kling
2022-03-21
LibWeb: Update live ranges on Node insertion and removal
Andreas Kling
2022-03-21
LibWeb: Update live DOM ranges on Text and CharacterData mutations
Andreas Kling
2022-03-21
LibWeb: Implement Range.insertNode(node)
Andreas Kling
2022-03-21
LibWeb: Implement Text.splitText(offset)
Andreas Kling
2022-03-21
LibWeb: Fix logic mistakes in Range stringification
Andreas Kling
2022-03-21
LibWeb: Implement Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Add CharacterData.replaceData(offset, count, data)
Andreas Kling
2022-03-21
LibWeb: Add CharacterData.substringData(offset, count)
Andreas Kling
2022-03-21
LibWeb: Implement stringifier for DOM Range :^)
Andreas Kling
2022-03-21
LibWeb: Only invalidate stacking context tree for opacity/z-index change
Andreas Kling
2022-03-21
LibWeb: Build stacking context tree lazily
Andreas Kling
2022-03-20
LibWeb: Grey out invisible nodes in the DOM inspector
Simon Wanner
2022-03-20
LibWeb: Layout browsing context parent before its children
Andreas Kling
2022-03-20
LibWeb: Clear element.style when the "style" attribute is removed
Andreas Kling
2022-03-20
LibWeb: Evaluate @media CSS rules when updating style
Andreas Kling
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-19
LibWeb: Make document-level style invalidation fast
Andreas Kling
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-18
LibWeb: Invalidate layout after setting Element.innerHTML
Andreas Kling
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Don't discard update_style_recursively() return value
Andreas Kling
2022-03-16
LibWeb: Invalidate less style when moving between hovered nodes
Andreas Kling
2022-03-16
LibWeb: Avoid layout invalidation for some CSS property changes
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after setting CharacterData.data
Andreas Kling
[next]