Aliaksandr Kalenik a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
..
AbstractImageStyleValue.h a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
AngleStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
AngleStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
BackgroundRepeatStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
BackgroundRepeatStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
BackgroundSizeStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
BackgroundSizeStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
BasicShapeStyleValue.cpp 5f17d9b34a LibWeb: Add `BasicShapeStyleValue` to represent CSS basic shapes 1 år sedan
BasicShapeStyleValue.h 5f17d9b34a LibWeb: Add `BasicShapeStyleValue` to represent CSS basic shapes 1 år sedan
BorderRadiusStyleValue.cpp e8f04be3ae LibWeb/CSS: Fix crashing when calc() is used for border-radius 1 år sedan
BorderRadiusStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
CalculatedStyleValue.cpp 546143e9a6 LibWeb: Fix vector OOB access when comparing some calc() values 1 år sedan
CalculatedStyleValue.h 5b7a8891a6 LibWeb: Implement calc() value equality check in a more efficient way 1 år sedan
ColorStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ColorStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ConicGradientStyleValue.cpp a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
ConicGradientStyleValue.h a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
ContentStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ContentStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
CounterDefinitionsStyleValue.cpp 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties 1 år sedan
CounterDefinitionsStyleValue.h 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties 1 år sedan
CounterStyleValue.cpp 898e3bd898 Last: LibWeb: Add counter() and counters() functions to content property 1 år sedan
CounterStyleValue.h 576a431408 LibWeb: Implement CounterStyleValue 1 år sedan
CustomIdentStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
DisplayStyleValue.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 2 år sedan
DisplayStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
EasingStyleValue.cpp 8c9d3b30cf LibWeb/CSS: Avoid capturing structured binding in generic lambda 1 år sedan
EasingStyleValue.h 06ed0dfcc1 LibWeb: Run clang-format 1 år sedan
EdgeStyleValue.cpp 88dc5886eb LibWeb: Use generated to_string() function for EdgeStyleValue edge 1 år sedan
EdgeStyleValue.h 8917378aa7 LibWeb: Adapt `parse_position()` into `parse_position_value()` 1 år sedan
FilterValueListStyleValue.cpp 7803dcfcf9 LibWeb: Resolve backdrop filter length in apply_style() 1 år sedan
FilterValueListStyleValue.h 7803dcfcf9 LibWeb: Resolve backdrop filter length in apply_style() 1 år sedan
FlexStyleValue.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 år sedan
FrequencyStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridAutoFlowStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridAutoFlowStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTemplateAreaStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTemplateAreaStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTrackPlacementStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTrackPlacementStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTrackSizeListStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
GridTrackSizeListStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
IdentifierStyleValue.cpp ded344aa2c LibWeb/DOM: Rename link_color to normal_link_color 1 år sedan
IdentifierStyleValue.h 1dcd63be05 LibWeb: Deduplicate "ident is color" check 1 år sedan
ImageStyleValue.cpp a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
ImageStyleValue.h a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
InheritStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
InitialStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
IntegerStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
IntegerStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
LengthStyleValue.cpp eca144a75e LibWeb: Make absolutizing StyleValues infallible 2 år sedan
LengthStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
LinearGradientStyleValue.cpp a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
LinearGradientStyleValue.h a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
MathDepthStyleValue.cpp 6476dea898 LibWeb: Implement the `math-depth` CSS property 1 år sedan
MathDepthStyleValue.h 6476dea898 LibWeb: Implement the `math-depth` CSS property 1 år sedan
NumberStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
NumberStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
PercentageStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
PositionStyleValue.cpp 2ae53bc5eb LibWeb: Add some helpers to PositionStyleValue 1 år sedan
PositionStyleValue.h 2ae53bc5eb LibWeb: Add some helpers to PositionStyleValue 1 år sedan
RadialGradientStyleValue.cpp a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
RadialGradientStyleValue.h a8f4ea5226 LibWeb: Fix "background-clip: text" for elements nested in scrollable 1 år sedan
RatioStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
RectStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
RectStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ResolutionStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
RevertStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ScrollbarGutterStyleValue.h 6623177265 LibWeb: Implement support for scrollbar-gutter 1 år sedan
ShadowStyleValue.cpp 8502b7ee9f LibWeb: Properly serialize shadow colors 1 år sedan
ShadowStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
ShorthandStyleValue.cpp c103269a8e LibWeb: Fill out `font` property data 1 år sedan
ShorthandStyleValue.h aa45b3dfe3 LibWeb: Replace FlexStyleValue with ShorthandStyleValue 1 år sedan
StringStyleValue.h 9fb44cb057 LibWeb/CSS: Make StringStyleValue hold a FlyString 1 år sedan
StyleValueList.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
StyleValueList.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
TimeStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
TransformationStyleValue.cpp c81a640f3e LibWeb/CSS: Serialize transform scale percentage values as numbers 1 år sedan
TransformationStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
TransitionStyleValue.cpp 5dce559ed8 LibWeb: Parse transition style values 1 år sedan
TransitionStyleValue.h 18520561e7 LibWeb: Fix crash for calculated transition duration/delays 1 år sedan
URLStyleValue.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 år sedan
UnresolvedStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
UnresolvedStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan
UnsetStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 år sedan