Andreas Kling cf9565551a LibWeb: Don't filter CSS rules into separate list based on @namespace 1 rok temu
..
Parser 5640779838 LibWeb: Allow single-value shorthand properties to parse as CompositeSV 1 rok temu
StyleValues 8f29bdb62c LibWeb: Implement the CSS `revert` keyword 2 lat temu
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 lat temu
Angle.cpp c73f476915 LibWeb: Implement CSS `sin()` 2 lat temu
Angle.h c73f476915 LibWeb: Implement CSS `sin()` 2 lat temu
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 lat temu
CSS.cpp 465ecf37c2 LibWeb: Make `property_id_from_string()` return Optional 2 lat temu
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 lat temu
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 lat temu
CSSConditionRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 lat temu
CSSConditionRule.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 lat temu
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSFontFaceRule.cpp 0e2684b10f LibWeb: Fix serialization of CSSFontFaceRule 2 lat temu
CSSFontFaceRule.h ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 lat temu
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSGroupingRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 lat temu
CSSGroupingRule.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 lat temu
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSImportRule.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 lat temu
CSSImportRule.h 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 lat temu
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSKeyframeRule.cpp 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 lat temu
CSSKeyframeRule.h 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 lat temu
CSSKeyframeRule.idl e3612708c7 LibWeb: Generate JavaScript bindings for `CSSKeyframeRule` 2 lat temu
CSSKeyframesRule.cpp 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 lat temu
CSSKeyframesRule.h 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 lat temu
CSSKeyframesRule.idl 5ef01e562a LibWeb: Generate JavaScript bindings for `CSSKeyframesRule` 2 lat temu
CSSMediaRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
CSSMediaRule.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSNamespaceRule.cpp 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 lat temu
CSSNamespaceRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 lat temu
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 lat temu
CSSNumericType.cpp 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 lat temu
CSSNumericType.h 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 lat temu
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 2 lat temu
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations 2 lat temu
CSSRuleList.cpp 496db17c2d LibWeb: Add callback for when a CSSRuleList's rules change 1 rok temu
CSSRuleList.h 496db17c2d LibWeb: Add callback for when a CSSRuleList's rules change 1 rok temu
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSStyleDeclaration.cpp 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 lat temu
CSSStyleDeclaration.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 lat temu
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 lat temu
CSSStyleRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
CSSStyleRule.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CSSStyleSheet.cpp 37a618b7ad LibWeb: Add missing visit in CSSStyleSheet::visit_edges() 1 rok temu
CSSStyleSheet.h 0805060e5e LibWeb: Speed up CSS namespace checking 1 rok temu
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
CSSSupportsRule.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 lat temu
CSSSupportsRule.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 lat temu
CalculatedOr.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 lat temu
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 lat temu
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 lat temu
ComputedValues.h 73fa58da34 LibWeb: Implement the CSS `outline-offset` property 1 rok temu
Default.css 4dc98af419 LibWeb: Make table headings centered by default 2 lat temu
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 lat temu
Display.h 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 lat temu
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 lat temu
EdgeRect.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 lat temu
EdgeRect.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 lat temu
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 lat temu
Enums.json fe7e797483 LibWeb: Implement the CSS `outline` property :^) 1 rok temu
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 lat temu
FontFace.h 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 lat temu
Frequency.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 lat temu
Frequency.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 lat temu
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 lat temu
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 lat temu
GridTrackPlacement.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
GridTrackSize.cpp 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows 2 lat temu
GridTrackSize.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
Identifiers.json 5fc6bff582 LibWeb: Add 'object-fit' property 1 rok temu
Length.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 lat temu
Length.h df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node 2 lat temu
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 lat temu
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 lat temu
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 lat temu
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 lat temu
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 rok temu
MediaList.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 lat temu
MediaList.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 lat temu
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
MediaQuery.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 lat temu
MediaQuery.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 lat temu
MediaQueryList.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 lat temu
MediaQueryList.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 lat temu
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 lat temu
MediaQueryListEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
MediaQueryListEvent.h d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 lat temu
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 lat temu
Number.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 lat temu
Percentage.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 lat temu
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 lat temu
PercentageOr.h c8cf599c44 LibWeb: Make PercentageOr<T> equality comparison work for calc() values 2 lat temu
Position.cpp 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 lat temu
Position.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 lat temu
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 lat temu
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 lat temu
Properties.json 73fa58da34 LibWeb: Implement the CSS `outline-offset` property 1 rok temu
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 lat temu
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 lat temu
Ratio.h 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 lat temu
Resolution.cpp 5cdeb994b2 LibWeb: Serialize Resolution according to spec 2 lat temu
Resolution.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 lat temu
ResolvedCSSStyleDeclaration.cpp 73fa58da34 LibWeb: Implement the CSS `outline-offset` property 1 rok temu
ResolvedCSSStyleDeclaration.h 294f5b109f LibWeb: Propagate errors from ResolvedCSSStyleDeclaration 2 lat temu
Screen.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 lat temu
Screen.h 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 lat temu
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
Selector.cpp 14e6bae593 LibWeb: Implement the `:focus-visible` pseudo-class 1 rok temu
Selector.h 14e6bae593 LibWeb: Implement the `:focus-visible` pseudo-class 1 rok temu
SelectorEngine.cpp 14e6bae593 LibWeb: Implement the `:focus-visible` pseudo-class 1 rok temu
SelectorEngine.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 lat temu
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 lat temu
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 lat temu
Size.cpp 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 lat temu
Size.h 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 lat temu
StyleComputer.cpp cf9565551a LibWeb: Don't filter CSS rules into separate list based on @namespace 1 rok temu
StyleComputer.h cf9565551a LibWeb: Don't filter CSS rules into separate list based on @namespace 1 rok temu
StyleProperties.cpp fe7e797483 LibWeb: Implement the CSS `outline` property :^) 1 rok temu
StyleProperties.h fe7e797483 LibWeb: Implement the CSS `outline` property :^) 1 rok temu
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 lat temu
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 lat temu
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 lat temu
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 lat temu
StyleSheetList.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 lat temu
StyleSheetList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
StyleValue.cpp a8587fe54e LibWeb: Add support for "place-items" CSS property 2 lat temu
StyleValue.h 8f29bdb62c LibWeb: Implement the CSS `revert` keyword 2 lat temu
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 lat temu
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 lat temu
Time.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 lat temu
Time.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 lat temu
TransformFunctions.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 rok temu
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 lat temu