Sam Atkins bea47a2554 LibWeb/CSS: Correct behavior of `revert` inside a `@layer` 10 månader sedan
..
Parser 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
StyleValues 815a87100e LibWeb: Avoid copy when creating EasingStyleValue 10 månader sedan
SyntaxHighlighter 89c5f25016 LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer 1 år sedan
Angle.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Angle.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
AnimationEvent.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 år sedan
AnimationEvent.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 år sedan
AnimationEvent.idl 51528ec677 LibWeb: Normalize all WebIDL definition lines to four leading spaces 10 månader sedan
BackdropFilter.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 år sedan
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 år sedan
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 år sedan
CSSAnimation.cpp a0b96280e4 LibWeb: Move "owning element" of Animation classes into Animation 10 månader sedan
CSSAnimation.h a0b96280e4 LibWeb: Move "owning element" of Animation classes into Animation 10 månader sedan
CSSAnimation.idl 51528ec677 LibWeb: Normalize all WebIDL definition lines to four leading spaces 10 månader sedan
CSSConditionRule.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSConditionRule.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSConditionRule.idl 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 år sedan
CSSFontFaceRule.cpp 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 år sedan
CSSFontFaceRule.h 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 år sedan
CSSFontFaceRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSGroupingRule.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSGroupingRule.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSGroupingRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSImportRule.cpp ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen 10 månader sedan
CSSImportRule.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 år sedan
CSSImportRule.idl 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 år sedan
CSSKeyframeRule.cpp a12d28fd30 LibWeb: Implement CSSStyleDeclaration.parentRule 1 år sedan
CSSKeyframeRule.h 7f2c833a39 LibWeb: Implement CSSKeyframesRule.cssRuleList 1 år sedan
CSSKeyframeRule.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
CSSKeyframesRule.cpp 19fa630fa7 LibWeb: Make CSSKeyframeRule.parentRule actually point to parent rule 1 år sedan
CSSKeyframesRule.h 19fa630fa7 LibWeb: Make CSSKeyframeRule.parentRule actually point to parent rule 1 år sedan
CSSKeyframesRule.idl 7f2c833a39 LibWeb: Implement CSSKeyframesRule.cssRuleList 1 år sedan
CSSLayerBlockRule.cpp 44e4ea3d7a LibWeb: Cache the qualified layer name in CSSRule 11 månader sedan
CSSLayerBlockRule.h 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 11 månader sedan
CSSLayerBlockRule.idl 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 11 månader sedan
CSSLayerStatementRule.cpp 44e4ea3d7a LibWeb: Cache the qualified layer name in CSSRule 11 månader sedan
CSSLayerStatementRule.h 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 11 månader sedan
CSSLayerStatementRule.idl 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 11 månader sedan
CSSMediaRule.cpp 02a8966b61 LibWeb: Serialize empty media rules with a single newline 1 år sedan
CSSMediaRule.h 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 år sedan
CSSMediaRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSNamespaceRule.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 år sedan
CSSNamespaceRule.h 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 år sedan
CSSNamespaceRule.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 år sedan
CSSNumericType.cpp 576a431408 LibWeb: Implement CounterStyleValue 1 år sedan
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 år sedan
CSSRule.cpp b2aff403fc LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref 10 månader sedan
CSSRule.h b2aff403fc LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref 10 månader sedan
CSSRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSRuleList.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSRuleList.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 månader sedan
CSSRuleList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSStyleDeclaration.cpp e40ad73ae7 LibWeb: Allow setting shorthand CSS properties via CSSStyleDeclaration 10 månader sedan
CSSStyleDeclaration.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
CSSStyleDeclaration.idl 4c94202e97 LibWeb: Remove unnecessary FIXME marker for CSSStyleDeclaration.cssFloat 1 år sedan
CSSStyleRule.cpp b2aff403fc LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref 10 månader sedan
CSSStyleRule.h b2aff403fc LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref 10 månader sedan
CSSStyleRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSStyleSheet.cpp 74588a0a16 LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted 10 månader sedan
CSSStyleSheet.h 74588a0a16 LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted 10 månader sedan
CSSStyleSheet.idl 1d825f17c0 LibWeb: Remove first rule if no argument is given for `remove_rule()` 1 år sedan
CSSStyleValue.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
CSSStyleValue.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
CSSSupportsRule.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 år sedan
CSSSupportsRule.h 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 år sedan
CSSSupportsRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CSSTransition.cpp a1fca1a7f3 LibWeb: Start transitions when affected properties change 10 månader sedan
CSSTransition.h a1fca1a7f3 LibWeb: Start transitions when affected properties change 10 månader sedan
CSSTransition.idl 51528ec677 LibWeb: Normalize all WebIDL definition lines to four leading spaces 10 månader sedan
CalculatedOr.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
CalculatedOr.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 år sedan
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 år sedan
ColumnCount.h 0f75d0611f LibWeb: Implement support for parsing CSS column-count property 1 år sedan
ComputedValues.h 23b4367c9c LibWeb: Support parsing column-span 11 månader sedan
CountersSet.cpp 708f49d906 LibWeb: Give DOM Elements a CountersSet 1 år sedan
CountersSet.h 708f49d906 LibWeb: Give DOM Elements a CountersSet 1 år sedan
Default.css 45e4ab69d6 LibWeb: Add background color to input fields 11 månader sedan
Display.cpp 125d161b3f LibWeb: Move `<display-foo>` definitions into Enums.json 1 år sedan
Display.h f3124c492b LibWeb: Add `display: math` 1 år sedan
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 år sedan
EdgeRect.cpp 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 år sedan
EdgeRect.h 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 år sedan
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 år sedan
Enums.json 4a3a9e6ec4 LibWeb: Implement justify-*: left/right 10 månader sedan
Flex.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 år sedan
Flex.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 månader sedan
FontFace.cpp a9d5a99568 LibGfx+LibWeb: Replace remaining OpenType implementation with Skia 11 månader sedan
FontFace.h d5926a3231 LibGfx+LibWeb: Rename Gfx::VectorFont to Gfx::Typeface 1 år sedan
FontFace.idl 60b3436ea3 LibWeb: Support loading FontFaces constructed with binary data 1 år sedan
FontFaceSet.cpp bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 år sedan
FontFaceSet.h bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 år sedan
FontFaceSet.idl bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 år sedan
Frequency.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Frequency.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 år sedan
GridTrackPlacement.cpp b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 år sedan
GridTrackPlacement.h b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 år sedan
GridTrackSize.cpp e5deaa1c07 LibWeb: Implement grid-template function fit-content() 1 år sedan
GridTrackSize.h e5deaa1c07 LibWeb: Implement grid-template function fit-content() 1 år sedan
Interpolation.cpp a1fca1a7f3 LibWeb: Start transitions when affected properties change 10 månader sedan
Interpolation.h a1fca1a7f3 LibWeb: Start transitions when affected properties change 10 månader sedan
Keywords.json bea7eec518 LibWeb/CSS: Implement revert-layer 10 månader sedan
Length.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Length.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 år sedan
LengthBox.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 år sedan
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 år sedan
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 2 år sedan
MediaList.cpp 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value 1 år sedan
MediaList.h 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value 1 år sedan
MediaList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
MediaQuery.cpp 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 månader sedan
MediaQuery.h 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 månader sedan
MediaQueryList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 år sedan
MediaQueryList.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 år sedan
MediaQueryList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
MediaQueryListEvent.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 år sedan
MediaQueryListEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
MediaQueryListEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 år sedan
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 år sedan
ParsedFontFace.cpp 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 år sedan
ParsedFontFace.h 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 år sedan
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 år sedan
PercentageOr.cpp c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 år sedan
PercentageOr.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 år sedan
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 år sedan
PreferredContrast.cpp ee64684565 LibWeb: Add Contrast preference 1 år sedan
PreferredContrast.h ee64684565 LibWeb: Add Contrast preference 1 år sedan
PreferredMotion.cpp 099b77d60f LibWeb: Add motion preference 1 år sedan
PreferredMotion.h 099b77d60f LibWeb: Add motion preference 1 år sedan
Properties.json c42679597a LibWeb: Support parsing columns 11 månader sedan
PseudoClasses.json f63a945ba0 LibWeb: Implement the `:has()` pseudo-class 1 år sedan
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 år sedan
Ratio.cpp 7dcf060927 LibWeb: Limit ratio parts to 5 decimal places when printing 1 år sedan
Ratio.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 år sedan
Resolution.cpp 30dcbc306c LibWeb: Make resolution calculable 1 år sedan
Resolution.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 månader sedan
ResolvedCSSStyleDeclaration.cpp 087fcb84cb LibWeb: Don't crash when resolving grid properties of inline elements 10 månader sedan
ResolvedCSSStyleDeclaration.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
Screen.cpp 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 år sedan
Screen.h 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 år sedan
Screen.idl 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 år sedan
ScreenOrientation.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 år sedan
ScreenOrientation.h ccebc7a905 LibWeb: Add stubs for the Screen Orientation API 1 år sedan
ScreenOrientation.idl ccebc7a905 LibWeb: Add stubs for the Screen Orientation API 1 år sedan
Selector.cpp 34fdd0d44f LibWeb: Include immediate child (>) combinator in ancestor filter 10 månader sedan
Selector.h 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 månader sedan
SelectorEngine.cpp ef4f5ac8fb LibWeb: Filter :hover selectors early for elements that aren't hovered 10 månader sedan
SelectorEngine.h ef4f5ac8fb LibWeb: Filter :hover selectors early for elements that aren't hovered 10 månader sedan
Serialize.cpp da18957063 LibWeb: Limit color alpha values to 4 decimal places when serializing 1 år sedan
Serialize.h f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx 1 år sedan
Size.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Size.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Sizing.cpp 2671820ace LibWeb: Move our "default sizing algorithm" function into a public place 10 månader sedan
Sizing.h 2671820ace LibWeb: Move our "default sizing algorithm" function into a public place 10 månader sedan
StyleComputer.cpp bea47a2554 LibWeb/CSS: Correct behavior of `revert` inside a `@layer` 10 månader sedan
StyleComputer.h bea47a2554 LibWeb/CSS: Correct behavior of `revert` inside a `@layer` 10 månader sedan
StyleInvalidation.cpp 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 månader sedan
StyleInvalidation.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
StyleProperties.cpp e544166977 LibWeb: Parse transition values and cache them on Animatable elements 10 månader sedan
StyleProperties.h e544166977 LibWeb: Parse transition values and cache them on Animatable elements 10 månader sedan
StyleProperty.cpp 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
StyleProperty.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 månader sedan
StyleSheet.cpp 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 år sedan
StyleSheet.h 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 år sedan
StyleSheet.idl 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 år sedan
StyleSheetIdentifier.cpp 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 månader sedan
StyleSheetIdentifier.h 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 månader sedan
StyleSheetList.cpp 74588a0a16 LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted 10 månader sedan
StyleSheetList.h 4bc3055c0f LibWeb: Only invalidate shadow root when style sheet inside changes 11 månader sedan
StyleSheetList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
Supports.cpp b2a099e647 LibWeb: Don't leak entire realm after parsing CSS @supports rule 1 år sedan
Supports.h b2a099e647 LibWeb: Don't leak entire realm after parsing CSS @supports rule 1 år sedan
SystemColor.cpp 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 år sedan
SystemColor.h 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 år sedan
Time.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
Time.h 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 månader sedan
TransformFunctions.json 675b242e84 LibWeb: Add missing CSS Transforms Module Level 2 functions 1 år sedan
Transformation.cpp 7e38e12bb0 LibWeb: Use transform-box for resolving percentage transform values 11 månader sedan
Transformation.h c443f80137 LibWeb: Allow percentages on CSS transform scale functions 1 år sedan
VisualViewport.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 år sedan
VisualViewport.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
VisualViewport.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan