Age | Commit message (Expand) | Author |
2023-04-09 | LibWeb: Port fire_a_page_transition_event() to new FlyString | Kenneth Myhra |
2023-04-09 | LibWeb: Port DOMEventListener to new FlyString | Kenneth Myhra |
2023-04-09 | LibWeb: Port EventTarget to new {Fly}String | 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: Add a bunch of missing CEReactions | Luke Wilde |
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-30 | LibWeb: Make the Node.compareDocumentPosition() return value enum public | Andreas Kling |
2023-03-28 | LibWeb: Allow attachshadow for elements with valid custom element names | Srikavin Ramkumar |
2023-03-28 | LibWeb: Return HTMLElement for valid custom element tag names | Srikavin Ramkumar |
2023-03-28 | LibWeb: Iterate codepoints instead of characters in is_valid_name | Srikavin Ramkumar |
2023-03-21 | LibWeb: Pass scope in ParentNode::query_selector_all | Simon Wanner |
2023-03-21 | LibWeb: Pass scope in ParentNode::query_selector | Simon Wanner |
2023-03-21 | LibWeb: Pass scope in Element::closest | Simon Wanner |
2023-03-21 | LibWeb: Pass scope in Element::matches | Simon Wanner |
2023-03-20 | LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin | Simon Wanner |
2023-03-18 | LibWeb+LibWebView: Show shadow roots in the DOM inspector | Simon Wanner |
2023-03-18 | LibWeb: Port MutationRecord types to FlyString | Timothy Flynn |
2023-03-18 | LibWeb: Initialize static web strings during main-thread VM creation | Timothy Flynn |
2023-03-18 | LibWeb: Fix bogus callback comparisons in EventTarget | Andreas Kling |
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2023-03-11 | LibWeb/HTML: Make Window::m{location,navigator} lazily allocated | Linus Groh |
2023-03-11 | LibWeb: Add fast_is<T>() for various types stood out in a profile | Andreas Kling |
2023-03-10 | LibWeb: Implement Range.createContextualFragment() | Andreas Kling |
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 |