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-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
2021-09-12
LibWeb: Don't assert if reconsuming on an empty TokenStream
Sam Atkins
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-08-30
LibWeb: Preprocess the CSS stream in the Tokenizer
sin-ack
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-08-25
LibWeb: Implement CSS `unset` builtin value
Sam Atkins
2021-08-25
LibWeb: Use single shared instance of Inherit/InitialStyleValue
Sam Atkins
2021-08-25
LibWeb: Parse CSS builtins before other values
Sam Atkins
2021-08-20
LibWeb: Parse the CSS `opacity` property with `strtof()` for now
Andreas Kling
2021-08-18
LibWeb: Fix check for too many 'normal' values in font declaration
Sam Atkins
2021-08-14
LibWeb: Treat multi-value CSS properties as StyleValueList by default
Sam Atkins
2021-08-14
LibWeb: Remove ValueListStyleValue :^)
Sam Atkins
2021-08-14
LibWeb: Parse multiple font-family values
Sam Atkins
2021-08-14
LibWeb: Handle StyleValueList for background-image
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundRepeatStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use OverflowStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderRadiusStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexFlowStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use TextDecorationStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use ListStyleStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FontStyleValue
Sam Atkins
2021-08-14
LibWeb: Make 'auto' be both a Length and Identifier in CSS
Sam Atkins
2021-08-14
LibWeb: Make '0' always be both a number and a length in CSS
Sam Atkins
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-04
LibWeb: Fix EOF handling in CSS Tokenizer peek_{twin,triplet}()
Sam Atkins
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-02
LibWeb: Implement CSS parsing convenience functions
Sam Atkins
2021-08-02
LibWeb: Clarify naming and publicity of CSS Parser methods
Sam Atkins
2021-08-02
LibWeb: Only dump parsed CSS stylesheet if logging is enabled
Sam Atkins
2021-07-31
LibWeb: Ignore unquoted data urls in CSS
Sam Atkins
2021-07-31
LibWeb: Parse calc() values in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Treat CSS calc() values as "builtin_or_dynamic"
Sam Atkins
2021-07-31
LibWeb: Allow peeking more than 1 token ahead in CSS Parser
Sam Atkins
2021-07-31
LibWeb: Parse box-shadow property in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Convert CSS parse_{color,length}() lambdas into methods
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Make CSS 'An+B' parsing spec-compliant
Sam Atkins
2021-07-31
LibWeb: Parse CSS selectors according to the spec
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
[next]