ladybird/Userland/Libraries/LibWeb/CSS/StyleValues
Andreas Kling 546143e9a6 LibWeb: Fix vector OOB access when comparing some calc() values
Before comparing the elements of two vectors, we have to check that
they have the same length. :^)

Fixes a crash seen on https://chat.openai.com/
2024-01-27 17:06:43 +01:00
..
AbstractImageStyleValue.h LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap 2024-01-01 15:16:58 +01:00
AngleStyleValue.cpp
AngleStyleValue.h
BackgroundRepeatStyleValue.cpp
BackgroundRepeatStyleValue.h
BackgroundSizeStyleValue.cpp
BackgroundSizeStyleValue.h
BorderRadiusStyleValue.cpp LibWeb/CSS: Fix crashing when calc() is used for border-radius 2024-01-01 10:12:20 +01:00
BorderRadiusStyleValue.h
CalculatedStyleValue.cpp LibWeb: Fix vector OOB access when comparing some calc() values 2024-01-27 17:06:43 +01:00
CalculatedStyleValue.h LibWeb: Implement calc() value equality check in a more efficient way 2024-01-09 14:15:27 +01:00
ColorStyleValue.cpp
ColorStyleValue.h
ConicGradientStyleValue.cpp LibWeb: Store ConicGradientStyleValue's position as PositionStyleValue 2023-11-07 22:00:24 +00:00
ConicGradientStyleValue.h LibWeb: Store ConicGradientStyleValue's position as PositionStyleValue 2023-11-07 22:00:24 +00:00
ContentStyleValue.cpp
ContentStyleValue.h
CustomIdentStyleValue.h
DisplayStyleValue.cpp
DisplayStyleValue.h
EasingStyleValue.cpp
EasingStyleValue.h
EdgeStyleValue.cpp LibWeb: Use generated to_string() function for EdgeStyleValue edge 2023-11-07 22:00:24 +00:00
EdgeStyleValue.h LibWeb: Adapt parse_position() into parse_position_value() 2023-11-07 22:00:24 +00:00
FilterValueListStyleValue.cpp LibWeb: Resolve backdrop filter length in apply_style() 2023-10-12 07:38:48 +02:00
FilterValueListStyleValue.h LibWeb: Resolve backdrop filter length in apply_style() 2023-10-12 07:38:48 +02:00
FlexStyleValue.h LibWeb: Implement Flex and FlexStyleValue types 2023-09-28 20:33:20 +01:00
FrequencyStyleValue.h
GridAutoFlowStyleValue.cpp
GridAutoFlowStyleValue.h
GridTemplateAreaStyleValue.cpp
GridTemplateAreaStyleValue.h
GridTrackPlacementStyleValue.cpp
GridTrackPlacementStyleValue.h
GridTrackSizeListStyleValue.cpp
GridTrackSizeListStyleValue.h
IdentifierStyleValue.cpp LibWeb: Make Document::page() return a Page& 2023-12-15 22:04:46 +01:00
IdentifierStyleValue.h
ImageStyleValue.cpp LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap 2024-01-01 15:16:58 +01:00
ImageStyleValue.h LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap 2024-01-01 15:16:58 +01:00
InheritStyleValue.h
InitialStyleValue.h
IntegerStyleValue.cpp
IntegerStyleValue.h
LengthStyleValue.cpp
LengthStyleValue.h
LinearGradientStyleValue.cpp
LinearGradientStyleValue.h
MathDepthStyleValue.cpp LibWeb: Implement the math-depth CSS property 2023-09-11 17:03:22 +01:00
MathDepthStyleValue.h LibWeb: Implement the math-depth CSS property 2023-09-11 17:03:22 +01:00
NumberStyleValue.cpp
NumberStyleValue.h
PercentageStyleValue.h
PositionStyleValue.cpp LibWeb: Add some helpers to PositionStyleValue 2023-11-07 22:00:24 +00:00
PositionStyleValue.h LibWeb: Add some helpers to PositionStyleValue 2023-11-07 22:00:24 +00:00
RadialGradientStyleValue.cpp LibWeb: Store RadialGradientStyleValue's position as PositionStyleValue 2023-11-07 22:00:24 +00:00
RadialGradientStyleValue.h LibWeb: Store RadialGradientStyleValue's position as PositionStyleValue 2023-11-07 22:00:24 +00:00
RatioStyleValue.h
RectStyleValue.cpp
RectStyleValue.h
ResolutionStyleValue.h
RevertStyleValue.h
ShadowStyleValue.cpp LibWeb: Remove some to_deprecated_string() calls in the CSS code 2023-12-01 20:48:13 +01:00
ShadowStyleValue.h
ShorthandStyleValue.cpp LibWeb: Fill out font property data 2023-09-26 21:19:42 +02:00
ShorthandStyleValue.h LibWeb: Replace FlexStyleValue with ShorthandStyleValue 2023-09-20 12:17:16 +01:00
StringStyleValue.h LibWeb: Serialize StringStyleValue with quotes 2023-09-12 14:29:21 +01:00
StyleValueList.cpp
StyleValueList.h
TimeStyleValue.h
TransformationStyleValue.cpp
TransformationStyleValue.h
UnresolvedStyleValue.cpp
UnresolvedStyleValue.h
UnsetStyleValue.h
URLStyleValue.h LibWeb: Remove some to_deprecated_string() calls in the CSS code 2023-12-01 20:48:13 +01:00