summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2021-11-17LibWeb: Remove CSS Parser method overloads with no TokenStream parameterSam Atkins
2021-11-17LibWeb: Remove ParsingContext parameter from private CSS Parser methodsSam Atkins
2021-11-17LibWeb: Make CSS Parser methods non-staticSam Atkins
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins
2021-11-10LibWeb: Allow `none` value for `transform` propertySam Atkins
2021-11-10LibWeb: Add initial values for all CSS propertiesSam Atkins
2021-11-10LibWeb: Add initial values and longhands to `background` definitionSam Atkins
2021-11-10LibWeb: Correct initial values in Properties.jsonSam Atkins
2021-11-10LibWeb: Parse background-size as part of background shorthandSam Atkins
2021-11-10LibWeb: Parse `background-size` propertySam Atkins
2021-11-10LibWeb: Add BackgroundSizeStyleValueSam Atkins
2021-11-10LibWeb: Store Repeat values directly in BackgroundRepeatStyleValueSam Atkins
2021-11-10LibWeb: Remove concept of CSS pseudo-propertiesSam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-11-10LibWeb: Use BackgroundRepeatStyleValue in `background` shorthandSam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-11-10LibWeb: Parse `background-attachment` as part of `background` propertySam Atkins
2021-11-10LibWeb: Add `background-position` to `background` propertySam Atkins
2021-11-10LibWeb: Parse CSS `background-position` propertySam Atkins
2021-11-04LibWeb: Convert NumberType::Integer to i64 instead of i32networkException
2021-10-31LibWeb: Implement `prefers-color-scheme` media query featureSam Atkins
2021-10-31LibWeb: Add Web::CSS::PreferredColorScheme enumSam Atkins
2021-10-29LibWeb: Support parsing some data: URLs in CSSTimothy Flynn
2021-10-29LibWeb: Remove extraneous semi-colonTimothy Flynn
2021-10-28LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)Andreas Kling
2021-10-28LibWeb: Make non-absolute values for line-height fall back to font-sizeAndreas Kling
2021-10-28LibWeb: Allow whitespace when parsing "!important" in CSSSam Atkins
2021-10-28LibWeb: Allow whitespace inside CSS attribute selectorsSam Atkins
2021-10-28LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)Andreas Kling
2021-10-24LibWeb: Remove now-unnecessary String copy when parsing CSS colorsSam Atkins
2021-10-23LibWeb: Implement first draft of CSS syntax highlighting :^)Sam Atkins
2021-10-23LibWeb: Record position information in CSS TokensSam Atkins
2021-10-23LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()Sam Atkins
2021-10-23LibWeb: Add spec links to CSS TokenizerSam Atkins
2021-10-23LibWeb: Implement hashless hex color quirkSam Atkins
2021-10-23LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()Sam Atkins
2021-10-23LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()Sam Atkins
2021-10-23LibWeb: Make CSS ParsingContext's Document* be constSam Atkins
2021-10-23LibWeb: Move image resource request out of ImageStyleValue constructorSam Atkins
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-19LibWeb: Use the correct initial value for the CSS 'align-items' propertyAndreas Kling
2021-10-19LibWeb: Make computed opacity always availableAndreas Kling
2021-10-19LibWeb: Make computed flex-grow and flex-shrink always availableAndreas Kling
2021-10-19LibWeb: Distinguish between integer and float in NumericStyleValueSam Atkins
2021-10-18LibWeb: Make 'auto' LengthStyleValues return 'auto' identifierSam Atkins
2021-10-18LibWeb: Use east const in StyleValue.{h,cpp}Sam Atkins
2021-10-17LibWeb: Make the CSS serialization functions actually output things :^)Sam Atkins
2021-10-16LibWeb: Serialize selectors only in CSSStyleRule::selector_text()Sam Atkins