Jonne Ransijn
|
07cd7d479f
LibWeb: Remove reference counting for `CSS::StyleProperties`
|
8 months ago |
Andreas Kling
|
aa8f17aea4
LibWeb: Rename invalidate_layout() => invalidate_layout_tree()
|
9 months ago |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
11 months ago |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
11 months ago |
Aliaksandr Kalenik
|
9e22233be9
LibWeb: Enable fast path of animation invalidation for pseudo-elements
|
11 months ago |
Sam Atkins
|
59778d2b36
LibWeb/CSS: Make CSS Parser::create() infallible
|
11 months ago |
Matthew Olsson
|
7950992fc2
LibWeb: Remove TimingFunction in favor of EasingStyleValue::Function
|
1 year ago |
Matthew Olsson
|
31618abf15
LibWeb: Correct observable property access order in KeyframeEffect
|
1 year ago |
Matthew Olsson
|
c85f00e373
LibWeb: Only read enumerable keyframe properties
|
1 year ago |
Matthew Olsson
|
44bb6e8390
LibWeb: Handle the cssFloat and cssOffset keyframe properties properly
|
1 year ago |
Matthew Olsson
|
36ceaf38d5
LibWeb: Check for nullish objects in process_a_keyframe algorithm
|
1 year ago |
Matthew Olsson
|
37ee45db3d
LibWeb: Use camelCase for JS keyframe objects
|
1 year ago |
Matthew Olsson
|
b5c682bc2e
LibWeb: Copy the keyframes in KeyframeEffect's copy constructor
|
1 year ago |
Matthew Olsson
|
73aadddbc1
LibWeb: Reject invalid keyframe offset values
|
1 year ago |
Matthew Olsson
|
e13cd914a9
LibWeb: Handle animating the 'all' property
|
1 year ago |
Matthew Olsson
|
64ec66e209
LibWeb: Handle animating 'initial' property values
|
1 year ago |
Matthew Olsson
|
2adb4c460d
LibWeb: Change enum to enum class in KeyframeEffect
|
1 year ago |
Matthew Olsson
|
7bd62809a9
LibWeb: Include leading colons in KeyframeEffect::pseudo_element()
|
1 year ago |
Matthew Olsson
|
854d02fe10
LibWeb: Reject more invalid pseudo-element selectors in KeyframeEffect
|
1 year ago |
Matthew Olsson
|
e188ab1493
LibWeb: Add missing spec links to KeyframeEffect
|
1 year ago |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 year ago |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 year ago |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 year ago |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 year ago |
Matthew Olsson
|
0d70311c90
LibWeb: Resolve unresolved style values eagerly in KeyframeEffect
|
1 year ago |
Matthew Olsson
|
3dd9f2715f
LibWeb: Resolve unresolved style values when animating properties
|
1 year ago |
Matthew Olsson
|
b2fb9cc7d3
LibWeb: Allow ignoring unresolved style values when iterating properties
|
1 year ago |
Matthew Olsson
|
ebfc6c33a6
LibWeb: Remove "resolved" from the name of Keyframe's property map
|
1 year ago |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |