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