Sam Atkins bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 år sedan
..
Parser bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 år sedan
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 år sedan
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 år sedan
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class 3 år sedan
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class 3 år sedan
CSSConditionRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSConditionRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSConditionRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 år sedan
CSSFontFaceRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 år sedan
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 år sedan
CSSGroupingRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSGroupingRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSGroupingRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
CSSImportRule.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
CSSImportRule.h 086969277e Everywhere: Run clang-format 3 år sedan
CSSMediaRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSMediaRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSRule.h f4f850aaf2 LibWeb: Support CSSRule.type 3 år sedan
CSSRule.idl f4f850aaf2 LibWeb: Support CSSRule.type 3 år sedan
CSSRuleList.cpp f4f850aaf2 LibWeb: Support CSSRule.type 3 år sedan
CSSRuleList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
CSSStyleDeclaration.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
CSSStyleDeclaration.h a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() 3 år sedan
CSSStyleDeclaration.idl a0ba49a50a LibWeb: Support CSSStyleDeclaration.getPropertyPriority() 3 år sedan
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSStyleRule.h 086969277e Everywhere: Run clang-format 3 år sedan
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
CSSStyleSheet.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
CSSStyleSheet.h 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 år sedan
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
CSSSupportsRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
CSSSupportsRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
ComputedValues.h 119873b822 LibWeb: Make default text-decoration-thickness a fraction of font height 3 år sedan
Default.css 1e23fd94b1 LibWeb: Use ThreedShadow1 palette color for input border in Default.css 3 år sedan
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 år sedan
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 år sedan
FontFace.cpp dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor 3 år sedan
FontFace.h 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` 3 år sedan
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class 3 år sedan
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class 3 år sedan
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 år sedan
Identifiers.json 84a06a1209 LibWeb: Add MEDIAQUERIES-5 identifiers 3 år sedan
Length.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 år sedan
Length.h 086969277e Everywhere: Run clang-format 3 år sedan
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 år sedan
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 år sedan
MediaList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
MediaList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
MediaQuery.cpp 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 år sedan
MediaQuery.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
MediaQueryList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
MediaQueryList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 år sedan
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 år sedan
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 år sedan
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 år sedan
Number.h bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 år sedan
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 år sedan
Percentage.h 450c0df938 LibWeb: Make resolved styles handle calculated length-percentages 3 år sedan
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 år sedan
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 år sedan
Properties.json 58398b1e12 LibWeb: Implement the flex order CSS property 3 år sedan
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 år sedan
Ratio.cpp 086969277e Everywhere: Run clang-format 3 år sedan
Ratio.h 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 år sedan
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class 3 år sedan
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class 3 år sedan
ResolvedCSSStyleDeclaration.cpp 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec 3 år sedan
ResolvedCSSStyleDeclaration.h 66618a666b LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec 3 år sedan
Screen.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 år sedan
Screen.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 år sedan
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 år sedan
Selector.cpp 91e1383b85 LibWeb: Implement attribute selector case identifier 3 år sedan
Selector.h 91e1383b85 LibWeb: Implement attribute selector case identifier 3 år sedan
SelectorEngine.cpp 086969277e Everywhere: Run clang-format 3 år sedan
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 år sedan
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 år sedan
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 år sedan
StyleComputer.cpp bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 år sedan
StyleComputer.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace 3 år sedan
StyleProperties.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 år sedan
StyleProperties.h 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 år sedan
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 år sedan
StyleSheet.h 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 år sedan
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 år sedan
StyleSheetList.cpp 6e70670e0b LibWeb: Load fonts from style sheet once when sheet is added 3 år sedan
StyleSheetList.h 3efa6cedec LibWeb: Remove unused StyleSheetList::m_generation 3 år sedan
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 år sedan
StyleValue.cpp 7ae116b81b LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec 3 år sedan
StyleValue.h fff2c35f51 LibWeb: Move ComponentValue to CSS::Parser namespace 3 år sedan
Supports.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
Supports.h c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 år sedan
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 år sedan
Time.h 608bfac2a9 LibWeb: Implement CSS Time class 3 år sedan
UnicodeRange.h 1f7bf46061 LibWeb: Add CSS::UnicodeRange class 3 år sedan