Sam Atkins fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
..
Parser fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
StyleValues fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 年之前
Angle.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
Angle.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 年之前
CSS.cpp 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 年之前
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 年之前
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 年之前
CSSConditionRule.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSConditionRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSFontFaceRule.cpp ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 年之前
CSSFontFaceRule.h ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 年之前
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSGroupingRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSGroupingRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSImportRule.cpp d53d8cacec LibWeb: Make factory method of CSS::CSSImportRule fallible 2 年之前
CSSImportRule.h d53d8cacec LibWeb: Make factory method of CSS::CSSImportRule fallible 2 年之前
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSMediaRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSMediaRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSRule.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSRuleList.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSRuleList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleDeclaration.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
CSSStyleDeclaration.h f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 年之前
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 年之前
CSSStyleRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSStyleRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleSheet.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSStyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
CSSSupportsRule.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
CSSSupportsRule.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
Clip.cpp 8163ee1500 LibWeb: Use rect value in CSS clip property 2 年之前
Clip.h 8163ee1500 LibWeb: Use rect value in CSS clip property 2 年之前
ComputedValues.h e61a5ad180 LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp} 2 年之前
Default.css cfc9966654 LibWeb: Add scaleable checkboxes (with theme/accent-color support) 2 年之前
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 年之前
Display.h dca19b764b LibWeb: Port CSS::Display to new Strings 2 年之前
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 年之前
Enums.json e75eb21a54 LibWeb: Support "start" and "end" values for justify-content 2 年之前
FontFace.cpp c2f0b20d6b LibWeb: Port FontFace to new Strings 2 年之前
FontFace.h c2f0b20d6b LibWeb: Port FontFace to new Strings 2 年之前
Frequency.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
Frequency.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 年之前
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 年之前
GridTrackPlacement.h 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 年之前
GridTrackSize.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年之前
GridTrackSize.h 0448547553 LibWeb: Parse min and max-content 2 年之前
Identifiers.json ab99e95549 LibWeb: Parse font-stretch CSS property 2 年之前
Length.cpp 554c4af90f LibWeb: Add support for the lh and rlh length units 2 年之前
Length.h 554c4af90f LibWeb: Add support for the lh and rlh length units 2 年之前
LengthBox.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 年之前
LengthBox.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 年之前
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 2 年之前
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 年之前
MediaList.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
MediaList.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
MediaQuery.cpp 554c4af90f LibWeb: Add support for the lh and rlh length units 2 年之前
MediaQuery.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 年之前
MediaQueryList.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
MediaQueryList.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 年之前
MediaQueryListEvent.cpp d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 年之前
MediaQueryListEvent.h d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 年之前
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 年之前
Number.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Percentage.cpp 93c999ce00 LibWeb: Stop handling impossible Percentage return values 3 年之前
Percentage.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 年之前
Properties.json 87b8a36e56 LibWeb: Parse and plumb the `accent-color` CSS property 2 年之前
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 年之前
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Ratio.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Resolution.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
Resolution.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
ResolvedCSSStyleDeclaration.cpp 9a84151169 LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp} 2 年之前
ResolvedCSSStyleDeclaration.h f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 年之前
Screen.cpp 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 年之前
Screen.h 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 年之前
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
Selector.cpp c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 年之前
Selector.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 年之前
SelectorEngine.cpp c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 年之前
SelectorEngine.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 年之前
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 年之前
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 年之前
Size.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年之前
Size.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
StyleComputer.cpp fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
StyleComputer.h 554c4af90f LibWeb: Add support for the lh and rlh length units 2 年之前
StyleProperties.cpp d39788556a LibWeb: Split GridTrackSizeStyleValue out of StyleValue.{h,cpp} 2 年之前
StyleProperties.h 87b8a36e56 LibWeb: Parse and plumb the `accent-color` CSS property 2 年之前
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheetList.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
StyleSheetList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
StyleValue.cpp fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
StyleValue.h fba2dacc7a LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} 2 年之前
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
Time.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
Time.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
TransformFunctions.json e4db71c88b LibWeb: Support translate3d 2 年之前
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 年之前