ladybird/Libraries/LibWeb/CSS/StyleValues
Andreas Kling 164ed80244 Meta: Enable exit-time destructor warnings for libraries
Enable -Wexit-time-destructors for all in-tree library targets and
update process-lifetime library statics so they no longer register
exit-time destructors. Long-lived caches, lookup tables, singleton
registries, and generated constants now use NeverDestroyed or leaked
references where the data is intended to live until process exit.

Update LibWeb, LibLine, and the binding generators so regenerated
sources follow the same rule instead of reintroducing destructed
statics.
2026-06-04 19:20:49 +02:00
..
AbstractImageStyleValue.cpp LibWeb: Parse CSS image-set() 2026-04-25 14:54:10 +02:00
AbstractImageStyleValue.h LibWeb: Parse CSS image-set() 2026-04-25 14:54:10 +02:00
AbstractNonMathCalcFunctionStyleValue.h
AnchorSizeStyleValue.cpp
AnchorSizeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
AnchorStyleValue.cpp
AnchorStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
AngleStyleValue.cpp
AngleStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
BackgroundSizeStyleValue.cpp
BackgroundSizeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
BasicShapeStyleValue.cpp LibWeb: Support border-radius in clip-path: inset() 2026-03-21 02:44:49 +00:00
BasicShapeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
BorderImageSliceStyleValue.cpp
BorderImageSliceStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
BorderRadiusRectStyleValue.cpp
BorderRadiusRectStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
BorderRadiusStyleValue.cpp
BorderRadiusStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
CalculatedStyleValue.cpp LibWeb: Disallow relative lengths in DOMMatrix init string at parse 2026-05-21 17:07:58 +01:00
CalculatedStyleValue.h LibWeb: Disallow relative lengths in DOMMatrix init string at parse 2026-05-21 17:07:58 +01:00
ColorFunctionStyleValue.cpp LibWeb: Drop unnecessary ColorFunctionStyleValue constructor 2026-04-22 11:52:56 +01:00
ColorFunctionStyleValue.h LibWeb: Drop unnecessary ColorFunctionStyleValue constructor 2026-04-22 11:52:56 +01:00
ColorInterpolationMethodStyleValue.cpp LibWeb: Add a generic <color-interpolation-method> parsing method 2026-03-18 13:21:57 +00:00
ColorInterpolationMethodStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ColorMixStyleValue.cpp LibWeb: Remove dead code around resolving accent-color <system-color>s 2026-06-04 16:14:05 +02:00
ColorMixStyleValue.h LibWeb: Normalize color-mix() percentages at resolution time 2026-03-31 21:02:57 +02:00
ColorSchemeStyleValue.cpp
ColorSchemeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ColorStyleValue.cpp LibWeb: Route rgb()/rgba() through unified ColorFunctionStyleValue 2026-04-22 11:52:56 +01:00
ColorStyleValue.h LibWeb: Remove LightDark and ColorMix from the ColorType enum 2026-04-22 11:52:56 +01:00
ComputationContext.h LibWeb: Resolve container-relative length units 2026-06-01 08:27:17 +01:00
ConicGradientStyleValue.cpp LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
ConicGradientStyleValue.h LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
ContentStyleValue.cpp LibWeb/CSS: Remove redundant has_alt_text() from ContentStyleValue 2026-03-31 13:48:50 +01:00
ContentStyleValue.h LibWeb/CSS: Remove redundant has_alt_text() from ContentStyleValue 2026-03-31 13:48:50 +01:00
CounterDefinitionsStyleValue.cpp
CounterDefinitionsStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
CounterStyleStyleValue.cpp LibWeb: Make @counter-style tree-scoped 2026-04-15 11:07:38 +01:00
CounterStyleStyleValue.h LibWeb: Make @counter-style tree-scoped 2026-04-15 11:07:38 +01:00
CounterStyleSystemStyleValue.cpp
CounterStyleSystemStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
CounterStyleValue.cpp LibWeb: Make @counter-style tree-scoped 2026-04-15 11:07:38 +01:00
CounterStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
CursorStyleValue.cpp Compositor+LibWeb: Pass AVC trees separately from display lists 2026-05-27 18:29:42 +01:00
CursorStyleValue.h LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
CustomIdentStyleValue.cpp
CustomIdentStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
DimensionStyleValue.cpp LibWeb/CSS: Tokenize PercentageStyleValues properly 2026-04-15 16:42:15 +02:00
DimensionStyleValue.h
DisplayStyleValue.cpp LibWeb: Implement reification of DisplayStyleValue 2026-05-01 18:46:14 +02:00
DisplayStyleValue.h LibWeb: Implement reification of DisplayStyleValue 2026-05-01 18:46:14 +02:00
EasingStyleValue.cpp
EasingStyleValue.h LibWeb: Remove FooOrCalculated classes 2026-03-30 14:05:10 +01:00
EdgeStyleValue.cpp
EdgeStyleValue.h LibWeb: Track compound inherited style dependencies 2026-05-25 19:18:10 +02:00
EmptyOptionalStyleValue.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
FilterValueListStyleValue.cpp LibWeb: Clamp calculated values in FiltervalueListSV ::absolutized() 2026-04-22 14:24:12 +01:00
FilterValueListStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
FlexStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
FontSourceStyleValue.cpp
FontSourceStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
FontStyleStyleValue.cpp
FontStyleStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
FrequencyStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
FunctionStyleValue.cpp LibWeb: Add generic FunctionStyleValue 2026-04-24 07:34:54 +01:00
FunctionStyleValue.h LibWeb: Add generic FunctionStyleValue 2026-04-24 07:34:54 +01:00
GridAutoFlowStyleValue.cpp
GridAutoFlowStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
GridTemplateAreaStyleValue.cpp
GridTemplateAreaStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
GridTrackPlacementStyleValue.cpp
GridTrackPlacementStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
GridTrackSizeListStyleValue.cpp
GridTrackSizeListStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
GuaranteedInvalidStyleValue.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ImageSetStyleValue.cpp LibWeb: Avoid stale CSS image style GC pointers 2026-05-25 11:06:23 +02:00
ImageSetStyleValue.h LibWeb: Avoid stale CSS image style GC pointers 2026-05-25 11:06:23 +02:00
ImageStyleValue.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ImageStyleValue.h LibWeb: Avoid stale CSS image style GC pointers 2026-05-25 11:06:23 +02:00
IntegerStyleValue.cpp
IntegerStyleValue.h LibWeb: Clamp CSS <integer> value to i32 at parse time 2026-03-26 12:30:01 +01:00
KeywordStyleValue.cpp LibWeb: Apply body attribute link colors as presentational hints 2026-06-04 16:14:05 +02:00
KeywordStyleValue.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
LengthStyleValue.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
LengthStyleValue.h LibWeb: Resolve container-relative length units 2026-06-01 08:27:17 +01:00
LightDarkStyleValue.cpp LibWeb: Remove LightDark and ColorMix from the ColorType enum 2026-04-22 11:52:56 +01:00
LightDarkStyleValue.h LibWeb: Remove LightDark and ColorMix from the ColorType enum 2026-04-22 11:52:56 +01:00
LinearGradientStyleValue.cpp LibWeb: Fix -webkit-linear-gradient angle direction 2026-05-21 09:13:04 +02:00
LinearGradientStyleValue.h LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
NumberStyleValue.cpp
NumberStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
OpacityValueStyleValue.cpp LibWeb: Add OpacityValueStyleValue 2026-04-22 14:24:12 +01:00
OpacityValueStyleValue.h LibWeb: Add OpacityValueStyleValue 2026-04-22 14:24:12 +01:00
OpenTypeTaggedStyleValue.cpp
OpenTypeTaggedStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
OverflowClipMarginStyleValue.cpp LibWeb: Add dedicated overflow-clip-margin style value 2026-05-12 14:09:13 +02:00
OverflowClipMarginStyleValue.h LibWeb: Add dedicated overflow-clip-margin style value 2026-05-12 14:09:13 +02:00
PendingSubstitutionStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
PercentageStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
PositionStyleValue.cpp LibWeb: Resolve keywords in basic shape position at compute time 2026-04-15 08:04:02 +02:00
PositionStyleValue.h LibWeb: Resolve keywords in basic shape position at compute time 2026-04-15 08:04:02 +02:00
RadialGradientStyleValue.cpp LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
RadialGradientStyleValue.h LibWeb: Remove LRC from various resolved value cache keys 2026-05-20 09:47:17 +01:00
RadialSizeStyleValue.cpp
RadialSizeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
RandomValueSharingStyleValue.cpp
RandomValueSharingStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
RatioStyleValue.cpp LibWeb: Store underlying RatioStyleValue values as StyleValues 2026-03-24 14:00:01 +00:00
RatioStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
RectStyleValue.cpp LibWeb: Support calc() within clip: rect() 2026-03-30 14:05:10 +01:00
RectStyleValue.h LibWeb: Support calc() within clip: rect() 2026-03-30 14:05:10 +01:00
RepeatStyleStyleValue.cpp
RepeatStyleStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ResolutionStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ScrollbarColorStyleValue.cpp LibWeb: Absolutize ScrollbarColorStyleValue color values 2026-03-31 21:02:57 +02:00
ScrollbarColorStyleValue.h LibWeb: Absolutize ScrollbarColorStyleValue color values 2026-03-31 21:02:57 +02:00
ScrollbarGutterStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ShadowStyleValue.cpp LibWeb: Absolutize color in ShadowStyleValue 2026-03-31 21:02:57 +02:00
ShadowStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
ShorthandStyleValue.cpp LibWeb: Parse CSS grid subgrid track listings 2026-05-25 18:11:38 +02:00
ShorthandStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
StringStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
StyleValue.cpp LibWeb: Remove dead code around resolving accent-color <system-color>s 2026-06-04 16:14:05 +02:00
StyleValue.h LibWeb: Remove dead code around resolving accent-color <system-color>s 2026-06-04 16:14:05 +02:00
StyleValueList.cpp LibWeb: Check transform function can be resolved before reification 2026-05-21 17:07:58 +01:00
StyleValueList.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
SuperellipseStyleValue.cpp
SuperellipseStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
TextIndentStyleValue.cpp
TextIndentStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
TextUnderlinePositionStyleValue.cpp
TextUnderlinePositionStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
TimeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
TransformationStyleValue.cpp LibWeb: Make TransformationSV::to_matrix infallible 2026-05-21 17:07:58 +01:00
TransformationStyleValue.h LibWeb: Make TransformationSV::to_matrix infallible 2026-05-21 17:07:58 +01:00
TreeCountingFunctionStyleValue.cpp
TreeCountingFunctionStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
TupleStyleValue.cpp
TupleStyleValue.h LibWeb: Track compound inherited style dependencies 2026-05-25 19:18:10 +02:00
UnicodeRangeStyleValue.cpp
UnicodeRangeStyleValue.h LibWeb: Add computationally independent check for custom properties 2026-03-26 01:11:39 +00:00
UnresolvedStyleValue.cpp LibWeb: Avoid copying ASF argument component values 2026-06-03 22:28:54 +02:00
UnresolvedStyleValue.h LibWeb: Store unresolved style values as text 2026-06-03 22:28:54 +02:00
URLStyleValue.h LibWeb: Absolutize <paint> fallback colors 2026-05-07 10:07:09 +01:00