Sam Atkins a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 年之前
..
Parser a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 年之前
StyleValues 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int 1 年之前
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 年之前
Angle.cpp c73f476915 LibWeb: Implement CSS `sin()` 2 年之前
Angle.h c73f476915 LibWeb: Implement CSS `sin()` 2 年之前
BackdropFilter.h 89ed8e59f9 LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} 2 年之前
CSS.cpp 465ecf37c2 LibWeb: Make `property_id_from_string()` return Optional 2 年之前
CSS.h 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 年之前
CSS.idl 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 年之前
CSSConditionRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSConditionRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSFontFaceRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSFontFaceRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSGroupingRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSGroupingRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSImportRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSImportRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSKeyframeRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSKeyframeRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSKeyframeRule.idl e3612708c7 LibWeb: Generate JavaScript bindings for `CSSKeyframeRule` 2 年之前
CSSKeyframesRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSKeyframesRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSKeyframesRule.idl 5ef01e562a LibWeb: Generate JavaScript bindings for `CSSKeyframesRule` 2 年之前
CSSMediaRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSMediaRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSNamespaceRule.cpp 6c2ed0f51b LibWeb: Fix use-after-free in CSSNamespaceRule parsing 1 年之前
CSSNamespaceRule.h 6c2ed0f51b LibWeb: Fix use-after-free in CSSNamespaceRule parsing 1 年之前
CSSNamespaceRule.idl 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 年之前
CSSNumericType.cpp 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 年之前
CSSNumericType.h 780998b3d5 LibWeb: Add CSSNumericType::matches_dimension() 2 年之前
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSRule.h 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 年之前
CSSRule.idl e90752cc21 LibWeb: Add preliminary support for CSS animations 2 年之前
CSSRuleList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSRuleList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleDeclaration.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSStyleDeclaration.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSStyleDeclaration.idl 725a758c66 LibIDL: Also parse extended attributes after 'optional' 2 年之前
CSSStyleRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSStyleRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleSheet.cpp 4b7b726888 LibWeb: Track all namespace rules in a CSSStyleSheet, and expose them 1 年之前
CSSStyleSheet.h 4b7b726888 LibWeb: Track all namespace rules in a CSSStyleSheet, and expose them 1 年之前
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
CSSSupportsRule.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSSupportsRule.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CalculatedOr.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 1 年之前
CalculatedOr.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 1 年之前
Clip.cpp bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 年之前
Clip.h bcebca62d3 LibWeb: Move CSS::EdgeRect into its own files 2 年之前
ComputedValues.h 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
Default.css 4dc98af419 LibWeb: Make table headings centered by default 1 年之前
Display.cpp dca19b764b LibWeb: Port CSS::Display to new Strings 2 年之前
Display.h 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 年之前
EasingFunctions.json dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 年之前
EdgeRect.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 年之前
EdgeRect.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 年之前
ElementCSSInlineStyle.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 年之前
Enums.json 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
FontFace.cpp 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 年之前
FontFace.h 74bdbdf43f LibWeb: Parse font-weight and font-style inside @font-face rules 2 年之前
Frequency.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 年之前
Frequency.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 年之前
GeneralEnclosed.h 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 年之前
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 年之前
GridTrackPlacement.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
GridTrackSize.cpp 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows 2 年之前
GridTrackSize.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
Identifiers.json 5fc6bff582 LibWeb: Add 'object-fit' property 1 年之前
Length.cpp a426263dee LibWeb: Remove 3 decimal places rounding hack in Length::percentage_of 1 年之前
Length.h df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node 2 年之前
LengthBox.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 年之前
LengthBox.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 2 年之前
MathFunctions.json 618c0402a7 LibWeb: Generate parsing code for CSS math functions 2 年之前
MediaFeatures.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 年之前
MediaList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
MediaQuery.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 年之前
MediaQuery.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 年之前
MediaQueryList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaQueryList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 年之前
MediaQueryListEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaQueryListEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
MediaQueryListEvent.idl d0f904dd4c LibWeb: Port MediaQueryListEvent to new String 2 年之前
Number.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 年之前
Percentage.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 年之前
PercentageOr.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 年之前
PercentageOr.h c8cf599c44 LibWeb: Make PercentageOr<T> equality comparison work for calc() values 2 年之前
Position.cpp 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 年之前
Position.h 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 年之前
PreferredColorScheme.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
PreferredColorScheme.h 316092d185 LibWeb: Use StringView in CSS::PreferredColorScheme 2 年之前
Properties.json 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 年之前
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Ratio.h 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 年之前
Resolution.cpp 5cdeb994b2 LibWeb: Serialize Resolution according to spec 2 年之前
Resolution.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 年之前
ResolvedCSSStyleDeclaration.cpp 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
ResolvedCSSStyleDeclaration.h 294f5b109f LibWeb: Propagate errors from ResolvedCSSStyleDeclaration 2 年之前
Screen.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
Screen.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
Selector.cpp a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 年之前
Selector.h a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 年之前
SelectorEngine.cpp a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 年之前
SelectorEngine.h 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 1 年之前
Serialize.cpp 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 年之前
Serialize.h 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 年之前
Size.cpp 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 年之前
Size.h 09eb3ef405 LibWeb: Add fit-content as a valid size value for CSS width 2 年之前
StyleComputer.cpp bba14f6014 LibWeb: Add Canvas Context2D basic font property support 1 年之前
StyleComputer.h b05fe22d39 LibWeb: Split of compute font logic in StyleComputer 1 年之前
StyleProperties.cpp 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
StyleProperties.h 97512d0c76 LibWeb: Add table-layout CSS property 1 年之前
StyleProperty.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 年之前
StyleProperty.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 年之前
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheetList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
StyleSheetList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
StyleValue.cpp cc1f7d385c LibWeb: Move font stretch width calc from StyleComputer to StyleValue 1 年之前
StyleValue.h cc1f7d385c LibWeb: Move font stretch width calc from StyleComputer to StyleValue 1 年之前
Supports.cpp f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
Supports.h f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 年之前
Time.cpp 421559d725 LibWeb: Change calc node representation from float to double 2 年之前
Time.h fbfce2e73e LibWeb: Add comparison operators to CSS numeric types (except Length) 2 年之前
TransformFunctions.json 5cf6d51753 LibWeb: Reformat inconsistent CSS JSON files 1 年之前
UnicodeRange.h fc3540c4b1 LibWeb: Port CSS::UnicodeRange to new Strings 2 年之前
VisualViewport.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
VisualViewport.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
VisualViewport.idl 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport 1 年之前