Andreas Kling 6b3b056476 LibWeb: Support CSS font shorthand with up to 4 consecutive `normal` 2 anni fa
..
Parser 6b3b056476 LibWeb: Support CSS font shorthand with up to 4 consecutive `normal` 2 anni fa
StyleValues 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length 2 anni fa
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 anni fa
Angle.cpp c73f476915 LibWeb: Implement CSS `sin()` 2 anni fa
Angle.h c73f476915 LibWeb: Implement CSS `sin()` 2 anni fa
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 anni fa
CSS.cpp 465ecf37c2 LibWeb: Make `property_id_from_string()` return Optional 2 anni fa
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 anni fa
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 anni fa
CSSConditionRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSConditionRule.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSFontFaceRule.cpp 0e2684b10f LibWeb: Fix serialization of CSSFontFaceRule 2 anni fa
CSSFontFaceRule.h ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 anni fa
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSGroupingRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSGroupingRule.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSImportRule.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 anni fa
CSSImportRule.h 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets 2 anni fa
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSKeyframeRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSKeyframeRule.h e3612708c7 LibWeb: Generate JavaScript bindings for `CSSKeyframeRule` 2 anni fa
CSSKeyframeRule.idl e3612708c7 LibWeb: Generate JavaScript bindings for `CSSKeyframeRule` 2 anni fa
CSSKeyframesRule.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSKeyframesRule.h 5ef01e562a LibWeb: Generate JavaScript bindings for `CSSKeyframesRule` 2 anni fa
CSSKeyframesRule.idl 5ef01e562a LibWeb: Generate JavaScript bindings for `CSSKeyframesRule` 2 anni fa
CSSMediaRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CSSMediaRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
CSSRule.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSRuleList.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSRuleList.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSStyleDeclaration.cpp efbf6b7e5f LibWeb: Make HashMap copy of inline CSS declarations fallible 2 anni fa
CSSStyleDeclaration.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 anni fa
CSSStyleRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CSSStyleRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CSSStyleSheet.cpp e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSStyleSheet.h e90752cc21 LibWeb: Add preliminary support for CSS animations 2 anni fa
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
CSSSupportsRule.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 anni fa
CSSSupportsRule.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 anni fa
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
CalculatedOr.cpp fa90a3bb4f LibWeb: Introduce CalculatedOr type 2 anni fa
CalculatedOr.h 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 anni fa
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 anni fa
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 anni fa
ComputedValues.h 510dfbb7e6 LibWeb: Update anonymous wrappers when applying style changes 2 anni fa
Default.css c476ff10a5 LibWeb/CSS: Update Default.css from the HTML specification 2 anni fa
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 anni fa
Display.h 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 anni fa
EdgeRect.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 anni fa
EdgeRect.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 anni fa
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 anni fa
Enums.json 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 anni fa
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 anni fa
FontFace.h 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 anni fa
Frequency.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 anni fa
Frequency.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 anni fa
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 anni fa
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 anni fa
GridTrackPlacement.h 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 anni fa
GridTrackSize.cpp 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows 2 anni fa
GridTrackSize.h 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows 2 anni fa
Identifiers.json 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 anni fa
Length.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 anni fa
Length.h df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node 2 anni fa
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anni fa
LengthBox.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anni fa
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 anni fa
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 anni fa
MediaList.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 anni fa
MediaList.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 anni fa
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
MediaQuery.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 anni fa
MediaQuery.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anni fa
MediaQueryList.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 anni fa
MediaQueryList.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 anni fa
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 anni fa
MediaQueryListEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 anni fa
MediaQueryListEvent.h d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 anni fa
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 anni fa
Number.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 anni fa
Percentage.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 anni fa
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anni fa
PercentageOr.h c8cf599c44 LibWeb: Make PercentageOr<T> equality comparison work for calc() values 2 anni fa
Position.cpp 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 anni fa
Position.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 anni fa
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 anni fa
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 anni fa
Properties.json 396f1a977c LibWeb: Add CSS support for border-spacing property 2 anni fa
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 anni fa
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 anni fa
Ratio.h 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 anni fa
Resolution.cpp 5cdeb994b2 LibWeb: Serialize Resolution according to spec 2 anni fa
Resolution.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 anni fa
ResolvedCSSStyleDeclaration.cpp 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length 2 anni fa
ResolvedCSSStyleDeclaration.h 294f5b109f LibWeb: Propagate errors from ResolvedCSSStyleDeclaration 2 anni fa
Screen.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 anni fa
Screen.h 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 anni fa
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
Selector.cpp c9af6c87bf LibWeb: Add ::selection to pseudo elements 2 anni fa
Selector.h c9af6c87bf LibWeb: Add ::selection to pseudo elements 2 anni fa
SelectorEngine.cpp a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 anni fa
SelectorEngine.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 anni fa
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 anni fa
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 anni fa
Size.cpp 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 anni fa
Size.h 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 anni fa
StyleComputer.cpp 1b55ff6f4c LibWeb: Expand CSS var() inside calc() paren blocks 2 anni fa
StyleComputer.h 7a2c8d30b9 LibWeb: Allow `auto` as `animation-duration` and make that the default 2 anni fa
StyleProperties.cpp 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length 2 anni fa
StyleProperties.h 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length 2 anni fa
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 anni fa
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 anni fa
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 anni fa
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 anni fa
StyleSheetList.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 anni fa
StyleSheetList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
StyleValue.cpp 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 anni fa
StyleValue.h 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 anni fa
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 anni fa
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 anni fa
Time.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 anni fa
Time.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 anni fa
TransformFunctions.json e4db71c88b LibWeb: Support translate3d 2 anni fa
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 anni fa