summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-25LibWeb: Move window.scroll{X,Y} from wrapper into DOM::WindowAndreas Kling
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
2021-09-24LibWeb: Give DOM::Document some default style propertiesAndreas Kling
2021-09-24LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"Andreas Kling
2021-09-22LibWeb: Add getElementsByTagNameNS and add support for * in non-NSLuke Wilde
2021-09-22LibWeb: Expose the GlobalEventHandlers mixin on the Window objectAndreas Kling
2021-09-22LibWeb: Remove unnecessary WindowObject.h include in DOMException.hAndreas Kling
2021-09-21LibWeb: Use AK::Variant default initialization in one more placeBen Wiederhake
2021-09-21LibWeb: Make DOM::Element::resolve_custom_property() constAndreas Kling
2021-09-20LibWeb: Make <script src> loads partially async (by following the spec)Andreas Kling
2021-09-19LibWeb: Replace ScriptExecutionContext::interpreter() with realm()Andreas Kling
2021-09-19LibWeb: Implement basic retargeting of body/frameset event handlersAndreas Kling
2021-09-19LibWeb: Add DOM::Document::is_active()Andreas Kling
2021-09-19LibWeb: Move `onfoo` attribute handling to EventTargetAndreas Kling
2021-09-18LibWeb: Add a bare-bones SVG <g> elementAndreas Kling
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-16LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unrefBrian Gianforcaro
2021-09-16LibWeb: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibWeb: Add fast_is<HTMLTemplateElement>()Andreas Kling
2021-09-16LibWeb: Move Attribute into the DOM namespaceAndreas Kling
2021-09-15LibWeb: Speed up computed style calculationSam Atkins
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-09-14LibWeb: Implement HTML fragment serialisation and use it in innerHTMLLuke Wilde
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-13LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspectorAndreas Kling
2021-09-13LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()Linus Groh
2021-09-13LibWeb: Implement Node.isEqualNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Implement Node.isSameNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Make requestAnimationFrame() work in multi-process modeAndreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)Andreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12LibWeb: Implement window.matchMedia()Linus Groh
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