Andreas Kling
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 year ago |
Bastiaan van der Plaat
|
a05fd28b7b
LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer
|
1 year ago |
Bastiaan van der Plaat
|
f621dc464b
LibWeb: Add internal use_pseudo_element to DOM Element
|
1 year ago |
Shannon Booth
|
af7df1dbbf
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Andreas Kling
|
b1b2ca1485
LibJS: Add basic monomorphic caching for PutById property access
|
1 year ago |
Shannon Booth
|
ea2b733862
LibWeb: Port custom properties to FlyString
|
1 year ago |
Aliaksandr Kalenik
|
707ca984bd
LibWeb: Fix memory leak in CSS::ImageStyleValue
|
1 year ago |
Shannon Booth
|
f5efe9bb63
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
2 years ago |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 years ago |
Andreas Kling
|
cfe663435e
LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors
|
2 years ago |
Andreas Kling
|
4399ca2d82
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
|
2 years ago |
Andreas Kling
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 years ago |
Kenneth Myhra
|
c950d1904a
LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Luke Wilde
|
c247fefee7
LibWeb: Implement CSSStyleDeclaration.cssText
|
2 years ago |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Andreas Kling
|
a0ba49a50a
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
|
3 years ago |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 years ago |
Andreas Kling
|
66618a666b
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |