Karol Kosek e8fe35b1e5 LibWeb: Resolve more background-related properties 2 vuotta sitten
..
Parser d0f80b40b2 LibWeb: Reimplement CalculatedStyleValue as a calculation node tree 2 vuotta sitten
StyleValues d0f80b40b2 LibWeb: Reimplement CalculatedStyleValue as a calculation node tree 2 vuotta sitten
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 vuotta sitten
Angle.cpp 7a1a97f153 LibWeb: Remove CalculatedStyleValue from Angle 2 vuotta sitten
Angle.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 vuotta sitten
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 vuotta sitten
CSS.cpp 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 vuotta sitten
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 vuotta sitten
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 vuotta sitten
CSSConditionRule.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 vuotta sitten
CSSConditionRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 vuotta sitten
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSFontFaceRule.cpp ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 vuotta sitten
CSSFontFaceRule.h ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 vuotta sitten
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSGroupingRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSGroupingRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSImportRule.cpp d53d8cacec LibWeb: Make factory method of CSS::CSSImportRule fallible 2 vuotta sitten
CSSImportRule.h 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets 2 vuotta sitten
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSMediaRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSMediaRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CSSRule.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSRuleList.cpp 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets 2 vuotta sitten
CSSRuleList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSStyleDeclaration.cpp 14fb6372c3 LibWeb: Parse Element.style url functions relative to the document 2 vuotta sitten
CSSStyleDeclaration.h f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 vuotta sitten
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 vuotta sitten
CSSStyleRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSStyleRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CSSStyleSheet.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSStyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
CSSSupportsRule.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 vuotta sitten
CSSSupportsRule.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 vuotta sitten
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
CalculatedOr.cpp fa90a3bb4f LibWeb: Introduce CalculatedOr type 2 vuotta sitten
CalculatedOr.h 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 vuotta sitten
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 vuotta sitten
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 vuotta sitten
ComputedValues.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
Default.css cfc9966654 LibWeb: Add scaleable checkboxes (with theme/accent-color support) 2 vuotta sitten
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 vuotta sitten
Display.h dca19b764b LibWeb: Port CSS::Display to new Strings 2 vuotta sitten
EdgeRect.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 vuotta sitten
EdgeRect.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 vuotta sitten
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 vuotta sitten
Enums.json e75eb21a54 LibWeb: Support "start" and "end" values for justify-content 2 vuotta sitten
FontFace.cpp c2f0b20d6b LibWeb: Port FontFace to new Strings 2 vuotta sitten
FontFace.h c2f0b20d6b LibWeb: Port FontFace to new Strings 2 vuotta sitten
Frequency.cpp bf915fdfd7 LibWeb: Remove CalculatedStyleValue from Frequency 2 vuotta sitten
Frequency.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 vuotta sitten
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 vuotta sitten
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 vuotta sitten
GridTrackPlacement.h 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 vuotta sitten
GridTrackSize.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
GridTrackSize.h 0448547553 LibWeb: Parse min and max-content 2 vuotta sitten
Identifiers.json ab99e95549 LibWeb: Parse font-stretch CSS property 2 vuotta sitten
Length.cpp 16e3a86393 LibWeb: Make `absolutized_length()` helper a Length method 2 vuotta sitten
Length.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 vuotta sitten
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
LengthBox.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 2 vuotta sitten
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 vuotta sitten
MediaList.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 vuotta sitten
MediaList.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 vuotta sitten
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
MediaQuery.cpp 554c4af90f LibWeb: Add support for the lh and rlh length units 2 vuotta sitten
MediaQuery.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
MediaQueryList.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 vuotta sitten
MediaQueryList.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 vuotta sitten
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 vuotta sitten
MediaQueryListEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 vuotta sitten
MediaQueryListEvent.h d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 vuotta sitten
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 vuotta sitten
Number.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 vuotta sitten
Percentage.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
PercentageOr.h 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 vuotta sitten
Position.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
Position.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 vuotta sitten
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 vuotta sitten
Properties.json d5e61168b2 LibWeb: Add longhand properties for background-position 2 vuotta sitten
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 vuotta sitten
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 vuotta sitten
Ratio.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 vuotta sitten
Resolution.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
Resolution.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 vuotta sitten
ResolvedCSSStyleDeclaration.cpp e8fe35b1e5 LibWeb: Resolve more background-related properties 2 vuotta sitten
ResolvedCSSStyleDeclaration.h f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 vuotta sitten
Screen.cpp 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 vuotta sitten
Screen.h 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 vuotta sitten
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
Selector.cpp a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 vuotta sitten
Selector.h a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 vuotta sitten
SelectorEngine.cpp a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 vuotta sitten
SelectorEngine.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 vuotta sitten
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 vuotta sitten
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 vuotta sitten
Size.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
Size.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
StyleComputer.cpp b85d24b1f4 LibWeb: Expand background-position layers into x/y position lists 2 vuotta sitten
StyleComputer.h 620a34a463 LibWeb: Don't apply element inline style to associated pseudo elements 2 vuotta sitten
StyleProperties.cpp 53a4a31af2 LibWeb: Remove CalculatedStyleValue from Length 2 vuotta sitten
StyleProperties.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 vuotta sitten
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 vuotta sitten
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 vuotta sitten
StyleSheetList.cpp 1f166b3a15 LibWeb: Don't re-sort StyleSheetList on every new sheet insertion 2 vuotta sitten
StyleSheetList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
StyleValue.cpp bab968867d LibWeb: Move StyleValue::absolutized() back where it belongs 2 vuotta sitten
StyleValue.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 vuotta sitten
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 vuotta sitten
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 vuotta sitten
Time.cpp ac4350748e LibWeb: Remove CalculatedStyleValue from Time 2 vuotta sitten
Time.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 vuotta sitten
TransformFunctions.json e4db71c88b LibWeb: Support translate3d 2 vuotta sitten
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 vuotta sitten