summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-31LibWeb: Remove Document::is_scripting_enabled() and use Node'sLinus Groh
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-30LibWeb: Implement Element.toggleAttribute()Elisée Maurer
2022-03-30LibWeb: Add fast_is<T>() for some common DOM Node subclassesAndreas Kling
2022-03-29LibWeb: Streamline how inline CSS style declarations are constructedAndreas Kling
2022-03-28LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()Sam Atkins
2022-03-27LibWeb: Ensure lazy WindowObject creation when activating event handlerLinus Groh
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