summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-12LibWeb: Add Document::is_fully_activeLuke Wilde
2021-09-11LibWeb: Throw SyntaxError on bogus querySelector{,All} input selectorAndreas Kling
2021-09-11LibWeb: Add naive support for the Document.referrer attributeAndreas Kling
2021-09-11LibWeb: Stub out a dummy window.getComputedStyle()Andreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Make DOM::Window store its associated document in a WeakPtrAndreas Kling
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Convert DOM::Window to east-const styleAndreas Kling
2021-09-09LibWeb: Add DOM::Window::page()Andreas Kling
2021-09-09LibWeb: Implement "Document has a style sheet that is blocking scripts"Andreas Kling
2021-09-09LibWeb: Add DOM::Element::queue_an_element_task(source, steps)Andreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Remove unnecessary DOM::Position destructorAndreas Kling
2021-09-07LibWeb: Add preceding and following Node cases in tree constraintsLuke Wilde
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibWeb: Make Node.textContent more spec compliantLuke Wilde
2021-09-06LibWeb: Implement the (string) replace all operations for NodeLuke Wilde
2021-09-06LibWeb: Add [LegacyNullToEmptyString] to CharacterData.dataLuke Wilde
2021-09-06LibWeb: Add constructors for Text, DocumentFragment and CommentLuke Wilde
2021-09-02LibWeb: Check target's root instead of target itself in EventDispatcherLuke Wilde
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-09-02LibWeb: Include DOM Node ID in serialized JSONSam Atkins
2021-09-02LibWeb: Give each Node a unique IDSam Atkins
2021-09-02LibWeb: Remove commented-out dbglnSam Atkins
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-09-02LibWeb: Add missing shadow including ancestor checks in EventDispatcherLuke Wilde
2021-09-02LibWeb: Add shadow including ancestor/descendant checksLuke Wilde
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-08-05LibWeb: Ignore svg elements outside of <svg> when building layout treeK-Adam
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-20LibWeb: Don't print JavaScript syntax error hintsAlexander
2021-07-17LibWeb: Avoid UAF in query_selector{,_all}()Alexander
2021-07-14LibWeb: Make CSS::Selector reference countedSam Atkins
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-07LibJS: Remove the NativeProperty mechanism from LibJSIdan Horowitz
2021-07-05LibWeb: Implement Node.containsLuke
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-07-05LibWeb: Make adopted_from no longer take a const Document referenceLuke
2021-07-05LibWeb: Add the cloning steps in clone_nodeLuke
2021-07-05LibWeb: Use the element factory in clone_nodeLuke
2021-07-05LibWeb: Make clone_node capable of cloning document fragmentsLuke
2021-07-05LibWeb: Check if scripting is disabled before running scriptLuke
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz