Sam Atkins adaab23149 LibWeb: Parse the `content` property vor 3 Jahren
..
Parser adaab23149 LibWeb: Parse the `content` property vor 3 Jahren
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) vor 3 Jahren
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class vor 3 Jahren
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class vor 3 Jahren
CSSConditionRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) vor 3 Jahren
CSSConditionRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) vor 3 Jahren
CSSConditionRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
CSSGroupingRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) vor 3 Jahren
CSSGroupingRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) vor 3 Jahren
CSSGroupingRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
CSSImportRule.cpp 9f02afd8fe LibWeb: Don't delay document load event forever with cached CSS imports vor 3 Jahren
CSSImportRule.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang vor 3 Jahren
CSSMediaRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule vor 3 Jahren
CSSMediaRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule vor 3 Jahren
CSSRule.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links vor 3 Jahren
CSSRule.h e8b85b13e2 LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr vor 3 Jahren
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization vor 3 Jahren
CSSRuleList.cpp fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status vor 3 Jahren
CSSRuleList.h fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status vor 3 Jahren
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
CSSStyleDeclaration.cpp a99d02e14d LibWeb: Add an enum for !important vor 3 Jahren
CSSStyleDeclaration.h a99d02e14d LibWeb: Add an enum for !important vor 3 Jahren
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() vor 3 Jahren
CSSStyleRule.cpp 9f6a09837b LibWeb: Serialize selectors only in CSSStyleRule::selector_text() vor 3 Jahren
CSSStyleRule.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization vor 3 Jahren
CSSStyleRule.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
CSSStyleSheet.cpp fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status vor 3 Jahren
CSSStyleSheet.h fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status vor 3 Jahren
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
CSSSupportsRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule vor 3 Jahren
CSSSupportsRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule vor 3 Jahren
ComputedValues.h c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations vor 3 Jahren
Default.css 6a1ae4c185 LibWeb: Make i, em, address, cite, dfn and var elements italic vor 3 Jahren
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline vor 3 Jahren
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline vor 3 Jahren
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class vor 3 Jahren
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class vor 3 Jahren
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class vor 3 Jahren
Identifiers.json 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property vor 3 Jahren
Length.cpp f76a541819 LibWeb: Move length-unit-from-string code into Length vor 3 Jahren
Length.h f76a541819 LibWeb: Move length-unit-from-string code into Length vor 3 Jahren
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage vor 3 Jahren
MediaList.cpp 46bba44f8b LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp} vor 3 Jahren
MediaList.h 1c829e0417 LibWeb: Implement MediaQuery matching :^) vor 3 Jahren
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
MediaQuery.cpp fd2ef43cb4 LibWeb: Implement `<resolution>` as a media feature type vor 3 Jahren
MediaQuery.h fd2ef43cb4 LibWeb: Implement `<resolution>` as a media feature type vor 3 Jahren
MediaQueryList.cpp 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener vor 3 Jahren
MediaQueryList.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" vor 3 Jahren
MediaQueryList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes vor 3 Jahren
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes vor 3 Jahren
Percentage.cpp 608bfac2a9 LibWeb: Implement CSS Time class vor 3 Jahren
Percentage.h 608bfac2a9 LibWeb: Implement CSS Time class vor 3 Jahren
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum vor 3 Jahren
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum vor 3 Jahren
Properties.json adaab23149 LibWeb: Parse the `content` property vor 3 Jahren
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class vor 3 Jahren
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class vor 3 Jahren
ResolvedCSSStyleDeclaration.cpp 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property vor 3 Jahren
ResolvedCSSStyleDeclaration.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization vor 3 Jahren
Screen.cpp c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window vor 3 Jahren
Screen.h c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window vor 3 Jahren
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface vor 4 Jahren
Selector.cpp 7c33a084fb LibWeb: Support CSS :only-of-type selector vor 3 Jahren
Selector.h 7c33a084fb LibWeb: Support CSS :only-of-type selector vor 3 Jahren
SelectorEngine.cpp 7c33a084fb LibWeb: Support CSS :only-of-type selector vor 3 Jahren
SelectorEngine.h dadcb46344 LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const vor 4 Jahren
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
StyleComputer.cpp c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations vor 3 Jahren
StyleComputer.h a99d02e14d LibWeb: Add an enum for !important vor 3 Jahren
StyleProperties.cpp 141b01d3e3 LibWeb: Turn StyleProperties::m_property_values into an Array vor 3 Jahren
StyleProperties.h 141b01d3e3 LibWeb: Turn StyleProperties::m_property_values into an Array vor 3 Jahren
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr vor 3 Jahren
StyleSheet.h 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr vor 3 Jahren
StyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
StyleSheetList.cpp 646b37d1a9 LibWeb: Cache CSS rules in buckets to reduce number of rules checked vor 3 Jahren
StyleSheetList.h 646b37d1a9 LibWeb: Cache CSS rules in buckets to reduce number of rules checked vor 3 Jahren
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others vor 3 Jahren
StyleValue.cpp adaab23149 LibWeb: Parse the `content` property vor 3 Jahren
StyleValue.h adaab23149 LibWeb: Parse the `content` property vor 3 Jahren
Supports.cpp 7880718fa8 LibWeb: Implement `@supports selector(.foo)` vor 3 Jahren
Supports.h 7880718fa8 LibWeb: Implement `@supports selector(.foo)` vor 3 Jahren
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class vor 3 Jahren
Time.h 608bfac2a9 LibWeb: Implement CSS Time class vor 3 Jahren