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
/
Parser.cpp
Age
Commit message (
Expand
)
Author
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-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-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: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-23
LibWeb: Make CSS ParsingContext's Document* be const
Sam Atkins
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-15
LibWeb: Parse "none" value for box-shadow property
Sam Atkins
2021-10-15
LibWeb: Accept a Block token as the body of a CSS At-Rule
Sam Atkins
2021-10-10
LibWeb: Optimize CSS::StyleDeclaration for size
Brian Gianforcaro
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-08
LibWeb: Parse CSS `Supports`
Sam Atkins
2021-10-08
LibWeb: Add CSS 'Supports' class
Sam Atkins
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-10-01
LibWeb: Parse media queries! :^)
Sam Atkins
2021-10-01
LibWeb: Add TokenStream::rewind_to_position()
Sam Atkins
2021-10-01
LibWeb: Parse `@media` rules into CSSMediaRule objects
Sam Atkins
2021-10-01
LibWeb: Make consume_a_qualified_rule() understand block tokens
Sam Atkins
2021-10-01
LibWeb: Sketch out media-query parsing
Sam Atkins
2021-10-01
Userland: Fix typos
Nico Weber
2021-09-30
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
Andreas Kling
2021-09-29
LibWeb: Implement most of CSSStyleRule.insertRule()
Andreas Kling
2021-09-24
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing text-decoration
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for overflow parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for list style parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for font parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing flexbox properties
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() when parsing borders
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for background parsing
Sam Atkins
2021-09-23
LibWeb: Add better debug logging for CSS parsing errors
Sam Atkins
2021-09-23
LibWeb: Check parsed CSS values with property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Move color identifier checking to StyleValue::is_color()
Sam Atkins
2021-09-23
LibWeb: Prevent special-case CSS property parsing fallback
Sam Atkins
[next]