Sam Atkins f2d6bdce3f LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern() 3 年之前
..
Parser f2d6bdce3f LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern() 3 年之前
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 年之前
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class 3 年之前
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class 3 年之前
CSSConditionRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSConditionRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSConditionRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 年之前
CSSFontFaceRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 年之前
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 年之前
CSSGroupingRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSGroupingRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSGroupingRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSImportRule.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
CSSImportRule.h 086969277e Everywhere: Run clang-format 3 年之前
CSSMediaRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSMediaRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSRule.h f4f850aaf2 LibWeb: Support CSSRule.type 3 年之前
CSSRule.idl f4f850aaf2 LibWeb: Support CSSRule.type 3 年之前
CSSRuleList.cpp f4f850aaf2 LibWeb: Support CSSRule.type 3 年之前
CSSRuleList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSStyleDeclaration.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
CSSStyleDeclaration.h a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() 3 年之前
CSSStyleDeclaration.idl a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() 3 年之前
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSStyleRule.h 086969277e Everywhere: Run clang-format 3 年之前
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSStyleSheet.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
CSSStyleSheet.h 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 年之前
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSSupportsRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSSupportsRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
ComputedValues.h 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 年之前
Default.css 1e23fd94b1 LibWeb: Use ThreedShadow1 palette color for input border in Default.css 3 年之前
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 年之前
Display.h de5de4d99a LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name 3 年之前
Enums.json a97944e483 LibWeb: Add a new code generator for CSS enums 3 年之前
FontFace.cpp dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor 3 年之前
FontFace.h 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` 3 年之前
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class 3 年之前
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class 3 年之前
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 年之前
Identifiers.json 84a06a1209 LibWeb: Add MEDIAQUERIES-5 identifiers 3 年之前
Length.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
Length.h 086969277e Everywhere: Run clang-format 3 年之前
LengthBox.h a797a92990 LibWeb: Stop including StyleValue.h in a few places 3 年之前
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 年之前
MediaList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
MediaList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
MediaQuery.cpp 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 年之前
MediaQuery.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
MediaQueryList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
MediaQueryList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 年之前
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 年之前
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 年之前
Number.h f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators 3 年之前
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 年之前
Percentage.h 450c0df938 LibWeb: Make resolved styles handle calculated length-percentages 3 年之前
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 年之前
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 年之前
Properties.json a20188cd91 LibWeb: Use generated enum code for property value validation 3 年之前
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Ratio.cpp f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators 3 年之前
Ratio.h f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators 3 年之前
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class 3 年之前
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class 3 年之前
ResolvedCSSStyleDeclaration.cpp d9afc2d6f2 LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV 3 年之前
ResolvedCSSStyleDeclaration.h 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec 3 年之前
Screen.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
Screen.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 年之前
Selector.cpp 91e1383b85 LibWeb: Implement attribute selector case identifier 3 年之前
Selector.h 91e1383b85 LibWeb: Implement attribute selector case identifier 3 年之前
SelectorEngine.cpp 086969277e Everywhere: Run clang-format 3 年之前
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 年之前
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
StyleComputer.cpp ce5914230f LibWeb: Actually use BorderRadiusShorthandStyleValue 3 年之前
StyleComputer.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace 3 年之前
StyleProperties.cpp 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 年之前
StyleProperties.h 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 年之前
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 年之前
StyleSheet.h 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 年之前
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 年之前
StyleSheetList.cpp 6e70670e0b LibWeb: Load fonts from style sheet once when sheet is added 3 年之前
StyleSheetList.h 3efa6cedec LibWeb: Remove unused StyleSheetList::m_generation 3 年之前
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
StyleValue.cpp 9272c3283b LibWeb: Add missing StyleValue::equals() methods 3 年之前
StyleValue.h 9272c3283b LibWeb: Add missing StyleValue::equals() methods 3 年之前
Supports.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
Supports.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 年之前
Time.h 608bfac2a9 LibWeb: Implement CSS Time class 3 年之前
TransformFunctions.json 5f3498d50f LibWeb: Add code generator for CSS transform functions 3 年之前
UnicodeRange.h 1f7bf46061 LibWeb: Add CSS::UnicodeRange class 3 年之前