Andreas Kling
|
906c69c6d1
LibWeb: Don't fall apart on `transition: none` in CSS
|
1 рік тому |
Matthew Olsson
|
3160733c1a
LibWeb: Expand transition longhand values
|
1 рік тому |
Matthew Olsson
|
e4dba9d932
LibWeb: Cache the last CSS play-state value on KeyframeEffect
|
1 рік тому |
Matthew Olsson
|
cf54ba01ac
LibWeb: Be more strict about invoking .play() on element animations
|
1 рік тому |
Matthew Olsson
|
e2dfef90fb
LibWeb: Remove useless animation relevancy check
|
1 рік тому |
Andreas Kling
|
afe6abfc09
LibWeb: Use an ancestor filter to quickly reject many CSS selectors
|
1 рік тому |
Matthew Olsson
|
3dd9f2715f
LibWeb: Resolve unresolved style values when animating properties
|
1 рік тому |
Matthew Olsson
|
b2fb9cc7d3
LibWeb: Allow ignoring unresolved style values when iterating properties
|
1 рік тому |
Matthew Olsson
|
1f53727a3f
LibWeb: Remove Badge from CSS::Parser::resolve_unresolved_style_value
|
1 рік тому |
Matthew Olsson
|
ebfc6c33a6
LibWeb: Remove "resolved" from the name of Keyframe's property map
|
1 рік тому |
Andreas Kling
|
ce2bfb4a12
LibWeb: Make CSSStyleRule::declaration() return a more specific type
|
1 рік тому |
Andreas Kling
|
3c3e591f03
LibWeb: Add a fast (iterative) selector matcher for trivial selectors
|
1 рік тому |
Andreas Kling
|
08a956f544
LibWeb: Ignore all pseudo element rules when matching non-pseudo element
|
1 рік тому |
Andreas Kling
|
4679dbc9df
LibWeb: Make Element::inline_style() return specific declaration type
|
1 рік тому |
Andreas Kling
|
25c22bb5e5
LibWeb: Reorder MatchingRule members to make it smaller
|
1 рік тому |
Andreas Kling
|
963aa213c5
LibWeb: Avoid two calls to Selector::specificity() when sorting rules
|
1 рік тому |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 рік тому |
Andreas Kling
|
21bfa001b1
LibWeb: Make StyleProperties::m_property_values a bit smaller
|
1 рік тому |
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 рік тому |