Sam Atkins cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 11 meses atrás
..
Parser 4c98906e2c LibWeb/CSS: Parse `@layer` rules 10 meses atrás
StyleValues c42679597a LibWeb: Support parsing columns 11 meses atrás
SyntaxHighlighter 89c5f25016 LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer 1 ano atrás
Angle.cpp c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 ano atrás
Angle.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
AnimationEvent.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 ano atrás
AnimationEvent.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 ano atrás
AnimationEvent.idl faaf5b9652 LibWeb: Add the AnimationEvent IDL objects 1 ano atrás
BackdropFilter.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CSS.cpp b5893ee115 LibWeb: Make Serialize functions infallible 1 ano atrás
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 anos atrás
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 anos atrás
CSSAnimation.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 ano atrás
CSSAnimation.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CSSAnimation.idl 3a87c000c4 LibWeb: Add the CSSAnimation IDL object 1 ano atrás
CSSConditionRule.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSConditionRule.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSConditionRule.idl 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 ano atrás
CSSFontFaceRule.cpp 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 ano atrás
CSSFontFaceRule.h 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 ano atrás
CSSFontFaceRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSGroupingRule.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSGroupingRule.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSGroupingRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSImportRule.cpp 240b58e90f LibWeb/CSS: Set `@import` as the owner rule of their loaded style sheet 11 meses atrás
CSSImportRule.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
CSSImportRule.idl 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 ano atrás
CSSKeyframeRule.cpp a12d28fd30 LibWeb: Implement CSSStyleDeclaration.parentRule 1 ano atrás
CSSKeyframeRule.h 7f2c833a39 LibWeb: Implement CSSKeyframesRule.cssRuleList 1 ano atrás
CSSKeyframeRule.idl 1a94241f58 IDL: Add missing #imports 1 ano atrás
CSSKeyframesRule.cpp 19fa630fa7 LibWeb: Make CSSKeyframeRule.parentRule actually point to parent rule 1 ano atrás
CSSKeyframesRule.h 19fa630fa7 LibWeb: Make CSSKeyframeRule.parentRule actually point to parent rule 1 ano atrás
CSSKeyframesRule.idl 7f2c833a39 LibWeb: Implement CSSKeyframesRule.cssRuleList 1 ano atrás
CSSLayerBlockRule.cpp 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSLayerBlockRule.h 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSLayerBlockRule.idl 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSLayerStatementRule.cpp 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSLayerStatementRule.h 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSLayerStatementRule.idl 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSMediaRule.cpp 02a8966b61 LibWeb: Serialize empty media rules with a single newline 1 ano atrás
CSSMediaRule.h 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 ano atrás
CSSMediaRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSNamespaceRule.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
CSSNamespaceRule.h 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 ano atrás
CSSNamespaceRule.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 ano atrás
CSSNumericType.cpp 576a431408 LibWeb: Implement CounterStyleValue 1 ano atrás
CSSNumericType.h b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 ano atrás
CSSRule.cpp 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSRule.h 1c6133aa52 LibWeb/CSS: Add CSSOM types for `@layer` rules 10 meses atrás
CSSRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSRuleList.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSRuleList.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSRuleList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSStyleDeclaration.cpp 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CSSStyleDeclaration.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CSSStyleDeclaration.idl 4c94202e97 LibWeb: Remove unnecessary FIXME marker for CSSStyleDeclaration.cssFloat 1 ano atrás
CSSStyleRule.cpp 4bc3055c0f LibWeb: Only invalidate shadow root when style sheet inside changes 11 meses atrás
CSSStyleRule.h ce2bfb4a12 LibWeb: Make CSSStyleRule::declaration() return a more specific type 1 ano atrás
CSSStyleRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSStyleSheet.cpp cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSStyleSheet.h cbb4be3e5e LibWeb/CSS: Replace style-rule iteration methods with a generic one 10 meses atrás
CSSStyleSheet.idl 1d825f17c0 LibWeb: Remove first rule if no argument is given for `remove_rule()` 1 ano atrás
CSSStyleValue.cpp 581d00293c LibWeb: Rename ColorStyleValue -> CSSColorValue 11 meses atrás
CSSStyleValue.h 581d00293c LibWeb: Rename ColorStyleValue -> CSSColorValue 11 meses atrás
CSSSupportsRule.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
CSSSupportsRule.h 4646a87eba LibWeb: Make `CSSConditionRule.conditionText` read-only 1 ano atrás
CSSSupportsRule.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
CSSTransition.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 ano atrás
CSSTransition.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CSSTransition.idl 911088278d LibWeb: Add the CSSTransition IDL object 1 ano atrás
CalculatedOr.cpp 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
CalculatedOr.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 anos atrás
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 anos atrás
ColumnCount.h 0f75d0611f LibWeb: Implement support for parsing CSS column-count property 1 ano atrás
ComputedValues.h 23b4367c9c LibWeb: Support parsing column-span 11 meses atrás
CountersSet.cpp 708f49d906 LibWeb: Give DOM Elements a CountersSet 1 ano atrás
CountersSet.h 708f49d906 LibWeb: Give DOM Elements a CountersSet 1 ano atrás
Default.css 45e4ab69d6 LibWeb: Add background color to input fields 11 meses atrás
Display.cpp 125d161b3f LibWeb: Move `<display-foo>` definitions into Enums.json 1 ano atrás
Display.h f3124c492b LibWeb: Add `display: math` 1 ano atrás
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 anos atrás
EdgeRect.cpp 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 ano atrás
EdgeRect.h 709767cc4b LibWeb: Don't convert to floating point in `CSS::EdgeRect` 1 ano atrás
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 anos atrás
Enums.json 23b4367c9c LibWeb: Support parsing column-span 11 meses atrás
Flex.cpp b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 ano atrás
Flex.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
FontFace.cpp a9d5a99568 LibGfx+LibWeb: Replace remaining OpenType implementation with Skia 10 meses atrás
FontFace.h d5926a3231 LibGfx+LibWeb: Rename Gfx::VectorFont to Gfx::Typeface 1 ano atrás
FontFace.idl 60b3436ea3 LibWeb: Support loading FontFaces constructed with binary data 1 ano atrás
FontFaceSet.cpp bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 ano atrás
FontFaceSet.h bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 ano atrás
FontFaceSet.idl bbd82265e1 LibWeb/CSS: Implement FontFaceSet.onloadingerror 1 ano atrás
Frequency.cpp c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 ano atrás
Frequency.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 anos atrás
GridTrackPlacement.cpp b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 ano atrás
GridTrackPlacement.h b66f65dc9e LibWeb: Define if identifier represent area or line during layout [GFC] 1 ano atrás
GridTrackSize.cpp e5deaa1c07 LibWeb: Implement grid-template function fit-content() 1 ano atrás
GridTrackSize.h e5deaa1c07 LibWeb: Implement grid-template function fit-content() 1 ano atrás
Keywords.json f518811f73 LibWeb: Use CSSKeywordValue for CSS-wide keywords 11 meses atrás
Length.cpp 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
Length.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anos atrás
LengthBox.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 anos atrás
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 anos atrás
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 2 anos atrás
MediaList.cpp 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value 1 ano atrás
MediaList.h 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value 1 ano atrás
MediaList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
MediaQuery.cpp 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 meses atrás
MediaQuery.h 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 meses atrás
MediaQueryList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
MediaQueryList.h ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 ano atrás
MediaQueryList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
MediaQueryListEvent.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
MediaQueryListEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 ano atrás
MediaQueryListEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 ano atrás
Number.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 ano atrás
ParsedFontFace.cpp 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 ano atrás
ParsedFontFace.h 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace 1 ano atrás
Percentage.h 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 ano atrás
PercentageOr.cpp c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 ano atrás
PercentageOr.h c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 ano atrás
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 anos atrás
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 anos atrás
PreferredContrast.cpp ee64684565 LibWeb: Add Contrast preference 1 ano atrás
PreferredContrast.h ee64684565 LibWeb: Add Contrast preference 1 ano atrás
PreferredMotion.cpp 099b77d60f LibWeb: Add motion preference 1 ano atrás
PreferredMotion.h 099b77d60f LibWeb: Add motion preference 1 ano atrás
Properties.json c42679597a LibWeb: Support parsing columns 11 meses atrás
PseudoClasses.json f63a945ba0 LibWeb: Implement the `:has()` pseudo-class 1 ano atrás
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 anos atrás
Ratio.cpp 7dcf060927 LibWeb: Limit ratio parts to 5 decimal places when printing 1 ano atrás
Ratio.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 ano atrás
Resolution.cpp 30dcbc306c LibWeb: Make resolution calculable 1 ano atrás
Resolution.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
ResolvedCSSStyleDeclaration.cpp 37ea4e3b5f LibWeb: Rename CSSColorValue::create() to create_from_color() 11 meses atrás
ResolvedCSSStyleDeclaration.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
Screen.cpp 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 ano atrás
Screen.h 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 ano atrás
Screen.idl 97bf9e7953 LibWeb: Stub out Window-Management proposal extensions to Screen API 1 ano atrás
ScreenOrientation.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 ano atrás
ScreenOrientation.h ccebc7a905 LibWeb: Add stubs for the Screen Orientation API 1 ano atrás
ScreenOrientation.idl ccebc7a905 LibWeb: Add stubs for the Screen Orientation API 1 ano atrás
Selector.cpp f63a945ba0 LibWeb: Implement the `:has()` pseudo-class 1 ano atrás
Selector.h 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 meses atrás
SelectorEngine.cpp 84ab8bf797 LibWeb: Make CSS :hover selector match shadow-inclusive ancestors 11 meses atrás
SelectorEngine.h 4c326fc5f6 LibWeb: Implement :host and :host(<compound-selector>) selector matching 1 ano atrás
Serialize.cpp da18957063 LibWeb: Limit color alpha values to 4 decimal places when serializing 1 ano atrás
Serialize.h f50bf00814 LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx 1 ano atrás
Size.cpp 4bc38300ad LibWeb: Forbid using CSS::Length as reference value in `resolved()` 1 ano atrás
Size.h 4bc38300ad LibWeb: Forbid using CSS::Length as reference value in `resolved()` 1 ano atrás
StyleComputer.cpp a9d5a99568 LibGfx+LibWeb: Replace remaining OpenType implementation with Skia 10 meses atrás
StyleComputer.h 49b2eb5f51 LibWeb: Add Document::get_style_sheet_source() 11 meses atrás
StyleInvalidation.cpp 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 meses atrás
StyleInvalidation.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
StyleProperties.cpp 23b4367c9c LibWeb: Support parsing column-span 11 meses atrás
StyleProperties.h 23b4367c9c LibWeb: Support parsing column-span 11 meses atrás
StyleProperty.cpp 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
StyleProperty.h 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 meses atrás
StyleSheet.cpp 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 ano atrás
StyleSheet.h 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 ano atrás
StyleSheet.idl 84193f2746 LibWeb: Align StyleSheet title getter with the specification 1 ano atrás
StyleSheetIdentifier.cpp 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 meses atrás
StyleSheetIdentifier.h 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 meses atrás
StyleSheetList.cpp 4bc3055c0f LibWeb: Only invalidate shadow root when style sheet inside changes 11 meses atrás
StyleSheetList.h 4bc3055c0f LibWeb: Only invalidate shadow root when style sheet inside changes 11 meses atrás
StyleSheetList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás
Supports.cpp b2a099e647 LibWeb: Don't leak entire realm after parsing CSS @supports rule 1 ano atrás
Supports.h b2a099e647 LibWeb: Don't leak entire realm after parsing CSS @supports rule 1 ano atrás
SystemColor.cpp 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 ano atrás
SystemColor.h 848ec538c6 LibWeb: Implement `<system-color>` and `<deprecated-color>` keywords 1 ano atrás
Time.cpp c282138fd0 LibWeb: Make CSS::PercentageOr<T> non-virtual 1 ano atrás
Time.h 8952764267 LibWeb/CSS: Introduce CSSNumericValue and CSSUnitValue type stubs 11 meses atrás
TransformFunctions.json 675b242e84 LibWeb: Add missing CSS Transforms Module Level 2 functions 1 ano atrás
Transformation.cpp 7e38e12bb0 LibWeb: Use transform-box for resolving percentage transform values 10 meses atrás
Transformation.h c443f80137 LibWeb: Allow percentages on CSS transform scale functions 1 ano atrás
VisualViewport.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
VisualViewport.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 ano atrás
VisualViewport.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 ano atrás