Sam Atkins 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
..
Parser cbe2eaebab LibWeb: Tidy up CSS::Token::to_debug_string() há 3 anos atrás
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) há 3 anos atrás
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class há 3 anos atrás
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class há 3 anos atrás
CSSConditionRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSConditionRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSConditionRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CSSGroupingRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSGroupingRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSGroupingRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CSSImportRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSImportRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSMediaRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSMediaRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization há 3 anos atrás
CSSRuleList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSRuleList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CSSStyleDeclaration.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleDeclaration.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() há 3 anos atrás
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CSSStyleSheet.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleSheet.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CSSSupportsRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CSSSupportsRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
ComputedValues.h dc94879b83 LibWeb: Support `transform: translate(...)` by percentage há 3 anos atrás
Default.css 3eb6016dda LibWeb: Add some default style for <textarea> elements and a test há 3 anos atrás
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline há 3 anos atrás
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline há 3 anos atrás
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class há 3 anos atrás
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class há 3 anos atrás
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class há 3 anos atrás
Identifiers.json 84a06a1209 LibWeb: Add MEDIAQUERIES-5 identifiers há 3 anos atrás
Length.cpp f76a541819 LibWeb: Move length-unit-from-string code into Length há 3 anos atrás
Length.h f76a541819 LibWeb: Move length-unit-from-string code into Length há 3 anos atrás
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage há 3 anos atrás
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features há 3 anos atrás
MediaList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
MediaList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
MediaQuery.cpp 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers há 3 anos atrás
MediaQuery.h 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers há 3 anos atrás
MediaQueryList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
MediaQueryList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
MediaQueryList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes há 3 anos atrás
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes há 3 anos atrás
Number.h e8ab2dab11 LibWeb: Implement a CSS::Number class há 3 anos atrás
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class há 3 anos atrás
Percentage.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum há 3 anos atrás
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum há 3 anos atrás
Properties.json ca1b855d99 LibWeb: Allow percentages in word/letter-spacing properties há 3 anos atrás
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás
Ratio.cpp 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type há 3 anos atrás
Ratio.h 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type há 3 anos atrás
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class há 3 anos atrás
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class há 3 anos atrás
ResolvedCSSStyleDeclaration.cpp d7492927e9 LibWeb: Avoid some layouts in getComputedStyle() property getter há 3 anos atrás
ResolvedCSSStyleDeclaration.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
Screen.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML há 3 anos atrás
Screen.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML há 3 anos atrás
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface há 4 anos atrás
Selector.cpp 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
Selector.h 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
SelectorEngine.cpp 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements há 3 anos atrás
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
StyleComputer.cpp c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents há 3 anos atrás
StyleComputer.h aa45cdf71d LibWeb: Give StyleComputer a helper for getting the current viewport há 3 anos atrás
StyleProperties.cpp dc94879b83 LibWeb: Support `transform: translate(...)` by percentage há 3 anos atrás
StyleProperties.h 145efbe07a LibWeb: Apply the CSS transform-origin property há 3 anos atrás
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr há 3 anos atrás
StyleSheet.h 0e758b4da8 LibWeb: Add the StyleSheet.href attribute há 3 anos atrás
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute há 3 anos atrás
StyleSheetList.cpp 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere há 3 anos atrás
StyleSheetList.h 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere há 3 anos atrás
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
StyleValue.cpp c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers há 3 anos atrás
StyleValue.h c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers há 3 anos atrás
Supports.cpp 7880718fa8 LibWeb: Implement `@supports selector(.foo)` há 3 anos atrás
Supports.h 7880718fa8 LibWeb: Implement `@supports selector(.foo)` há 3 anos atrás
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class há 3 anos atrás
Time.h 608bfac2a9 LibWeb: Implement CSS Time class há 3 anos atrás