index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
Document.cpp
Age
Commit message (
Expand
)
Author
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-24
LibWeb: Implement "create a new browsing context and document"
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement Document::make_active()
Aliaksandr Kalenik
2023-04-24
LibWeb: Convert navigationId from DeprecatedString to String
Aliaksandr Kalenik
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-07
LibWeb: Port CustomEvent to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-04-06
LibWeb: Port KeyboardEvent to new String
Kenneth Myhra
2023-03-28
LibWeb: Iterate codepoints instead of characters in is_valid_name
Srikavin Ramkumar
2023-03-11
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
Linus Groh
2023-03-10
LibWeb: Implement Document.createAttribute{,NS}()
Andreas Kling
2023-03-08
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
Andreas Kling
2023-03-07
LibWeb/HTML: Port Window.getSelection() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.history to IDL
Linus Groh
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Handle both const and non-const Ts in Handle<T>::create()
Matthew Olsson
2023-03-05
LibWeb: Port MessageEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port MediaQueryListEvent to new String
Kenneth Myhra
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory method of Selection::Selection fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of HTML::BrowsingContext fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::UIEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
Kenneth Myhra
2023-02-21
LibWeb: Use browsing context creator URL for about:blank documents
Luke Wilde
2023-02-19
LibWeb: Serialize Accessible Name and Description for Accessibility Tree
Jonah
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-18
LibWeb: Make factory method of HTML::Window fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::History fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::NodeIterator fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Range fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::HTMLCollection fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::TreeWalker fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::AccessibilityTreeNode fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::CustomEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::DOMImplementation fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of CSS::StyleSheetList fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of HTML::MessageEvent fallible
Kenneth Myhra
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
[next]