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
Age
Commit message (
Expand
)
Author
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-10
LibWeb: Implement Document.createAttribute{,NS}()
Andreas Kling
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-08
LibWeb: Add `readiness()` getter in Document
Aliaksandr Kalenik
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.scroll() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.history to IDL
Linus Groh
2023-03-07
LibWeb: Add function to EventTarget that says if it has any listeners
Luke Wilde
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
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-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-03-01
LibWeb: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
2023-03-01
LibWeb: Convert Web::DOM::Position::to_deprecated_string to String
Timothy Flynn
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
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 methods of Geometry::DOMRect fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectList 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 IDLEventListener and NodeFilter 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-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-19
LibWeb: Serialize Accessible Name and Description for Accessibility Tree
Jonah
2023-02-19
LibWeb: Implement Accessible Name and Description Calculation
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::Text fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::StaticNodeList 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::NamedNodeMap fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::MutationRecord fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::MutationObserver fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::LiveNodeList 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::DOMTokenList 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
[prev]
[next]