Andreas Kling
|
77d98b5697
LibWeb: Add per-attribute-name CSS rule buckets
|
1 年間 前 |
Andreas Kling
|
038e0ceee7
LibWeb: Avoid copying the CSS @namespace every time we run a selector
|
1 年間 前 |
Andreas Kling
|
a378303629
LibWeb: Use unchecked_append in StyleComputer::collect_matching_rules()
|
1 年間 前 |
Andreas Kling
|
7da3b0dd7b
LibWeb: Avoid a FlyString->String->FlyString round-trip in StyleComputer
|
1 年間 前 |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 年間 前 |
Andreas Kling
|
bbf67faa95
LibWeb: Add CSS rule buckets for pseudo elements, and for :root
|
1 年間 前 |
Andreas Kling
|
c6e37d0c44
LibWeb: Give Vector<MatchingRule> some inline capacity in StyleComputer
|
1 年間 前 |
Aliaksandr Kalenik
|
33294aea86
LibWeb: Apply shadow root style sheets in StyleComputer
|
2 年 前 |
implicitfield
|
18fe86adc3
LibWeb: Add support for the inline-size CSS property
|
1 年間 前 |
Aliaksandr Kalenik
|
7c322ec710
LibWeb: Implement adoptedStyleSheets attribute for Document
|
1 年間 前 |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 年間 前 |
Matthew Olsson
|
8f3b97e095
LibWeb: Don't render elements with invalid interpolated transform values
|
1 年間 前 |
Matthew Olsson
|
e6aef49ef3
LibWeb: Consider fill state before calling Animation::play()
|
1 年間 前 |
Matthew Olsson
|
5dfe99e247
LibWeb: Do not assert the type of transformation style values
|
1 年間 前 |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 年間 前 |
Matthew Olsson
|
8bb635bd33
LibWeb: Prevent transform interpolations from failing
|
1 年間 前 |
Matthew Olsson
|
ae321b2cdf
LibWeb: Add interpolation for shadow values
|
1 年間 前 |
Matthew Olsson
|
3c21dd4d2b
LibWeb: Move color interpolation into a helper function
|
1 年間 前 |
Matthew Olsson
|
4d9f2bf5f1
LibWeb: Add interpolation for ratio values
|
1 年間 前 |
Matthew Olsson
|
f02cd4d0b0
LibWeb: Add a spec comment for color interpolation
|
1 年間 前 |
Matthew Olsson
|
1f88ca2a03
LibWeb: Remove transform interpolation optimization
|
1 年間 前 |
Matthew Olsson
|
c1ab6ca6b4
LibWeb: Do not invalidate elements with animations in the CSS cascade
|
1 年間 前 |
Matthew Olsson
|
ec766e8669
LibWeb: Correctly set @keyframe rule's effect target
|
1 年間 前 |
Matthew Olsson
|
6d0672eec0
LibWeb: Implement complex transform interpolation
|
1 年間 前 |
Matthew Olsson
|
892f407d75
LibWeb: Do not abort interpolation if the StyleValue types differ
|
1 年間 前 |
Matthew Olsson
|
15942b4262
LibWeb: Revert changing transform's animation-type to by-computed-value
|
1 年間 前 |
Matthew Olsson
|
aca32e298d
LibWeb: Expand shorthand properties in CSS @keyframes
|
1 年間 前 |
Matthew Olsson
|
0f54d797d2
LibWeb: Handle pre-existing animations when considering animation-name
|
1 年間 前 |
Matthew Olsson
|
b235620315
LibWeb: Pause keyframe animations during creation when necessary
|
1 年間 前 |
Matthew Olsson
|
2ee022dead
LibWeb: Set KeyframeEffect's pseudo-element if applicable
|
1 年間 前 |