summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-09-30LibWeb: Apply :enabled pseudo class to only certain elementsLuke Wilde
2022-09-30LibWeb: Implement :enabled and :disabled pseudo classes to specLuke Wilde
2022-09-29LibWeb: Make PercentageOr<T>::contains_percentage() handle more casesAndreas Kling
2022-09-29LibWeb: Add CSS::Size::to_string() and an AK::Formatter for itAndreas Kling
2022-09-29LibWeb: Add CSS::Size::make_px(float) convenience helperAndreas Kling
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-27LibWeb: Use TokenStreams when expanding unresolved CSS valuesSam Atkins
2022-09-27LibWeb: Expose token counts from CSS TokenStreamSam Atkins
2022-09-27LibWeb: Move CSS TokenStream to its own fileSam Atkins
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-25LibWeb: Teach CSS::StyleProperties to create CSS::Size valuesAndreas Kling
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-22LibWeb: Avoid unnecessary copies in CSS ParserSam Atkins
2022-09-22LibWeb: Use llroundf() when rounding floatsSam Atkins
2022-09-22LibWeb: Resolve some trivial clang-tidy warnings in the CSS ParserSam Atkins
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-20LibWeb: Flesh out the default "quirks mode" style sheetAndreas Kling
2022-09-18LibWeb: Add missing includesBen Wiederhake
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-17LibWeb: Break inclusion cycle through forward-declarationBen Wiederhake
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue
2022-09-16LibWeb: Add operator== to CSS::NumberMacDue
2022-09-16LibWeb: Add NumberPercentage CSS typeMacDue
2022-09-16LibWeb: Pass values by reference in style value operator== functionsMacDue
2022-09-15LibWeb: Don't set initial font+color on both HTML and BODY elementsAndreas Kling
2022-09-15LibWeb: Cache lowercased names in SimpleSelectorAndreas Kling
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-09-15LibWeb: Don't ignore data: URLs in @font-face srcAndreas Kling
2022-09-15LibWeb: Fix bogus condition when checking CSS font file extensionsAndreas Kling
2022-09-14LibWeb: Be slightly better at @font-face rules with multiple sourcesAndreas Kling
2022-09-14LibWeb: Allow CSS at-rules to have an empty preludeAndreas Kling
2022-09-14LibWeb: Invalidate layout whenever a CSS font is loadedAndreas Kling
2022-09-14LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rulesAndreas Kling
2022-09-14LibWeb: Don't show pointer (hand) cursor over non-linked a elementsAndreas Kling
2022-09-14LibWeb: Replace most of our default UA stylesheet with spec rulesAndreas Kling
2022-09-14LibWeb: Make :link selector behave according to specAndreas Kling
2022-09-14LibWeb: Treat unimplemented grid-track-size syntax as "auto" for nowAndreas Kling
2022-09-14LibWeb: Add a way to ask if a PercentageOr<T> value contains percentagesAndreas Kling
2022-09-14LibWeb: Add partial serialization for CSSFontFaceRuleelectrikmilk
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro