index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Parser
Age
Commit message (
Expand
)
Author
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-08
LibWeb: Don't allow mixed commas/no commas in rect() css values
MacDue
2022-08-07
LibWeb: Parse rect style value
Tom
2022-08-07
LibWeb: Support `-webkit-linear-gradient()` correctly
MacDue
2022-07-23
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
MacDue
2022-07-21
LibWeb: Allow `calc()` inside CSS transform functions :^)
Sam Atkins
2022-07-17
LibWeb: Parse the linear-gradient() CSS function
MacDue
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-26
LibWeb: Fix parsing of background-size: contain/cover
MacDue
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-15
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Thomas Fach-Pedersen
2022-06-10
LibWeb: Print correct value types in ComponentValue debug string
Karol Kosek
2022-06-03
LibWeb: Reject invalid background-repeat values instead of crashing
Idan Horowitz
2022-06-02
LibWeb: Check recursively if CSS functions contain `var()` or `attr()`
Karol Kosek
2022-05-08
LibWeb: Add missing preprocessing step to the css tokenizer
stelar7
2022-05-08
LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`
stelar7
2022-05-08
LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token
stelar7
2022-05-08
LibWeb: Include sign in token debug info, if the type has explicit sign
stelar7
2022-05-08
LibWeb: Dont try to fetch another token in an+b parsing
stelar7
2022-04-29
LibWeb: Remove TokenStream::position() and ::rewind_to_position()
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for UnicodeRange parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction in more places
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for supports-query parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for media-query parsing
Sam Atkins
2022-04-29
LibWeb: Extract MediaType to/from_string() logic into functions
Sam Atkins
2022-04-29
LibWeb: Allow whitespace inside An+B again and use StateTransactions
Sam Atkins
2022-04-29
LibWeb: Add StateTransaction RAII to CSS TokenStream
Sam Atkins
2022-04-29
LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usage
Sam Atkins
2022-04-29
LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern()
Sam Atkins
2022-04-29
LibWeb: Rename a local variable to not collide with a parameter
Sam Atkins
2022-04-29
LibWeb: Replace Result with ErrorOr in CSS Parser
Sam Atkins
2022-04-29
LibWeb: Make CSS ParsingContext::m_url not Optional
Sam Atkins
2022-04-18
LibWeb: Actually use BorderRadiusShorthandStyleValue
Sam Atkins
2022-04-18
LibWeb: Disallow trailing commas in transform function arguments
Sam Atkins
2022-04-18
LibWeb: Disallow non-whitespace tokens after "none" in `transform`
Sam Atkins
2022-04-18
LibWeb: Use TransformFunctionMetadata when parsing their arguments
Sam Atkins
2022-04-18
LibWeb: Use generated TransformFunction enum and functions
Sam Atkins
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-12
LibWeb: Rename StyleRule -> Rule
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS StyleRule and Parser
Sam Atkins
2022-04-12
LibWeb: Make StyleRule.m_at_rule_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Function and Parser
Sam Atkins
2022-04-12
LibWeb: Make Function.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Empend instead of Appending DeclarationOrAtRules
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser
Sam Atkins
[next]