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