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 年之前 |
Andreas Kling
|
874e64d664
LibWeb: Make queue_an_element_task() use JS::SafeFunction
|
2 年之前 |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 年之前 |
Andreas Kling
|
aa4dd6c1bc
LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing
|
2 年之前 |
Andreas Kling
|
530675993b
LibWeb: Rename Attribute to Attr
|
2 年之前 |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 年之前 |
Andreas Kling
|
57db2529cf
LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated
|
2 年之前 |
Andreas Kling
|
b30e95eb27
LibWeb: Don't allocate NamedNodeMap in Element constructor
|
2 年之前 |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
3 年之前 |
Andreas Kling
|
a56b3f9862
LibWeb: Make NamedNodeMap GC-allocated
|
3 年之前 |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
3 年之前 |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Elisée Maurer
|
34db0dab41
LibWeb: Implement Element.toggleAttribute()
|
3 年之前 |
Andreas Kling
|
2b7775118d
LibWeb: Clear element.style when the "style" attribute is removed
|
3 年之前 |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
3 年之前 |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 年之前 |
Andreas Kling
|
43ef813f3d
LibWeb: Rename Element::computed_style() to resolved_css_values()
|
3 年之前 |
Sam Atkins
|
6de2b62906
LibWeb: Display pseudo-elements in the DOM inspector
|
3 年之前 |
Andreas Kling
|
205208db11
LibWeb: Reduce HashMap thrashing during custom property cascade
|
3 年之前 |
Andreas Kling
|
e4fdb40158
LibWeb: Use FlyString for CSS custom property names
|
3 年之前 |
Andreas Kling
|
bfa7aad0f6
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
3 年之前 |
Sam Atkins
|
5390e05851
LibWeb: Extract code for creating a Layout::Node based on display type
|
3 年之前 |