summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-10-04LibWeb: Implement a simple version of Element.scrollIntoView()Andreas Kling
2022-10-03LibWeb: Add missing null check while dispatching mouseenter eventsAndreas Kling
2022-10-03LibWeb: Dispatch mouseenter and mouseleave events when requiredAndreas Kling
2022-10-02LibWeb: Fix string whitespace splitting mistakeMacDue
2022-10-02LibWeb: Replace incorrect uses of split_view() for whitespace splittingLinus Groh
2022-10-02LibWeb: Replace incorrect uses of AK::is_ascii_space()Linus Groh
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unused DOM::Node::window helper methodAndrew Kaster
2022-10-01LibWeb: Ensure that replaced documents keep the Window of their siblingAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-09-30LibWeb: Implement :enabled and :disabled pseudo classes to specLuke Wilde
2022-09-29LibWeb: Make FormattingContext::run() take available space as inputAndreas Kling
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Invalidate layout when a DOM node is removed from the treeAndreas Kling
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Make queue_an_element_task() use JS::SafeFunctionAndreas Kling
2022-09-24LibWeb: Don't trigger page_did_layout() on non-active documentsMacDue
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-21LibWeb: Make Node.childNodes vend the same NodeList every timeAndreas Kling
2022-09-21LibWeb: Flesh out most of the "unload" algorithm for documentsAndreas Kling
2022-09-21LibWeb: Save begin/end timestamps for load and DOMContentLoaded eventsAndreas Kling
2022-09-21LibWeb: Save document load timing when updating document readinessAndreas Kling
2022-09-21LibWeb: Add load/unload timing structures to DocumentAndreas Kling
2022-09-20LibWeb: Implement Document/BrowsingContext hookup according to specAndreas Kling
2022-09-20LibWeb: Implement Element.insertAdjacentHTML() from DOM ParsingAndreas Kling
2022-09-20LibWeb: Initialize document referrer from Fetch Request if availableAndreas Kling
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-20LibWeb: Keep more of the navigation parameters in DocumentAndreas Kling
2022-09-20LibWeb: Flesh out "document visibility" state a bit moreAndreas Kling
2022-09-20LibWeb: Set the document "completely loaded time" when appropriateAndreas Kling
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-18LibWeb: Implement basic support for Document.allAndreas Kling
2022-09-18LibWeb: Make Document vend the same HTMLCollections every timeAndreas Kling
2022-09-18LibWeb: Support getting and setting Attr.textContentAndreas Kling
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-18LibWeb: Only uppercase qualified names in HTML documentsAndreas Kling
2022-09-18LibWeb: Make ParentNode.children vend the same HTMLCollection every timeAndreas Kling
2022-09-18LibWeb: Support getElementsByTagName() properly in non-HTML documentsAndreas Kling
2022-09-18LibWeb: Simplify getElementsByTagName{,NS}() filtersAndreas Kling