MacDue 00cda96e2d LibWeb: Implement SVG opacity properties 2 gadi atpakaļ
..
Parser 42bfe5db5f LibWeb: Change implicit background-size height to auto 2 gadi atpakaļ
StyleValues 7652dbd983 LibWeb: Use box sampling instead of bilinear scaling when downscaling 2 gadi atpakaļ
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 gadi atpakaļ
Angle.cpp 7a1a97f153 LibWeb: Remove CalculatedStyleValue from Angle 2 gadi atpakaļ
Angle.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 gadi atpakaļ
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 gadi atpakaļ
CSS.cpp f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 gadi atpakaļ
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 gadi atpakaļ
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 gadi atpakaļ
CSSConditionRule.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 gadi atpakaļ
CSSConditionRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 gadi atpakaļ
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSFontFaceRule.cpp ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 gadi atpakaļ
CSSFontFaceRule.h ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 gadi atpakaļ
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSGroupingRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSGroupingRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSImportRule.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 gadi atpakaļ
CSSImportRule.h 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets 2 gadi atpakaļ
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSMediaRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSMediaRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CSSRule.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSRuleList.cpp 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets 2 gadi atpakaļ
CSSRuleList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSStyleDeclaration.cpp f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 gadi atpakaļ
CSSStyleDeclaration.h 4399ca2d82 LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h 2 gadi atpakaļ
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 gadi atpakaļ
CSSStyleRule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSStyleRule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CSSStyleSheet.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 gadi atpakaļ
CSSStyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 gadi atpakaļ
CSSSupportsRule.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 gadi atpakaļ
CSSSupportsRule.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 gadi atpakaļ
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
CalculatedOr.cpp fa90a3bb4f LibWeb: Introduce CalculatedOr type 2 gadi atpakaļ
CalculatedOr.h 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 gadi atpakaļ
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 gadi atpakaļ
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 gadi atpakaļ
ComputedValues.h 00cda96e2d LibWeb: Implement SVG opacity properties 2 gadi atpakaļ
Default.css cfc9966654 LibWeb: Add scaleable checkboxes (with theme/accent-color support) 2 gadi atpakaļ
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 gadi atpakaļ
Display.h 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 gadi atpakaļ
EdgeRect.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 gadi atpakaļ
EdgeRect.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 gadi atpakaļ
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 gadi atpakaļ
Enums.json e75eb21a54 LibWeb: Support "start" and "end" values for justify-content 2 gadi atpakaļ
FontFace.cpp c2f0b20d6b LibWeb: Port FontFace to new Strings 2 gadi atpakaļ
FontFace.h c2f0b20d6b LibWeb: Port FontFace to new Strings 2 gadi atpakaļ
Frequency.cpp bf915fdfd7 LibWeb: Remove CalculatedStyleValue from Frequency 2 gadi atpakaļ
Frequency.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 gadi atpakaļ
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 gadi atpakaļ
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 gadi atpakaļ
GridTrackPlacement.h 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 gadi atpakaļ
GridTrackSize.cpp 95d17ee875 LibWeb: Rename flexible_length to flex_factor in GridSize 2 gadi atpakaļ
GridTrackSize.h 95d17ee875 LibWeb: Rename flexible_length to flex_factor in GridSize 2 gadi atpakaļ
Identifiers.json 3f7a37465d LibWeb: Add missing inline-grid for display CSS property 2 gadi atpakaļ
Length.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 gadi atpakaļ
Length.h 41d518669e LibWeb: Remove weird CSS::Length::resolved() API 2 gadi atpakaļ
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
LengthBox.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 2 gadi atpakaļ
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 gadi atpakaļ
MediaList.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 gadi atpakaļ
MediaList.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 gadi atpakaļ
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
MediaQuery.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 gadi atpakaļ
MediaQuery.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
MediaQueryList.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 gadi atpakaļ
MediaQueryList.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 gadi atpakaļ
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 gadi atpakaļ
MediaQueryListEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 gadi atpakaļ
MediaQueryListEvent.h d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 gadi atpakaļ
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 gadi atpakaļ
Number.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 gadi atpakaļ
Percentage.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
PercentageOr.h c8cf599c44 LibWeb: Make PercentageOr<T> equality comparison work for calc() values 2 gadi atpakaļ
Position.cpp ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code 2 gadi atpakaļ
Position.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 gadi atpakaļ
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 gadi atpakaļ
Properties.json 00cda96e2d LibWeb: Implement SVG opacity properties 2 gadi atpakaļ
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 gadi atpakaļ
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 gadi atpakaļ
Ratio.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 gadi atpakaļ
Resolution.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 gadi atpakaļ
Resolution.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 gadi atpakaļ
ResolvedCSSStyleDeclaration.cpp 89ba7246dd LibWeb: Don't resolve CSS property values for unconnected elements 2 gadi atpakaļ
ResolvedCSSStyleDeclaration.h 294f5b109f LibWeb: Propagate errors from ResolvedCSSStyleDeclaration 2 gadi atpakaļ
Screen.cpp 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 gadi atpakaļ
Screen.h 57c34e6325 LibWeb: Make factory method of CSS::Screen fallible 2 gadi atpakaļ
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 gadi atpakaļ
Selector.cpp a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 gadi atpakaļ
Selector.h a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 gadi atpakaļ
SelectorEngine.cpp a744ae79ff LibWeb: Implement the `:defined` pseudo class 2 gadi atpakaļ
SelectorEngine.h c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 gadi atpakaļ
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 gadi atpakaļ
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 gadi atpakaļ
Size.cpp cdf0d3e905 LibWeb: Add to_px() helpers to CSS::Size and CSS::PercentageOr<T> 2 gadi atpakaļ
Size.h cdf0d3e905 LibWeb: Add to_px() helpers to CSS::Size and CSS::PercentageOr<T> 2 gadi atpakaļ
StyleComputer.cpp fb722e69f3 LibWeb: Resolve CSS custom properties on pseudo elements 2 gadi atpakaļ
StyleComputer.h fb722e69f3 LibWeb: Resolve CSS custom properties on pseudo elements 2 gadi atpakaļ
StyleProperties.cpp 00cda96e2d LibWeb: Implement SVG opacity properties 2 gadi atpakaļ
StyleProperties.h 00cda96e2d LibWeb: Implement SVG opacity properties 2 gadi atpakaļ
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 gadi atpakaļ
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 gadi atpakaļ
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 gadi atpakaļ
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 gadi atpakaļ
StyleSheetList.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 gadi atpakaļ
StyleSheetList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 gadi atpakaļ
StyleValue.cpp d732a83de8 LibWeb: Propagate errors from absolutizing StyleValues 2 gadi atpakaļ
StyleValue.h d732a83de8 LibWeb: Propagate errors from absolutizing StyleValues 2 gadi atpakaļ
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 gadi atpakaļ
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 gadi atpakaļ
Time.cpp ac4350748e LibWeb: Remove CalculatedStyleValue from Time 2 gadi atpakaļ
Time.h 5f2f780662 LibWeb: Expose type and raw values of basic CSS types 2 gadi atpakaļ
TransformFunctions.json e4db71c88b LibWeb: Support translate3d 2 gadi atpakaļ
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 gadi atpakaļ