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