Sam Atkins
|
f2d6bdce3f
LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern()
|
3 年之前 |
Sam Atkins
|
d6ae08d023
LibWeb: Rename a local variable to not collide with a parameter
|
3 年之前 |
Sam Atkins
|
d784a8aaf0
LibWeb: Replace Result with ErrorOr in CSS Parser
|
3 年之前 |
Sam Atkins
|
761d29d647
LibWeb: Make CSS ParsingContext::m_url not Optional
|
3 年之前 |
Sam Atkins
|
ce5914230f
LibWeb: Actually use BorderRadiusShorthandStyleValue
|
3 年之前 |
Sam Atkins
|
00782d9a59
LibWeb: Disallow trailing commas in transform function arguments
|
3 年之前 |
Sam Atkins
|
b3a6044fd8
LibWeb: Disallow non-whitespace tokens after "none" in `transform`
|
3 年之前 |
Sam Atkins
|
a52f6fb5b0
LibWeb: Use TransformFunctionMetadata when parsing their arguments
|
3 年之前 |
Sam Atkins
|
61ad39b110
LibWeb: Use generated TransformFunction enum and functions
|
3 年之前 |
Sam Atkins
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
3 年之前 |
Sam Atkins
|
431a9938a8
LibWeb: Rename StyleRule -> Rule
|
3 年之前 |
Sam Atkins
|
cf24dc2e0c
LibWeb: Break friendship between CSS StyleRule and Parser
|
3 年之前 |
Sam Atkins
|
d67e817d8e
LibWeb: Break friendship between CSS Function and Parser
|
3 年之前 |
Sam Atkins
|
128d08ecef
LibWeb: Empend instead of Appending DeclarationOrAtRules
|
3 年之前 |
Sam Atkins
|
269810b954
LibWeb: Break friendship between CSS Declaration and Parser
|
3 年之前 |
Sam Atkins
|
69496f4afd
LibWeb: Make Declaration.m_name a FlyString
|
3 年之前 |
Sam Atkins
|
f235da27d9
LibWeb: Break friendship between CSS Block and Parser
|
3 年之前 |
Sam Atkins
|
3e49036edf
LibWeb: Move/rename StyleBlockRule to Parser::Block
|
3 年之前 |
Sam Atkins
|
e0b2ebcc7b
LibWeb: Move/rename StyleFunctionRule to Parser::Function
|
3 年之前 |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 年之前 |
Simon Wanner
|
539adf5b9c
LibWeb: Support WOFF in font-face
|
3 年之前 |
Sam Atkins
|
12b8570ce3
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
|
3 年之前 |
Sam Atkins
|
dbb0b68175
LibWeb: Disallow global CSS keywords in `@font-face` font-family
|
3 年之前 |
Sam Atkins
|
dbbd6d3508
LibWeb: Parse `@font-face` `unicode-range` descriptor
|
3 年之前 |
Sam Atkins
|
ef7d80ced2
LibWeb: Parse `<urange>` as CSS::UnicodeRange
|
3 年之前 |
Sam Atkins
|
802ccc210f
LibWeb: Expose Declaration's internals with getters
|
3 年之前 |
Sam Atkins
|
611a209756
LibWeb: Rename StyleDeclarationRule -> Declaration
|
3 年之前 |
Sam Atkins
|
8b538b1578
LibWeb: Rename StyleComponentValueRule -> ComponentValue
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Sam Atkins
|
cd199d9d06
LibWeb: Implement and use `parse_a_style_blocks_contents()`
|
3 年之前 |