summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-23LibWeb: Fill the whole viewport with the correct background colorAndreas Kling
2022-03-23LibWeb: Make NodeIterator behave like other browser enginesAndreas Kling
2022-03-23LibWeb: Minor cleanups in NodeIterator and TreeWalkerAndreas Kling
2022-03-22LibWeb: Implement Range.deleteContents()Andreas Kling
2022-03-22LibWeb: Implement Range.cloneContents()Andreas Kling
2022-03-22LibWeb: Convert Text to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ShadowRoot to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ParentNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert NodeOperations to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Node to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Element to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMTokenList to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMImplementation to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Document to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ChildNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()Linus Groh
2022-03-22LibWeb: Convert Range to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Make DOM::ExceptionOr compatible with the TRY macroTimothy Flynn
2022-03-22LibWeb: Fix crash when removing event listenersJamie Mansfield
2022-03-22LibWeb: Expose HTMLCollection's root element to its subclassesTimothy Flynn
2022-03-21LibWeb: Implement Range.surroundContents(newParent)Andreas Kling
2022-03-21LibWeb: Fix two spec transcription mistakes in live range updatingAndreas Kling
2022-03-21LibWeb: Fix spec transcription mistake in Range.extractContents()Andreas Kling
2022-03-21LibWeb: Don't allow setting Range start/end to document being destroyedAndreas Kling
2022-03-21LibWeb: Update live ranges on Node insertion and removalAndreas Kling
2022-03-21LibWeb: Update live DOM ranges on Text and CharacterData mutationsAndreas Kling
2022-03-21LibWeb: Implement Range.insertNode(node)Andreas Kling
2022-03-21LibWeb: Implement Text.splitText(offset)Andreas Kling
2022-03-21LibWeb: Fix logic mistakes in Range stringificationAndreas Kling
2022-03-21LibWeb: Implement Range.extractContents()Andreas Kling
2022-03-21LibWeb: Add CharacterData.replaceData(offset, count, data)Andreas Kling
2022-03-21LibWeb: Add CharacterData.substringData(offset, count)Andreas Kling
2022-03-21LibWeb: Implement stringifier for DOM Range :^)Andreas Kling
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-21LibWeb: Build stacking context tree lazilyAndreas Kling
2022-03-20LibWeb: Grey out invisible nodes in the DOM inspectorSimon Wanner
2022-03-20LibWeb: Layout browsing context parent before its childrenAndreas Kling
2022-03-20LibWeb: Clear element.style when the "style" attribute is removedAndreas Kling
2022-03-20LibWeb: Evaluate @media CSS rules when updating styleAndreas Kling
2022-03-20LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()Andreas Kling
2022-03-19LibWeb: Make document-level style invalidation fastAndreas Kling
2022-03-19LibWeb: Rename the LayoutMode enum values and explain themAndreas Kling
2022-03-18LibWeb: Invalidate layout after setting Element.innerHTMLAndreas Kling
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Don't discard update_style_recursively() return valueAndreas Kling
2022-03-16LibWeb: Invalidate less style when moving between hovered nodesAndreas Kling
2022-03-16LibWeb: Avoid layout invalidation for some CSS property changesAndreas Kling
2022-03-16LibWeb: Schedule a relayout after setting CharacterData.dataAndreas Kling