Sam Atkins cd199d9d06 LibWeb: Implement and use `parse_a_style_blocks_contents()` 3 anos atrás
..
Parser cd199d9d06 LibWeb: Implement and use `parse_a_style_blocks_contents()` 3 anos atrás
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) 3 anos atrás
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anos atrás
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class 3 anos atrás
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class 3 anos atrás
CSSConditionRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSConditionRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSConditionRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
CSSFontFaceRule.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
CSSFontFaceRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
CSSFontFaceRule.idl 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
CSSGroupingRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSGroupingRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSGroupingRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
CSSImportRule.cpp 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` 3 anos atrás
CSSImportRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSMediaRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSMediaRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSRule.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 anos atrás
CSSRuleList.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
CSSRuleList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
CSSStyleDeclaration.cpp 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed 3 anos atrás
CSSStyleDeclaration.h 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed 3 anos atrás
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() 3 anos atrás
CSSStyleRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSStyleRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
CSSStyleSheet.cpp 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 anos atrás
CSSStyleSheet.h 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 anos atrás
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
CSSSupportsRule.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
CSSSupportsRule.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
ComputedValues.h fa71401bec LibWeb: Rename ComputedValues::offset() => inset() 3 anos atrás
Default.css 1e23fd94b1 LibWeb: Use ThreedShadow1 palette color for input border in Default.css 3 anos atrás
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 anos atrás
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 anos atrás
FontFace.cpp 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
FontFace.h 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes 3 anos atrás
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class 3 anos atrás
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class 3 anos atrás
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 anos atrás
Identifiers.json 84a06a1209 LibWeb: Add MEDIAQUERIES-5 identifiers 3 anos atrás
Length.cpp 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 anos atrás
Length.h 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 anos atrás
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 anos atrás
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 anos atrás
MediaList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
MediaList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
MediaQuery.cpp 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 anos atrás
MediaQuery.h 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers 3 anos atrás
MediaQueryList.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
MediaQueryList.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
MediaQueryList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 anos atrás
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 anos atrás
Number.h e8ab2dab11 LibWeb: Implement a CSS::Number class 3 anos atrás
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 anos atrás
Percentage.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 anos atrás
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 anos atrás
Properties.json 6edea1d59f LibWeb: Assign limits to CSS properties that cannot be negative 3 anos atrás
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 anos atrás
Ratio.cpp 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 anos atrás
Ratio.h 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 anos atrás
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class 3 anos atrás
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class 3 anos atrás
ResolvedCSSStyleDeclaration.cpp 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo 3 anos atrás
ResolvedCSSStyleDeclaration.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 anos atrás
Screen.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 anos atrás
Screen.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 anos atrás
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 anos atrás
Selector.cpp 91e1383b85 LibWeb: Implement attribute selector case identifier 3 anos atrás
Selector.h 91e1383b85 LibWeb: Implement attribute selector case identifier 3 anos atrás
SelectorEngine.cpp 91e1383b85 LibWeb: Implement attribute selector case identifier 3 anos atrás
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 anos atrás
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 anos atrás
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 anos atrás
StyleComputer.cpp 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` 3 anos atrás
StyleComputer.h 1f9aed2617 LibWeb: Load and use fonts described by @font-face rules :^) 3 anos atrás
StyleProperties.cpp dd940dfa85 LibWeb: Use font-derived metrics for "line-height:normal" 3 anos atrás
StyleProperties.h 03daa4653f LibWeb: Parse and compute text-shadow property 3 anos atrás
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 anos atrás
StyleSheet.h 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 anos atrás
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 anos atrás
StyleSheetList.cpp 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere 3 anos atrás
StyleSheetList.h 3efa6cedec LibWeb: Remove unused StyleSheetList::m_generation 3 anos atrás
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anos atrás
StyleValue.cpp 344374588b LibGfx: Rename FontMetrics => FontPixelMetrics 3 anos atrás
StyleValue.h 6437f5da36 LibWeb: Add basic support for the attr() CSS function 3 anos atrás
Supports.cpp 2aac9f9258 LibWeb: Bring `parse_a_declaration()` to spec and add comments 3 anos atrás
Supports.h 7880718fa8 LibWeb: Implement `@supports selector(.foo)` 3 anos atrás
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 anos atrás
Time.h 608bfac2a9 LibWeb: Implement CSS Time class 3 anos atrás