Carwyn Nelson
|
30f59cfe1a
LibWeb: Skip transitions for pseudo elements
|
9 mēneši atpakaļ |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 mēneši atpakaļ |
Aliaksandr Kalenik
|
94b3b84dd8
LibWeb: Make sure style is up-to-date in getAnimations()
|
9 mēneši atpakaļ |
Sam Atkins
|
8c79edac08
LibWeb: Ensure Elements don't need style update after computing style
|
9 mēneši atpakaļ |
Aliaksandr Kalenik
|
5faca4f027
LibWeb: Resolve document.fonts.ready() after fonts defined in CSS loaded
|
9 mēneši atpakaļ |
Andreas Kling
|
f1be662f68
LibWeb: Always blockify the root element
|
9 mēneši atpakaļ |
Sam Atkins
|
4a67b28600
LibWeb/CSS: Make font-stretch a legacy alias for new font-width
|
9 mēneši atpakaļ |
Sam Atkins
|
fdcece2e88
LibWeb/CSS: Implement legacy name aliases for properties
|
9 mēneši atpakaļ |
Sam Atkins
|
dcf55dd492
LibWeb/CSS: Clarify comment about cascading presentational hints
|
9 mēneši atpakaļ |
Sam Atkins
|
bea47a2554
LibWeb/CSS: Correct behavior of `revert` inside a `@layer`
|
9 mēneši atpakaļ |
Andreas Kling
|
9765a733d0
LibWeb: Don't extrapolate transition properties for unknown properties
|
9 mēneši atpakaļ |
Aliaksandr Kalenik
|
74588a0a16
LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted
|
9 mēneši atpakaļ |
Andreas Kling
|
8beb7c7700
LibWeb: Cache whether there are any :has() selectors present
|
9 mēneši atpakaļ |
Andreas Kling
|
42a1a0bd73
LibWeb: Put CSS transitions debug spam behind CSS_TRANSITIONS_DEBUG
|
9 mēneši atpakaļ |
Sam Atkins
|
a1fca1a7f3
LibWeb: Start transitions when affected properties change
|
9 mēneši atpakaļ |
Sam Atkins
|
e544166977
LibWeb: Parse transition values and cache them on Animatable elements
|
9 mēneši atpakaļ |
Sam Atkins
|
70d99db992
LibWeb/CSS: Extract interpolation code into its own files
|
9 mēneši atpakaļ |
Andreas Kling
|
32299e74cb
LibWeb: Make CSS font loader tolerate WPT web server shenanigans
|
9 mēneši atpakaļ |
Sam Atkins
|
76daba3069
LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue
|
9 mēneši atpakaļ |
Annya
|
bea7eec518
LibWeb/CSS: Implement revert-layer
|
9 mēneši atpakaļ |
Andreas Kling
|
87056ee0d2
LibWeb: Bucket CSS rules by pseudo-element
|
10 mēneši atpakaļ |
Andreas Kling
|
d22228ab93
LibWeb: Bail early from doomed pseudo-element style computation
|
10 mēneši atpakaļ |
Andreas Kling
|
e399b472e9
LibWeb: Make CSS::StyleProperties copy-on-write internally
|
10 mēneši atpakaļ |
Aliaksandr Kalenik
|
2aa07e0e65
LibWeb: Do not try to load a font if format detection has failed
|
10 mēneši atpakaļ |
Andreas Kling
|
ef4f5ac8fb
LibWeb: Filter :hover selectors early for elements that aren't hovered
|
10 mēneši atpakaļ |
Andreas Kling
|
5bb0f43b90
LibWeb: Bucket :is/where() selectors by tag name and ID as well
|
10 mēneši atpakaļ |
Andreas Kling
|
49d2b11085
LibWeb: Remove MatchingRule::contains_root_pseudo_class member
|
10 mēneši atpakaļ |
Andreas Kling
|
c8f22f65d9
LibWeb: Filter rules to run before allocating vector of matches
|
10 mēneši atpakaļ |
Andreas Kling
|
b365a5c42f
LibWeb: Bucket div.foo and div#foo as class/ID rather than tag(div)
|
10 mēneši atpakaļ |
Andreas Kling
|
ad37c8cd26
LibWeb: Treat :is(.foo) & :where(.foo) as class selectors when bucketing
|
10 mēneši atpakaļ |