ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins d0d5600f47 LibWeb/CSS: Move rule-conversion code into its own file
This is an attempt to bring the size of Parser.cpp down. No code
changes, just moves and some explicit template instantiations now that
we're using them from a different file.
2024-11-01 16:16:40 +00:00
..
Parser LibWeb/CSS: Move rule-conversion code into its own file 2024-11-01 16:16:40 +00:00
StyleValues LibWeb+LibGfx: Keep path properties when cloning and implement fill-rule 2024-10-31 10:30:24 +00:00
SyntaxHighlighter LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer 2024-07-26 17:29:20 +02:00
Angle.cpp LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Angle.h LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
AnimationEvent.cpp
AnimationEvent.h
AnimationEvent.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
CalculatedOr.cpp LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
CalculatedOr.h LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Clip.cpp
Clip.h
ColumnCount.h
ComputedValues.h LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
CountersSet.cpp LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
CountersSet.h LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
CSS.cpp LibWeb/CSS: Implement "is a custom property name string" to spec 2024-10-14 08:08:37 +02:00
CSS.h
CSS.idl
CSSAnimation.cpp LibWeb: Move "owning element" of Animation classes into Animation 2024-09-22 06:41:55 +02:00
CSSAnimation.h LibWeb: Move "owning element" of Animation classes into Animation 2024-09-22 06:41:55 +02:00
CSSAnimation.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
CSSConditionRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSConditionRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSConditionRule.idl
CSSFontFaceRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSFontFaceRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSFontFaceRule.idl
CSSGroupingRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSGroupingRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSGroupingRule.idl
CSSImportRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSImportRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSImportRule.idl
CSSKeyframeRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSKeyframeRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSKeyframeRule.idl
CSSKeyframesRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSKeyframesRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSKeyframesRule.idl
CSSLayerBlockRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSLayerBlockRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSLayerBlockRule.idl LibWeb/CSS: Add CSSOM types for @layer rules 2024-09-06 07:49:55 +02:00
CSSLayerStatementRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSLayerStatementRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSLayerStatementRule.idl LibWeb/CSS: Add CSSOM types for @layer rules 2024-09-06 07:49:55 +02:00
CSSMediaRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSMediaRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSMediaRule.idl
CSSNamespaceRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSNamespaceRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSNamespaceRule.idl
CSSNestedDeclarations.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSNestedDeclarations.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSNestedDeclarations.idl LibWeb: Implement CSSNestedDeclarations type 2024-10-17 20:55:55 +02:00
CSSNumericType.cpp LibWeb/CSS: Correct matching of calc() against <number-percentage> 2024-10-30 20:58:16 +01:00
CSSNumericType.h
CSSPropertyRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSPropertyRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSPropertyRule.idl LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
CSSRule.cpp LibWeb/CSS: Return 0 from CSSRule.type for non-spec types 2024-10-30 17:30:58 +01:00
CSSRule.h LibWeb/CSS: Return 0 from CSSRule.type for non-spec types 2024-10-30 17:30:58 +01:00
CSSRule.idl LibWeb/CSS: Return 0 from CSSRule.type for non-spec types 2024-10-30 17:30:58 +01:00
CSSRuleList.cpp LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
CSSRuleList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CSSRuleList.idl
CSSStyleDeclaration.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
CSSStyleDeclaration.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CSSStyleDeclaration.idl
CSSStyleRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSStyleRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSStyleRule.idl LibWeb/CSS: Make CSSStyleRule be a CSSGroupingRule 2024-10-14 08:08:37 +02:00
CSSStyleSheet.cpp LibWeb: Make EventLoopPlugin::deferred_invoke take a HeapFunction 2024-10-30 20:55:45 +01:00
CSSStyleSheet.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
CSSStyleSheet.idl
CSSStyleValue.cpp LibWeb: Parse the rotate css property 2024-10-29 14:40:40 +00:00
CSSStyleValue.h LibWeb: Parse the rotate css property 2024-10-29 14:40:40 +00:00
CSSSupportsRule.cpp LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSSupportsRule.h LibWeb: Make CSSRule::type() non-virtual 2024-10-28 22:53:57 +01:00
CSSSupportsRule.idl
CSSTransition.cpp LibWeb: Start transitions when affected properties change 2024-09-22 06:41:55 +02:00
CSSTransition.h LibWeb: Start transitions when affected properties change 2024-09-22 06:41:55 +02:00
CSSTransition.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
Default.css LibWeb: Don't let input element placeholders influence line-height 2024-10-08 08:12:07 +02:00
Display.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Display.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EasingFunctions.json
EdgeRect.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EdgeRect.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ElementCSSInlineStyle.idl
Enums.json LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
Filter.h LibWeb: Parse and store filter property 2024-10-26 11:26:42 +02:00
Flex.cpp
Flex.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
FontFace.cpp LibWeb: Make EventLoopPlugin::deferred_invoke take a HeapFunction 2024-10-30 20:55:45 +01:00
FontFace.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
FontFace.idl
FontFaceSet.cpp LibWeb: Make EventLoopPlugin::deferred_invoke take a HeapFunction 2024-10-30 20:55:45 +01:00
FontFaceSet.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
FontFaceSet.idl LibWeb: Delete public constructor of FontFaceSet 2024-09-30 08:07:59 +02:00
Frequency.cpp LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Frequency.h LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
GeneralEnclosed.h
GridTrackPlacement.cpp
GridTrackPlacement.h
GridTrackSize.cpp LibWeb/CSS: Serialize empty grid-template-* values correctly 2024-10-16 08:34:02 +02:00
GridTrackSize.h LibWeb: Implement grid-template function fit-content() 2024-07-25 13:12:26 +02:00
Interpolation.cpp LibWeb: Rename Layout::Node::paintable() to first_paintable() 2024-10-16 20:25:42 +02:00
Interpolation.h LibWeb: Start transitions when affected properties change 2024-09-22 06:41:55 +02:00
Keywords.json LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
Length.cpp LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Length.h LibWeb: Handle calculations without a context better 2024-10-16 16:39:47 +02:00
LengthBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LengthBox.h LibWeb: Implement missing basic shapes 2024-10-31 10:30:24 +00:00
LinkStyle.idl
MathFunctions.json
MediaFeatures.json
MediaList.cpp LibWeb: Make empty media query lists evaluate to true 2024-10-07 14:50:57 +01:00
MediaList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MediaList.idl
MediaQuery.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
MediaQuery.h LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
MediaQueryList.cpp LibWeb: Make empty media query lists evaluate to true 2024-10-07 14:50:57 +01:00
MediaQueryList.h
MediaQueryList.idl
MediaQueryListEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MediaQueryListEvent.h
MediaQueryListEvent.idl
Number.h AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
ParsedFontFace.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ParsedFontFace.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Percentage.h
PercentageOr.cpp LibWeb: Make CSS::PercentageOr<T> non-virtual 2024-08-02 20:37:40 +02:00
PercentageOr.h LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
PreferredColorScheme.cpp
PreferredColorScheme.h
PreferredContrast.cpp
PreferredContrast.h
PreferredMotion.cpp
PreferredMotion.h
Properties.json LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
PropertyName.h LibWeb/CSS: Implement "is a custom property name string" to spec 2024-10-14 08:08:37 +02:00
PseudoClasses.json
QuirksMode.css
Ratio.cpp
Ratio.h
Resolution.cpp LibWeb: Support the 'x' resolution unit identifier 2024-10-12 22:23:03 -06:00
Resolution.h LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 2024-08-21 10:51:48 +01:00
ResolvedCSSStyleDeclaration.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ResolvedCSSStyleDeclaration.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Screen.cpp
Screen.h
Screen.idl
ScreenOrientation.cpp LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
ScreenOrientation.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
ScreenOrientation.idl
Selector.cpp LibWeb/CSS: Parse and use nested style rules 2024-10-17 20:55:55 +02:00
Selector.h LibWeb: Return Web::CSS::Selector::pseudo_element by reference 2024-10-27 09:33:17 +01:00
SelectorEngine.cpp LibWeb: Handle language attributes without a '-' 2024-11-01 16:09:12 +01:00
SelectorEngine.h LibWeb: Make :has() actually work for non-descendant relative selectors 2024-10-27 13:33:46 +01:00
Serialize.cpp
Serialize.h
Size.cpp LibWeb: Replaced remaining usage and delete Size::resolved() 2024-10-06 18:51:03 +02:00
Size.h LibWeb: Replaced remaining usage and delete Size::resolved() 2024-10-06 18:51:03 +02:00
Sizing.cpp LibWeb: Move our "default sizing algorithm" function into a public place 2024-09-12 07:39:11 +02:00
Sizing.h LibWeb: Move our "default sizing algorithm" function into a public place 2024-09-12 07:39:11 +02:00
StyleComputer.cpp LibWeb: Be more thorough when marking selectors as "contains :has()" 2024-10-27 13:33:46 +01:00
StyleComputer.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
StyleInvalidation.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
StyleInvalidation.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
StyleProperties.cpp LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
StyleProperties.h LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
StyleProperty.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StyleProperty.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StyleSheet.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StyleSheet.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StyleSheet.idl
StyleSheetIdentifier.cpp LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
StyleSheetIdentifier.h LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
StyleSheetList.cpp LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted 2024-09-22 20:10:30 +02:00
StyleSheetList.h LibWeb: Only invalidate shadow root when style sheet inside changes 2024-08-20 16:10:33 +02:00
StyleSheetList.idl
Supports.cpp
Supports.h LibWeb/CSS: Rewrite CSS Parser core methods according to new spec 2024-10-14 08:08:37 +02:00
SystemColor.cpp
SystemColor.h
Time.cpp LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Time.h LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 2024-09-18 20:38:41 +01:00
Transformation.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Transformation.h
TransformFunctions.json
VisualViewport.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
VisualViewport.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
VisualViewport.idl