Sam Atkins 9272c3283b LibWeb: Add missing StyleValue::equals() methods пре 3 година
..
Parser ce5914230f LibWeb: Actually use BorderRadiusShorthandStyleValue пре 3 година
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace пре 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 година
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes пре 3 година
CSSFontFaceRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes пре 3 година
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes пре 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 c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 3 година
CSSImportRule.h 086969277e Everywhere: Run clang-format пре 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 f4f850aaf2 LibWeb: Support CSSRule.type пре 3 година
CSSRule.idl f4f850aaf2 LibWeb: Support CSSRule.type пре 3 година
CSSRuleList.cpp f4f850aaf2 LibWeb: Support CSSRule.type пре 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 c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 3 година
CSSStyleDeclaration.h a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() пре 3 година
CSSStyleDeclaration.idl a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() пре 3 година
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSStyleRule.h 086969277e Everywhere: Run clang-format пре 3 година
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
CSSStyleSheet.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
CSSSupportsRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
ComputedValues.h 7c91fda088 LibWeb: Allow multiple text-decoration-lines пре 3 година
Default.css 1e23fd94b1 LibWeb: Use ThreedShadow1 palette color for input border in Default.css пре 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 a97944e483 LibWeb: Add a new code generator for CSS enums пре 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 84a06a1209 LibWeb: Add MEDIAQUERIES-5 identifiers пре 3 година
Length.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ пре 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 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 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics пре 3 година
MediaQuery.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 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 7128e8e2e6 LibWeb: Break friendship between CSS Number and Tokenizer пре 3 година
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class пре 3 година
Percentage.h 450c0df938 LibWeb: Make resolved styles handle calculated length-percentages пре 3 година
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum пре 3 година
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum пре 3 година
Properties.json a20188cd91 LibWeb: Use generated enum code for property value validation пре 3 година
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ пре 4 година
Ratio.cpp 086969277e Everywhere: Run clang-format пре 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 d9afc2d6f2 LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV пре 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 91e1383b85 LibWeb: Implement attribute selector case identifier пре 3 година
Selector.h 91e1383b85 LibWeb: Implement attribute selector case identifier пре 3 година
SelectorEngine.cpp 086969277e Everywhere: Run clang-format пре 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 ce5914230f LibWeb: Actually use BorderRadiusShorthandStyleValue пре 3 година
StyleComputer.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace пре 3 година
StyleProperties.cpp 7c91fda088 LibWeb: Allow multiple text-decoration-lines пре 3 година
StyleProperties.h 7c91fda088 LibWeb: Allow multiple text-decoration-lines пре 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 9272c3283b LibWeb: Add missing StyleValue::equals() methods пре 3 година
StyleValue.h 9272c3283b LibWeb: Add missing StyleValue::equals() methods пре 3 година
Supports.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 3 година
Supports.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 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 година