summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Document.cpp
AgeCommit message (Expand)Author
2023-04-25LibWeb+WebContent: Make document background and Viewport transparentSigmund Lahn
2023-04-24LibWeb: Implement "create a new browsing context and document"Aliaksandr Kalenik
2023-04-24LibWeb: Implement Document::make_active()Aliaksandr Kalenik
2023-04-24LibWeb: Convert navigationId from DeprecatedString to StringAliaksandr Kalenik
2023-04-20LibWeb/DOM: Rename Node::{paint => paintable}_box()Linus Groh
2023-04-19LibWeb: Rename BrowsingContextContainer => NavigableContainerAndreas Kling
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-09LibWeb: Port fire_a_page_transition_event() to new FlyStringKenneth Myhra
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-07LibWeb: Port CustomEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-03-28LibWeb: Iterate codepoints instead of characters in is_valid_nameSrikavin Ramkumar
2023-03-11LibWeb/HTML: Make Window::m{location,navigator} lazily allocatedLinus Groh
2023-03-10LibWeb: Implement Document.createAttribute{,NS}()Andreas Kling
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.history to IDLLinus Groh
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-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 method of HTML::BrowsingContext fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOM::ElementFactory 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-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
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::NodeIterator fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Range 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::AccessibilityTreeNode fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::CustomEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::DOMImplementation fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::StyleSheetList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of HTML::MessageEvent fallibleKenneth Myhra
2023-02-02LibWeb: Rename DOM::shadow_root() to shadow_root_internal()Karol Kosek
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh