Sam Atkins
|
188d9f1326
LibWeb: Resolve some trivial clang-tidy warnings in the CSS Parser
|
2 gadi atpakaļ |
MacDue
|
d1b99282d8
LibWeb+Meta: Parse the `backdrop-filter` CSS property
|
2 gadi atpakaļ |
Andreas Kling
|
1dd4e2dc87
LibWeb: Cache lowercased names in SimpleSelector
|
2 gadi atpakaļ |
Andreas Kling
|
c5a19a4d55
LibWeb: Allow CSS at-rules to have an empty prelude
|
2 gadi atpakaļ |
Andreas Kling
|
463355d1eb
LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules
|
2 gadi atpakaļ |
Andreas Kling
|
c4050fe675
LibWeb: Treat unimplemented grid-track-size syntax as "auto" for now
|
2 gadi atpakaļ |
Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 gadi atpakaļ |
martinfalisse
|
0613972f0c
LibWeb: Only set has_span if there is a number following the css value
|
2 gadi atpakaļ |
martinfalisse
|
493c6cf0fd
LibWeb: Parse flexible length values for GridTrackSizes
|
2 gadi atpakaļ |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
cfdb8f2a8e
LibWeb: Make MediaList GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 gadi atpakaļ |
martinfalisse
|
f8e82da4b4
LibWeb: Handle unknown values in grid-template-*
|
2 gadi atpakaļ |
martinfalisse
|
7bb3a8d646
LibWeb: Parse grid-column and grid-row CSS values
|
2 gadi atpakaļ |
martinfalisse
|
44d08b81b7
LibWeb: Parse grid-column-start and related CSS properties
|
2 gadi atpakaļ |
martinfalisse
|
92a00648b1
LibWeb: Parse grid-template-columns and grid-template-rows
|
2 gadi atpakaļ |
MacDue
|
3a1f8d714a
LibWeb: Parse double-position `linear-gradient()` color stops
|
2 gadi atpakaļ |
MacDue
|
f9a685437f
LibWeb: Parse `repeating-linear-gradient()`
|
2 gadi atpakaļ |
MacDue
|
361fc56632
LibWeb: Don't allow mixed commas/no commas in rect() css values
|
2 gadi atpakaļ |
Tom
|
b4dd477644
LibWeb: Parse rect style value
|
2 gadi atpakaļ |
MacDue
|
ca2e345cdc
LibWeb: Support `-webkit-linear-gradient()` correctly
|
2 gadi atpakaļ |
MacDue
|
b5febe538c
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
|
2 gadi atpakaļ |
Sam Atkins
|
094ba6525f
LibWeb: Allow `calc()` inside CSS transform functions :^)
|
3 gadi atpakaļ |
MacDue
|
ae6c0258a4
LibWeb: Parse the linear-gradient() CSS function
|
3 gadi atpakaļ |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 gadi atpakaļ |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 gadi atpakaļ |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 gadi atpakaļ |
MacDue
|
b652546a16
LibWeb: Fix parsing of background-size: contain/cover
|
3 gadi atpakaļ |