Sam Atkins
|
bee32b6cd2
LibWeb: Port CSS::Parser::Declaration to new Strings
|
2 년 전 |
Sam Atkins
|
a168cda4a7
LibWeb: Port CSS::Parser::ComponentValue to new Strings
|
2 년 전 |
Sam Atkins
|
05c1b09621
LibWeb: Port CSS::Parser::Function to new Strings
|
2 년 전 |
Sam Atkins
|
abc01cc9fe
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
|
2 년 전 |
Sam Atkins
|
8af65108e4
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
|
2 년 전 |
Sam Atkins
|
476ec563bc
LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
|
2 년 전 |
Aliaksandr Kalenik
|
ab99e95549
LibWeb: Parse font-stretch CSS property
|
2 년 전 |
martinfalisse
|
9bc001f410
LibWeb: Parse `grid-area` CSS property
|
2 년 전 |
martinfalisse
|
a6548c4d80
LibWeb: Parse `grid-template-areas` CSS property
|
2 년 전 |
martinfalisse
|
0448547553
LibWeb: Parse min and max-content
|
2 년 전 |
martinfalisse
|
9d99bd8258
LibWeb: Use String class in certain CSS Grid classes
|
2 년 전 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 년 전 |
Sam Atkins
|
7d40e3eb0d
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
|
2 년 전 |
MacDue
|
d3588a9a2b
LibWeb: Support `calc()` values in `background-position`
|
2 년 전 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
MacDue
|
28028be2fc
LibWeb: Support `repeating-radial-gradient()`s
|
2 년 전 |
MacDue
|
22a7611e1c
LibWeb: Parse `radial-gradient()`s
|
2 년 전 |
MacDue
|
f1f1977e2d
LibWeb: Move color stop list parsing to standalone functions
|
2 년 전 |
MacDue
|
c02163c31f
LibWeb: Allow optional values to be missing when parsing `<position>`s
|
2 년 전 |
martinfalisse
|
513a123728
LibWeb: Handle multiple line names in the CSS Grid
|
2 년 전 |
Aliaksandr Kalenik
|
2675b9390b
LibWeb: Parse unknown media type in media queries
|
2 년 전 |
Aliaksandr Kalenik
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 년 전 |
MacDue
|
2c2b9fb1d7
LibWeb: Parse `repeating-conic-gradient()`s
|
2 년 전 |
MacDue
|
51cd37110a
LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`
|
2 년 전 |
Andreas Kling
|
8869dec5fd
LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" value
|
2 년 전 |
Aliaksandr Kalenik
|
e4db71c88b
LibWeb: Support translate3d
|
2 년 전 |
Aliaksandr Kalenik
|
f099e2aa12
LibWeb: Use more verbose input in CSS transform function generator
|
2 년 전 |
MacDue
|
49497044de
LibWeb: Parse `conic-gradient()`s
|
2 년 전 |