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