Andreas Kling
|
b45ed48ca7
LibWeb: Support CSSStyleDeclaration.cssFloat
|
3 年之前 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 年之前 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 年之前 |
Andreas Kling
|
c953103d2f
LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCase
|
3 年之前 |
Linus Groh
|
e5409c6ead
LibJS: Convert internal_set() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
6c2b974db2
LibJS: Convert internal_get() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
d9895ec12d
LibJS: Convert internal_has_property() to ThrowCompletionOr
|
3 年之前 |
Andreas Kling
|
f53d0ddba2
LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)
|
3 年之前 |
Andreas Kling
|
0ab31d8c84
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
|
3 年之前 |
Andreas Kling
|
0bcab60463
LibWeb: Make CSSStyleDeclaration an abstract class
|
3 年之前 |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
4 年之前 |
davidot
|
a67f0cbfa2
LibWeb: Make the custom CSSDeclaration methods only work on strings
|
4 年之前 |
davidot
|
e42eaa5d95
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
|
4 年之前 |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 年之前 |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Idan Horowitz
|
dcb55db99b
LibJS: Replace boolean without_side_effects parameters with an enum
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Linus Groh
|
da177c6517
LibJS: Make Errors fully spec compliant
|
4 年之前 |
Andreas Kling
|
cad4cc9a2a
LibWeb: Invalidate element style after setting Element.style.foo
|
4 年之前 |
Andreas Kling
|
4559faf8d8
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
|
4 年之前 |