MacDue 259bb30c35 LibWeb: Add LinearGradientStyleValue 3 年之前
..
Parser c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 年之前
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 年之前
Angle.cpp 83c79fec1c LibWeb: Fix calculation of degrees from radians 3 年之前
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class 3 年之前
CSSConditionRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSConditionRule.h 1951873a5d LibWeb: Add CSSConditionRule wrapper 3 年之前
CSSConditionRule.idl 1951873a5d LibWeb: Add CSSConditionRule wrapper 3 年之前
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 年之前
CSSFontFaceRule.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 年之前
CSSGroupingRule.cpp c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet 3 年之前
CSSGroupingRule.h c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet 3 年之前
CSSGroupingRule.idl cfe5d63a1e LibWeb: Add CSSGroupingRule wrapper 3 年之前
CSSImportRule.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
CSSImportRule.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSImportRule.idl 0cf8986a1e LibWeb: Add CSSImportRule wrapper 3 年之前
CSSMediaRule.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSMediaRule.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSMediaRule.idl fda71a6d48 LibWeb: Add CSSMediaRule wrapper 3 年之前
CSSRule.cpp 7a7043f821 LibWeb: Simplify some WeakPtr assignments 3 年之前
CSSRule.h c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet 3 年之前
CSSRule.idl c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet 3 年之前
CSSRuleList.cpp c8fa0c3cd7 LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule 3 年之前
CSSRuleList.h 6e6607a92f LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule() 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 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSStyleDeclaration.idl a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() 3 年之前
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
CSSStyleRule.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CSSStyleSheet.cpp c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet 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 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSSupportsRule.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
CSSSupportsRule.idl 1cec8e473f LibWeb: Add CSSSupportsRule wrapper 3 年之前
ComputedValues.h 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 3 年之前
Default.css f6a97ff7d5 LibWeb: Tweak padding on button elements match other engines 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 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 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 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 3 年之前
Length.cpp e7370443f2 LibWeb: Make non-finite CSS lengths resolve to "auto" 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 bc4c185aef LibWeb: Add MediaList wrapper 3 年之前
MediaList.h bc4c185aef LibWeb: Add MediaList wrapper 3 年之前
MediaList.idl bc4c185aef LibWeb: Add MediaList wrapper 3 年之前
MediaQuery.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
MediaQuery.h 28278efafb LibWeb: Extract MediaType to/from_string() logic into functions 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 734ff422ad LibWeb: Add LengthPercentage::is_auto() convenience helper 3 年之前
PreferredColorScheme.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 年之前
Properties.json 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 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 cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 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 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
Selector.h c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 年之前
SelectorEngine.cpp 48c54e6796 LibWeb: Use lowercase type selectors to match against html elements 3 年之前
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 年之前
Serialize.cpp 8603541e56 LibWeb: Add serialize_a_srgb_value() 3 年之前
Serialize.h 8603541e56 LibWeb: Add serialize_a_srgb_value() 3 年之前
StyleComputer.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
StyleComputer.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace 3 年之前
StyleProperties.cpp 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 3 年之前
StyleProperties.h 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 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 259bb30c35 LibWeb: Add LinearGradientStyleValue 3 年之前
StyleValue.h 259bb30c35 LibWeb: Add LinearGradientStyleValue 3 年之前
Supports.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
Supports.h dfba0cb2d9 LibWeb: Implement `@supports` serialization 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 年之前