Sam Atkins d2b8686ae4 LibWeb: Add Formatter for ComponentValues il y a 3 ans
..
Parser d2b8686ae4 LibWeb: Add Formatter for ComponentValues 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
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes il y a 3 ans
CSSFontFaceRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes il y a 3 ans
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 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 c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
CSSImportRule.h 086969277e Everywhere: Run clang-format 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 f4f850aaf2 LibWeb: Support CSSRule.type il y a 3 ans
CSSRule.idl f4f850aaf2 LibWeb: Support CSSRule.type il y a 3 ans
CSSRuleList.cpp f4f850aaf2 LibWeb: Support CSSRule.type 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 c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
CSSStyleDeclaration.h a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() il y a 3 ans
CSSStyleDeclaration.idl a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() il y a 3 ans
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
CSSStyleRule.h 086969277e Everywhere: Run clang-format 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 c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
CSSStyleSheet.h 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 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 119873b822 LibWeb: Make default text-decoration-thickness a fraction of font height il y a 3 ans
Default.css 1e23fd94b1 LibWeb: Use ThreedShadow1 palette color for input border in Default.css 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
FontFace.cpp dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor il y a 3 ans
FontFace.h 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` 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 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ il y a 3 ans
Length.h 086969277e Everywhere: Run clang-format 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 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics il y a 3 ans
MediaQuery.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 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 f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 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 450c0df938 LibWeb: Make resolved styles handle calculated length-percentages 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 58398b1e12 LibWeb: Implement the flex order CSS property il y a 3 ans
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Ratio.cpp 086969277e Everywhere: Run clang-format 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 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec il y a 3 ans
ResolvedCSSStyleDeclaration.h 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec 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 91e1383b85 LibWeb: Implement attribute selector case identifier il y a 3 ans
Selector.h 91e1383b85 LibWeb: Implement attribute selector case identifier il y a 3 ans
SelectorEngine.cpp 086969277e Everywhere: Run clang-format 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 fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace il y a 3 ans
StyleComputer.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace il y a 3 ans
StyleProperties.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ il y a 3 ans
StyleProperties.h 206d6ece55 LibGfx: Move other font-related files to LibGfx/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 6e70670e0b LibWeb: Load fonts from style sheet once when sheet is added il y a 3 ans
StyleSheetList.h 3efa6cedec LibWeb: Remove unused StyleSheetList::m_generation 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 7ae116b81b LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec il y a 3 ans
StyleValue.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace il y a 3 ans
Supports.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
Supports.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 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
UnicodeRange.h 1f7bf46061 LibWeb: Add CSS::UnicodeRange class il y a 3 ans