Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 년 전 |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 년 전 |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 년 전 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 년 전 |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 년 전 |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 년 전 |
Andreas Kling
|
a0ba49a50a
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
|
3 년 전 |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 년 전 |
Andreas Kling
|
66618a666b
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
|
3 년 전 |
Andreas Kling
|
427beb97b5
LibWeb: Streamline how inline CSS style declarations are constructed
|
3 년 전 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 년 전 |
Sam Atkins
|
a99d02e14d
LibWeb: Add an enum for !important
|
3 년 전 |
Sam Atkins
|
e8d4236bbd
LibWeb: Use W3C urls for CSSOM spec links
|
3 년 전 |
Brian Gianforcaro
|
027cbe6b89
LibWeb: Optimize CSS::StyleDeclaration for size
|
3 년 전 |
Andreas Kling
|
3db847c64a
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
|
3 년 전 |
Andreas Kling
|
0ab31d8c84
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
|
3 년 전 |
Andreas Kling
|
a2f5589d3a
LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)
|
3 년 전 |
Andreas Kling
|
0bcab60463
LibWeb: Make CSSStyleDeclaration an abstract class
|
3 년 전 |
DoubleNegation
|
0fdfdbed9f
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
|
4 년 전 |
Tobias Christiansen
|
0d7169b91a
LibWeb: Store custom properties in CSSStyleDeclaration
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Andreas Kling
|
cad4cc9a2a
LibWeb: Invalidate element style after setting Element.style.foo
|
4 년 전 |
Andreas Kling
|
33e3f0c71f
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
|
4 년 전 |
Andreas Kling
|
0759f54bd3
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
|
4 년 전 |