Andreas Kling
|
49d2b11085
LibWeb: Remove MatchingRule::contains_root_pseudo_class member
|
10 months ago |
Andreas Kling
|
c8f22f65d9
LibWeb: Filter rules to run before allocating vector of matches
|
10 months ago |
Sam Atkins
|
a50da405e9
LibWeb/CSS: Implement cascade layers (aka `@layer`)
|
10 months ago |
Sam Atkins
|
49b2eb5f51
LibWeb: Add Document::get_style_sheet_source()
|
10 months ago |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 months ago |
Andreas Kling
|
b42b7c8dd0
LibWeb: Use bitmaps for important/inherited bits in StyleProperties
|
11 months ago |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
11 months ago |
Aliaksandr Kalenik
|
d5926a3231
LibGfx+LibWeb: Rename Gfx::VectorFont to Gfx::Typeface
|
1 year ago |
Andreas Kling
|
254d040ff4
LibGfx: Move Gfx::Painter::ScalingMode => Gfx::ScalingMode
|
1 year ago |
Matthew Olsson
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 year ago |
Andrew Kaster
|
b7526a39b0
LibWeb: Expose StyleComputer's FontLoader class publicly
|
1 year ago |
Andreas Kling
|
afe6abfc09
LibWeb: Use an ancestor filter to quickly reject many CSS selectors
|
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 |
Andreas Kling
|
3c3e591f03
LibWeb: Add a fast (iterative) selector matcher for trivial selectors
|
1 year ago |
Andreas Kling
|
25c22bb5e5
LibWeb: Reorder MatchingRule members to make it smaller
|
1 year ago |
Andreas Kling
|
77d98b5697
LibWeb: Add per-attribute-name CSS rule buckets
|
1 year ago |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 year ago |
Andreas Kling
|
bbf67faa95
LibWeb: Add CSS rule buckets for pseudo elements, and for :root
|
1 year ago |
Aliaksandr Kalenik
|
33294aea86
LibWeb: Apply shadow root style sheets in StyleComputer
|
2 years ago |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 year ago |
Matthew Olsson
|
9e0ff9c140
LibWeb: Expose CSS shorthand -> longhand conversion
|
1 year ago |
Matthew Olsson
|
ae3326a447
LibWeb: Transition StyleComputer to Web Animations
|
1 year ago |
Aliaksandr Kalenik
|
623ad94582
LibWeb: Resolve effective overflow-x and overflow-y according to spec
|
1 year ago |
Andreas Kling
|
e7de5cb4d2
LibWeb: Bring CSS `line-height` closer to other engines
|
1 year ago |
Andreas Kling
|
f0722671c3
LibWeb: Cache the viewport rect across all of style computation
|
1 year ago |
Andreas Kling
|
f900957d26
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
1 year ago |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
1 year ago |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 year ago |
Tim Schumacher
|
a2f60911fe
AK: Rename GenericTraits to DefaultTraits
|
1 year ago |