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-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: Add missing headers
Ben Wiederhake
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
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-17
LibWeb: Use initial values from Properties.json inside CSS Parser
Sam Atkins
2021-09-17
LibWeb: Stop treating EOF as a valid part of an identifier
Sam Atkins
2021-09-17
LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors
Sam Atkins
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Tidy up CSS parser logging
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with vendor-prefixed values
Sam Atkins
2021-09-12
LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed at-rules
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors
Sam Atkins
2021-09-12
LibWeb: Return SelectorParsingResult from all selector parsing functions
Sam Atkins
2021-09-12
LibWeb: Reduce CSS_PARSER_DEBUG spam
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with other people's vendor prefixes
Sam Atkins
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-09-12
LibWeb: Parse CSS selectors with no space before a combinator
Sam Atkins
2021-09-12
LibWeb: Remove unused PropertyID parameter to StyleValue parsing methods
Sam Atkins
2021-09-12
LibWeb: Remove "takes integer value" concept from parse_css_value()
Sam Atkins
2021-09-12
LibWeb: Fix CSS opacity parsing
Sam Atkins
2021-09-12
LibWeb: Only apply the unitless-length quirk to needed properties
Sam Atkins
2021-09-12
LibWeb: Add current_property_id to CSS ParsingContext
Sam Atkins
[next]