ladybird/Userland/Libraries/LibWeb/CSS/StyleValues
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
AbstractImageStyleValue.h
AngleStyleValue.cpp
AngleStyleValue.h
BackgroundRepeatStyleValue.cpp
BackgroundRepeatStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
BackgroundSizeStyleValue.cpp
BackgroundSizeStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
BorderRadiusStyleValue.cpp
BorderRadiusStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
CalculatedStyleValue.cpp
CalculatedStyleValue.h
ColorStyleValue.cpp
ColorStyleValue.h
ConicGradientStyleValue.cpp LibWeb: Remove wrappers for gradient painting command recording 2024-03-03 18:19:20 +01:00
ConicGradientStyleValue.h
ContentStyleValue.cpp
ContentStyleValue.h
CustomIdentStyleValue.h
DisplayStyleValue.cpp
DisplayStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
EasingStyleValue.cpp
EasingStyleValue.h
EdgeStyleValue.cpp
EdgeStyleValue.h
FilterValueListStyleValue.cpp
FilterValueListStyleValue.h
FlexStyleValue.h
FrequencyStyleValue.h
GridAutoFlowStyleValue.cpp
GridAutoFlowStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
GridTemplateAreaStyleValue.cpp LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
GridTemplateAreaStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
GridTrackPlacementStyleValue.cpp
GridTrackPlacementStyleValue.h
GridTrackSizeListStyleValue.cpp
GridTrackSizeListStyleValue.h
IdentifierStyleValue.cpp
IdentifierStyleValue.h
ImageStyleValue.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ImageStyleValue.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
InheritStyleValue.h
InitialStyleValue.h
IntegerStyleValue.cpp
IntegerStyleValue.h
LengthStyleValue.cpp
LengthStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
LinearGradientStyleValue.cpp LibWeb: Remove wrappers for gradient painting command recording 2024-03-03 18:19:20 +01:00
LinearGradientStyleValue.h
MathDepthStyleValue.cpp
MathDepthStyleValue.h
NumberStyleValue.cpp
NumberStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
PercentageStyleValue.h
PositionStyleValue.cpp
PositionStyleValue.h LibWeb: Add some helpers to PositionStyleValue 2023-11-07 22:00:24 +00:00
RadialGradientStyleValue.cpp LibWeb: Remove wrappers for gradient painting command recording 2024-03-03 18:19:20 +01:00
RadialGradientStyleValue.h
RatioStyleValue.h
RectStyleValue.cpp
RectStyleValue.h
ResolutionStyleValue.h
RevertStyleValue.h
ShadowStyleValue.cpp LibWeb: Properly serialize shadow colors 2024-03-03 19:50:25 +01:00
ShadowStyleValue.h
ShorthandStyleValue.cpp
ShorthandStyleValue.h
StringStyleValue.h
StyleValueList.cpp
StyleValueList.h
TimeStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
TransformationStyleValue.cpp
TransformationStyleValue.h
UnresolvedStyleValue.cpp LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
UnresolvedStyleValue.h
UnsetStyleValue.h LibWeb: Make StyleValue::to_string() infallible 2023-08-22 17:51:48 +01:00
URLStyleValue.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00