martinfalisse
|
b2b677e984
LibWeb: Refactor GridTrackSize classes
|
2 years ago |
martinfalisse
|
e227e8027f
LibWeb: Parse minmax() value
|
2 years ago |
martinfalisse
|
a5f042b424
LibWeb: Parse auto-fill and auto-fit attributes
|
2 years ago |
martinfalisse
|
3cba4b6e41
LibWeb: Refactor parsing a GridTrackSize
|
2 years ago |
martinfalisse
|
f7af190de0
LibWeb: Add parent classes for managing GridTrackSizes
|
2 years ago |
martinfalisse
|
f538dc2fae
LibWeb+Base: Add grid repeat() functionality
|
2 years ago |
martinfalisse
|
97230c4ddb
LibWeb: Clean up grid track placement shorthand parser
|
2 years ago |
martinfalisse
|
56f50c9cde
Base+LibWeb: Deal with zero-positioned grid items
|
2 years ago |
martinfalisse
|
4dc2bd3df0
LibWeb: Handle different span properties for GridTrackPlacement parsing
|
2 years ago |
martinfalisse
|
6c22f9bf3f
LibWeb: Use ident instead of to_string in parser
|
2 years ago |
martinfalisse
|
236795e931
LibWeb+Base: Re-implement grid track span
|
2 years ago |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 years ago |
MacDue
|
240fb93cf1
LibWeb: Remove FIXME for double-position `linear-gradient()` color stops
|
2 years ago |
Sam Atkins
|
8ce38fddd9
LibWeb: Move CSS TokenStream to its own file
|
2 years ago |
Sam Atkins
|
c64a5ccf29
LibWeb: Avoid unnecessary copies in CSS Parser
|
2 years ago |
Sam Atkins
|
a211c06e99
LibWeb: Use llroundf() when rounding floats
|
2 years ago |
Sam Atkins
|
188d9f1326
LibWeb: Resolve some trivial clang-tidy warnings in the CSS Parser
|
2 years ago |
MacDue
|
d1b99282d8
LibWeb+Meta: Parse the `backdrop-filter` CSS property
|
2 years ago |
Andreas Kling
|
1dd4e2dc87
LibWeb: Cache lowercased names in SimpleSelector
|
2 years ago |
Andreas Kling
|
c5a19a4d55
LibWeb: Allow CSS at-rules to have an empty prelude
|
2 years ago |
Andreas Kling
|
463355d1eb
LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules
|
2 years ago |
Andreas Kling
|
c4050fe675
LibWeb: Treat unimplemented grid-track-size syntax as "auto" for now
|
2 years ago |
Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 years ago |
martinfalisse
|
0613972f0c
LibWeb: Only set has_span if there is a number following the css value
|
2 years ago |
martinfalisse
|
493c6cf0fd
LibWeb: Parse flexible length values for GridTrackSizes
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
cfdb8f2a8e
LibWeb: Make MediaList GC-allocated
|
2 years ago |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 years ago |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 years ago |