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