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