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
2021-12-27
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_an_identifier()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_a_number()
Sam Atkins
2021-12-27
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
Sam Atkins
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Parse and resolve UnresolvedStyleValues
Sam Atkins
2021-12-09
LibWeb: Make StyleBlockRule more accessible to outsiders
Sam Atkins
2021-11-24
LibWeb: Use a string instead of an internal Parser class in Supports
Sam Atkins
2021-11-24
LibWeb: Add <general-enclosed> support to Media Queries
Sam Atkins
2021-11-24
LibWeb: Use new GeneralEnclosed class in Supports
Sam Atkins
2021-11-24
LibWeb: Parse CSS `<general-enclosed>`
Sam Atkins
2021-11-24
LibWeb: Make StyleRule to_string() methods output valid CSS
Sam Atkins
2021-11-24
LibWeb: Implement StyleComponentValueRule::to_string()
Sam Atkins
2021-11-24
LibWeb: Implement CSS::Token::to_string()
Sam Atkins
2021-11-19
LibWeb: Add spec comments to CSS Tokenizer
Sam Atkins
2021-11-19
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Break friendship between CSS Token and Parser :^(
Sam Atkins
2021-11-19
LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %
Sam Atkins
2021-11-19
LibWeb: Use number value from CSS Tokens
Sam Atkins
2021-11-19
LibWeb: Return numeric values from Token value getters
Sam Atkins
2021-11-19
LibWeb: Convert numeric tokens to numbers in CSS Tokenizer
Sam Atkins
2021-11-18
LibWeb: Make `@import` rules functional again :^)
Sam Atkins
2021-11-17
LibWeb: Stop consuming too many tokens when parsing background-position
Sam Atkins
2021-11-17
LibWeb: Parse multiple backgrounds :^)
Sam Atkins
2021-11-17
LibWeb: Parse comma-separated lists for most background properties
Sam Atkins
2021-11-17
LibWeb: Prevent copying CSS TokenStream
Sam Atkins
2021-11-17
LibWeb: Remove CSS Parser method overloads with no TokenStream parameter
Sam Atkins
2021-11-17
LibWeb: Remove ParsingContext parameter from private CSS Parser methods
Sam Atkins
2021-11-17
LibWeb: Make CSS Parser methods non-static
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
LibWeb: Allow `none` value for `transform` property
Sam Atkins
2021-11-10
LibWeb: Parse background-size as part of background shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-size` property
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
2021-11-04
LibWeb: Convert NumberType::Integer to i64 instead of i32
networkException
2021-10-29
LibWeb: Support parsing some data: URLs in CSS
Timothy Flynn
2021-10-28
LibWeb: Allow whitespace when parsing "!important" in CSS
Sam Atkins
2021-10-28
LibWeb: Allow whitespace inside CSS attribute selectors
Sam Atkins
2021-10-24
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
Sam Atkins
2021-10-23
LibWeb: Record position information in CSS Tokens
Sam Atkins
2021-10-23
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
Sam Atkins
2021-10-23
LibWeb: Add spec links to CSS Tokenizer
Sam Atkins
2021-10-23
LibWeb: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
[next]