Sam Atkins 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums пре 3 година
..
Parser cbe2eaebab LibWeb: Tidy up CSS::Token::to_debug_string() пре 3 година
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) пре 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 година
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 c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSImportRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization пре 3 година
CSSRuleList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleDeclaration.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() пре 3 година
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
CSSStyleSheet.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleSheet.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 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 dc94879b83 LibWeb: Support `transform: translate(...)` by percentage пре 3 година
Default.css 3eb6016dda LibWeb: Add some default style for <textarea> elements and a test пре 3 година
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline пре 3 година
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline пре 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 f76a541819 LibWeb: Move length-unit-from-string code into Length пре 3 година
Length.h f76a541819 LibWeb: Move length-unit-from-string code into Length пре 3 година
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage пре 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 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers пре 3 година
MediaQuery.h 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers пре 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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 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 e8ab2dab11 LibWeb: Implement a CSS::Number class пре 3 година
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class пре 3 година
Percentage.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum пре 3 година
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum пре 3 година
Properties.json ca1b855d99 LibWeb: Allow percentages in word/letter-spacing properties пре 3 година
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ пре 4 година
Ratio.cpp 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type пре 3 година
Ratio.h 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type пре 3 година
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class пре 3 година
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class пре 3 година
ResolvedCSSStyleDeclaration.cpp d7492927e9 LibWeb: Avoid some layouts in getComputedStyle() property getter пре 3 година
ResolvedCSSStyleDeclaration.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 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 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums пре 3 година
Selector.h 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums пре 3 година
SelectorEngine.cpp 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums пре 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 c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents пре 3 година
StyleComputer.h aa45cdf71d LibWeb: Give StyleComputer a helper for getting the current viewport пре 3 година
StyleProperties.cpp dc94879b83 LibWeb: Support `transform: translate(...)` by percentage пре 3 година
StyleProperties.h 145efbe07a LibWeb: Apply the CSS transform-origin property пре 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 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere пре 3 година
StyleSheetList.h 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere пре 3 година
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
StyleValue.cpp c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers пре 3 година
StyleValue.h c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers пре 3 година
Supports.cpp 7880718fa8 LibWeb: Implement `@supports selector(.foo)` пре 3 година
Supports.h 7880718fa8 LibWeb: Implement `@supports selector(.foo)` пре 3 година
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class пре 3 година
Time.h 608bfac2a9 LibWeb: Implement CSS Time class пре 3 година