Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 年之前 |
Kenneth Myhra
|
03d6cb88ff
LibWeb: Port KeyboardEvent to new String
|
2 年之前 |
Srikavin Ramkumar
|
149e442c24
LibWeb: Iterate codepoints instead of characters in is_valid_name
|
2 年之前 |
Linus Groh
|
4da68384e6
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
|
2 年之前 |
Andreas Kling
|
8c5c78f1f1
LibWeb: Implement Document.createAttribute{,NS}()
|
2 年之前 |
Andreas Kling
|
2042993997
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
|
2 年之前 |
Linus Groh
|
606b9ff6f3
LibWeb/HTML: Port Window.getSelection() to IDL
|
2 年之前 |
Linus Groh
|
c42496187b
LibWeb/HTML: Port Window.history to IDL
|
2 年之前 |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 年之前 |
Matthew Olsson
|
70a2ca7fc0
LibJS: Handle both const and non-const Ts in Handle<T>::create()
|
2 年之前 |
Kenneth Myhra
|
eed69e5093
LibWeb: Port MessageEvent to new String
|
2 年之前 |
Kenneth Myhra
|
d0f904dd4c
LibWeb: Port MediaQueryListEvent to new String
|
2 年之前 |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |
Kenneth Myhra
|
dcbe927b48
LibWeb: Make factory method of Selection::Selection fallible
|
2 年之前 |
Kenneth Myhra
|
459959b297
LibWeb: Make factory method of HTML::BrowsingContext fallible
|
2 年之前 |
Kenneth Myhra
|
ff92324fa5
LibWeb: Make factory method of DOM::ElementFactory fallible
|
2 年之前 |
Kenneth Myhra
|
587cf355ed
LibWeb: Make factory methods of UIEvents::UIEvent fallible
|
2 年之前 |
Kenneth Myhra
|
a401cff4e2
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
|
2 年之前 |
Luke Wilde
|
2ca8cf49ca
LibWeb: Use browsing context creator URL for about:blank documents
|
2 年之前 |
Jonah
|
29d724d95c
LibWeb: Serialize Accessible Name and Description for Accessibility Tree
|
2 年之前 |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
2 年之前 |
Kenneth Myhra
|
3e834636a6
LibWeb: Make factory method of HTML::Window fallible
|
2 年之前 |
Kenneth Myhra
|
2f4db60c08
LibWeb: Make factory method of HTML::History fallible
|
2 年之前 |
Kenneth Myhra
|
d94b59263e
LibWeb: Make factory method of DOM::NodeIterator fallible
|
2 年之前 |
Kenneth Myhra
|
0791195843
LibWeb: Make factory methods of DOM::Range fallible
|
2 年之前 |
Kenneth Myhra
|
ff875d353b
LibWeb: Make factory method of DOM::HTMLCollection fallible
|
2 年之前 |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
2 年之前 |
Kenneth Myhra
|
0d9076c9f5
LibWeb: Make factory methods of DOM::Document fallible
|
2 年之前 |
Kenneth Myhra
|
552663a2ba
LibWeb: Make factory method of DOM::TreeWalker fallible
|
2 年之前 |
Kenneth Myhra
|
1e03aa0ece
LibWeb: Make factory method of DOM::AccessibilityTreeNode fallible
|
2 年之前 |