Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 rok pred
..
Parser d00c7e55a5 LibWeb: Add plumbing for the new 'object-position' property 1 rok pred
StyleValues 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 rok pred
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 rok pred
Angle.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 rok pred
Angle.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 rokov pred
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 rokov pred
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 rokov pred
CSSConditionRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 rokov pred
CSSConditionRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 rok pred
CSSConditionRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSFontFaceRule.cpp 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules 1 rok pred
CSSFontFaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSFontFaceRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSGroupingRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 rokov pred
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 rokov pred
CSSGroupingRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSImportRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSImportRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSImportRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSKeyframeRule.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSKeyframeRule.h f3e5335096 LibWeb: Port CSSKeyframeRules interface from DeprecatedString to String 1 rok pred
CSSKeyframeRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSKeyframesRule.cpp 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules 1 rok pred
CSSKeyframesRule.h 9577cd853a LibWeb: Use JS::MarkedVector while parsing CSS keyframe rules 1 rok pred
CSSKeyframesRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSMediaRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 rok pred
CSSMediaRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 rok pred
CSSMediaRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSNamespaceRule.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 rok pred
CSSNamespaceRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 rokov pred
CSSNumericType.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 rokov pred
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 rokov pred
CSSRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSRuleList.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 rok pred
CSSRuleList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSRuleList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSStyleDeclaration.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 rok pred
CSSStyleDeclaration.h 707ca984bd LibWeb: Fix memory leak in CSS::ImageStyleValue 1 rok pred
CSSStyleDeclaration.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSStyleRule.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 rok pred
CSSStyleRule.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
CSSStyleRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSStyleSheet.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 rok pred
CSSStyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String 1 rok pred
CSSStyleSheet.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CSSSupportsRule.cpp cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 rok pred
CSSSupportsRule.h cf733d309e LibWeb: Port CSSConditionRule interface from DeprecatedString to String 1 rok pred
CSSSupportsRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 rokov pred
CalculatedOr.h 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible 1 rok pred
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 rokov pred
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 rokov pred
ColumnCount.h 0f75d0611f LibWeb: Implement support for parsing CSS column-count property 1 rok pred
ComputedValues.h 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" 1 rok pred
Default.css a1cce69db0 LibWeb/HTMLInputElement: Improve appearance of color picker 1 rok pred
Display.cpp 125d161b3f LibWeb: Move `<display-foo>` definitions into Enums.json 1 rok pred
Display.h f3124c492b LibWeb: Add `display: math` 1 rok pred
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 rokov pred
EdgeRect.cpp 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 rok pred
EdgeRect.h 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 rok pred
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 rokov pred
Enums.json 7e11de272f LibWeb: Add 'object-position' property and 'position' enum 1 rok pred
Flex.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
Flex.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 rokov pred
FontFace.h 13e2ca6b59 LibWeb: Parse `src: local(...)` in CSS @font-face rules 1 rok pred
Frequency.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Frequency.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 rokov pred
GridTrackPlacement.cpp b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 rok pred
GridTrackPlacement.h b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 rok pred
GridTrackSize.cpp ca16a1ed08 LibWeb: Store GridSize values as a Variant 1 rok pred
GridTrackSize.h ca16a1ed08 LibWeb: Store GridSize values as a Variant 1 rok pred
Identifiers.json 479451498b LibWeb: Implement `mask-type` CSS property 1 rok pred
Length.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 rok pred
Length.h 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 rok pred
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 rokov pred
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 rokov pred
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 rokov pred
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 rokov pred
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 2 rokov pred
MediaList.cpp ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String 1 rok pred
MediaList.h ff45874d4e LibWeb: Port MediaList interface from DeprecatedString to String 1 rok pred
MediaList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
MediaQuery.cpp 51caa14381 LibWeb: Remove FrameLoader 1 rok pred
MediaQuery.h afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaQueryList.cpp afa27bad19 LibWeb: Make serializing media-queries infallible 1 rok pred
MediaQueryList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
MediaQueryListEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryListEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
MediaQueryListEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 rok pred
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
PercentageOr.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 rok pred
PercentageOr.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 rok pred
Position.cpp f57c42fad7 LibWeb: Avoid conversion from floating point in CSS position resolution 1 rok pred
Position.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 rokov pred
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 rokov pred
Properties.json 7e11de272f LibWeb: Add 'object-position' property and 'position' enum 1 rok pred
PseudoClasses.json 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes 1 rok pred
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 rokov pred
Ratio.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Ratio.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 rok pred
Resolution.cpp b63e393cef LibWeb: Fix broken conversion of CSS <resolution> dpi/dpcm to dppx 1 rok pred
Resolution.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
ResolvedCSSStyleDeclaration.cpp c9c99b3c42 LibWeb: Produce resolved transform value according to spec algorithm 1 rok pred
ResolvedCSSStyleDeclaration.h f5efe9bb63 LibWeb: Port CSSStyleDeclaration from DeprecatedString to String 1 rok pred
Screen.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
Screen.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 rokov pred
Selector.cpp 91114c157b LibWeb: Make serializing selectors infallible 1 rok pred
Selector.h 91114c157b LibWeb: Make serializing selectors infallible 1 rok pred
SelectorEngine.cpp 83c3490bc4 LibWeb: Use Element::id() in SelectorEngine 1 rok pred
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 2 rokov pred
Serialize.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Serialize.h b5893ee115 LibWeb: Make Serialize functions infallible 1 rok pred
Size.cpp 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 rok pred
Size.h 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 rok pred
StyleComputer.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 rok pred
StyleComputer.h f7209fb9d4 LibWeb: Implement `font-size: math` 1 rok pred
StyleProperties.cpp d00c7e55a5 LibWeb: Add plumbing for the new 'object-position' property 1 rok pred
StyleProperties.h d00c7e55a5 LibWeb: Add plumbing for the new 'object-position' property 1 rok pred
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 rokov pred
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 rokov pred
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 rokov pred
StyleSheet.h da637a527d LibWeb: Port CSSStyleSheet interface from DeprecatedString to String 1 rok pred
StyleSheet.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
StyleSheetList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
StyleSheetList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
StyleSheetList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
StyleValue.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
StyleValue.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 rok pred
Supports.cpp 846c719e49 LibWeb: Make serializing Supports rules infallible 1 rok pred
Supports.h 846c719e49 LibWeb: Make serializing Supports rules infallible 1 rok pred
SystemColor.cpp 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 rok pred
SystemColor.h 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 rok pred
Time.cpp 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
Time.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
TransformFunctions.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 2 rokov pred
Transformation.cpp 642ad80960 LibWeb: Make CSS Transformation struct a proper class 1 rok pred
Transformation.h 642ad80960 LibWeb: Make CSS Transformation struct a proper class 1 rok pred
UnicodeRange.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 rok pred
VisualViewport.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 rok pred
VisualViewport.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 rok pred
VisualViewport.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred