summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2023-03-10LibWeb: Implement Element.setAttributeNode{,NS}()Andreas Kling
2023-03-10LibWeb: Implement Document.createAttribute{,NS}()Andreas Kling
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08LibWeb: Add `readiness()` getter in DocumentAliaksandr Kalenik
2023-03-08LibWeb: Convert DOM::Element::m_classes to the new AK::FlyStringAndreas Kling
2023-03-07LibWeb/HTML: Port Window.getSelection() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.scroll() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.history to IDLLinus Groh
2023-03-07LibWeb: Add function to EventTarget that says if it has any listenersLuke Wilde
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Handle both const and non-const Ts in Handle<T>::create()Matthew Olsson
2023-03-05LibWeb: Port MessageEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port MediaQueryListEvent to new StringKenneth Myhra
2023-03-03LibWeb/WebIDL: Store SimpleException message as a String{,View} variantLinus Groh
2023-03-01LibWeb: Skip over grapheme clusters on left/right arrow key pressesTimothy Flynn
2023-03-01LibWeb: Convert Web::DOM::Position::to_deprecated_string to StringTimothy Flynn
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-22LibWeb: Make factory method of Selection::Selection fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of Geometry::DOMRect fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMRectList fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of HTML::BrowsingContext fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of IDLEventListener and NodeFilter fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::UIEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::KeyboardEvent fallibleKenneth Myhra
2023-02-21LibWeb: Use browsing context creator URL for about:blank documentsLuke Wilde
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
2023-02-19LibWeb: Implement Accessible Name and Description CalculationJonah
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2023-02-18LibWeb: Make factory method of HTML::Window fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::History fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::Text fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::StaticNodeList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::NodeIterator fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Range fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::NamedNodeMap fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::MutationRecord fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::MutationObserver fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::LiveNodeList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::HTMLCollection fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Document fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::TreeWalker fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::DOMTokenList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::AccessibilityTreeNode fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::CustomEvent fallibleKenneth Myhra