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