Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 년 전 |
Andreas Kling
|
fb6d6a985f
LibWeb: Implement Element.setAttributeNode{,NS}()
|
2 년 전 |
Andreas Kling
|
2042993997
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
|
2 년 전 |
Linus Groh
|
2b6d9cca1a
LibWeb/HTML: Port Window.scroll() to IDL
|
2 년 전 |
Andreas Kling
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 년 전 |
Karol Kosek
|
4311fd2774
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
|
2 년 전 |
Karol Kosek
|
01e2cc5330
LibWeb: Add a helper function for checking if element is a shadow host
|
2 년 전 |
Karol Kosek
|
2cc108a15e
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
|
2 년 전 |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 년 전 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 년 전 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Jonah
|
cd95e5f656
LibWeb: Add (exclude/include)_from_accessibility_tree
|
2 년 전 |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 년 전 |
Baitinq
|
6a72a4df96
LibWeb: Propagate errors in Element::scroll_into_view()
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Timothy Flynn
|
fddbc2e378
LibWeb: Ensure the number of pseudo elements stays up-to-date
|
2 년 전 |
Luke Wilde
|
a268026e4e
LibWeb: Start implementing the Element scroll attributes
|
2 년 전 |
Luke Wilde
|
8066a67da2
LibWeb: Implement Element.getAttributeNode
|
2 년 전 |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 년 전 |
Timothy Flynn
|
13b8eeff54
LibWeb: Fully implement the fragment serializing algorithm
|
2 년 전 |
Andreas Kling
|
ccd72a2add
LibWeb: Don't invalidate style for entire document on attribute change
|
2 년 전 |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 년 전 |
Andreas Kling
|
8412206cb4
LibWeb: Cache pseudo element layout nodes weakly on DOM::Element
|
2 년 전 |
Andreas Kling
|
5ab501c92f
LibWeb: Scroll elements into view when they become focused
|
2 년 전 |
Andreas Kling
|
162e4179fc
LibWeb: Implement a simple version of Element.scrollIntoView()
|
2 년 전 |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 년 전 |
Luke Wilde
|
540c307009
LibWeb: Implement Element.insertAdjacentText
|
2 년 전 |
Luke Wilde
|
d540e2ec98
LibWeb: Implement Element.insertAdjacentElement
|
2 년 전 |
Luke Wilde
|
2133b7d58a
LibWeb: Implement :enabled and :disabled pseudo classes to spec
|
2 년 전 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 년 전 |