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