Andreas Kling 51caa14381 LibWeb: Remove FrameLoader vor 1 Jahr
..
AbstractImageStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
AngleStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
AngleStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BackgroundRepeatStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BackgroundRepeatStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BackgroundSizeStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BackgroundSizeStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BorderRadiusStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BorderRadiusStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BorderStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
BorderStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
CalculatedStyleValue.cpp 53f3ed026a LibWeb: Mark CalculatedStyleValue::resolve_integer() as const vor 1 Jahr
CalculatedStyleValue.h 53f3ed026a LibWeb: Mark CalculatedStyleValue::resolve_integer() as const vor 1 Jahr
ColorStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ColorStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ConicGradientStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ConicGradientStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ContentStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ContentStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
CustomIdentStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
DisplayStyleValue.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
DisplayStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
EasingStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
EasingStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
EdgeStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
EdgeStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
FilterValueListStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
FilterValueListStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
FontStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
FontStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
FrequencyStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridAreaShorthandStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridAreaShorthandStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridAutoFlowStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridAutoFlowStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTemplateAreaStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTemplateAreaStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackPlacementShorthandStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackPlacementShorthandStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackPlacementStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackPlacementStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackSizeListShorthandStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackSizeListShorthandStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackSizeListStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
GridTrackSizeListStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
IdentifierStyleValue.cpp 51caa14381 LibWeb: Remove FrameLoader vor 1 Jahr
IdentifierStyleValue.h 1dcd63be05 LibWeb: Deduplicate "ident is color" check vor 1 Jahr
ImageStyleValue.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` vor 1 Jahr
ImageStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
InheritStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
InitialStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
IntegerStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
IntegerStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
LengthStyleValue.cpp eca144a75e LibWeb: Make absolutizing StyleValues infallible vor 1 Jahr
LengthStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
LinearGradientStyleValue.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions vor 1 Jahr
LinearGradientStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ListStyleStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ListStyleStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
MathDepthStyleValue.cpp 6476dea898 LibWeb: Implement the `math-depth` CSS property vor 1 Jahr
MathDepthStyleValue.h 6476dea898 LibWeb: Implement the `math-depth` CSS property vor 1 Jahr
NumberStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
NumberStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
OverflowStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
OverflowStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PercentageStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceContentStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceContentStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceItemsStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceItemsStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceSelfStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PlaceSelfStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PositionStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
PositionStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
RadialGradientStyleValue.cpp 883f44d397 LibWeb: Use `CSSPixels` only when calculating radial gradient sizes vor 1 Jahr
RadialGradientStyleValue.h 883f44d397 LibWeb: Use `CSSPixels` only when calculating radial gradient sizes vor 1 Jahr
RatioStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
RectStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
RectStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ResolutionStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
RevertStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ShadowStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ShadowStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
ShorthandStyleValue.cpp 34591549b1 LibWeb: Replace BorderRadiusShorthandStyleValue with ShorthandStyleValue vor 1 Jahr
ShorthandStyleValue.h aa45b3dfe3 LibWeb: Replace FlexStyleValue with ShorthandStyleValue vor 1 Jahr
StringStyleValue.h ff02de4ad0 LibWeb: Serialize StringStyleValue with quotes vor 1 Jahr
StyleValueList.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
StyleValueList.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
TextDecorationStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
TextDecorationStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
TimeStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
TransformationStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
TransformationStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
URLStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
UnresolvedStyleValue.cpp 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
UnresolvedStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr
UnsetStyleValue.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible vor 1 Jahr