summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-20LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValueMacDue
2023-02-19LibWeb: Port Selector to new StringsSam Atkins
2023-02-19LibWeb: Port FontFace to new StringsSam Atkins
2023-02-19LibWeb: Port GeneralEnclosed to new StringsSam Atkins
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2023-02-18LibWeb: Make factory method of CSS::CSSSupportsRule fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::MediaList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::CSSStyleSheet fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::CSSStyleRule fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of CSS::CSSRuleList fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::CSSMediaRule fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::CSSImportRule fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of CSS::CSSFontFaceRule fallibleKenneth Myhra
2023-02-15LibWeb: Port CSS::Supports to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Rule to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Declaration to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::ComponentValue to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Function to new StringsSam Atkins
2023-02-15AK+Tests+LibWeb: Make `URL::complete_url()` take a StringViewSam Atkins
2023-02-15LibWeb: Construct CSS Tokenizer and Parser with a StringView encodingSam Atkins
2023-02-13LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)Sam Atkins
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-21LibWeb: Parse min and max-contentmartinfalisse
2023-01-21LibWeb: Use String class in certain CSS Grid classesmartinfalisse
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-05LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)Sam Atkins
2022-12-11LibWeb: Support `calc()` values in `background-position`MacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03LibWeb: Support `repeating-radial-gradient()`sMacDue
2022-11-30LibWeb: Parse `radial-gradient()`sMacDue
2022-11-30LibWeb: Move color stop list parsing to standalone functionsMacDue
2022-11-30LibWeb: Allow optional values to be missing when parsing `<position>`sMacDue
2022-11-21LibWeb: Handle multiple line names in the CSS Gridmartinfalisse
2022-11-14LibWeb: Parse unknown media type in media queriesAliaksandr Kalenik
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
2022-11-07LibWeb: Parse `repeating-conic-gradient()`sMacDue
2022-11-06LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`MacDue
2022-11-02LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" valueAndreas Kling
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-11-01LibWeb: Parse `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse CSS `<position>`sMacDue