Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 years ago
..
Parser ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 years ago
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) 3 years ago
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
CSSConditionRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSConditionRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSConditionRule.idl 0b23a20ad5 LibWeb: Add CSSConditionRule 3 years ago
CSSGroupingRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSGroupingRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSGroupingRule.idl 06f9395056 LibWeb: Add CSSGroupingRule 3 years ago
CSSImportRule.cpp f47c658275 LibWeb: Make CSSImportRule::m_document a WeakPtr 3 years ago
CSSImportRule.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
CSSMediaRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 years ago
CSSMediaRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 years ago
CSSRule.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 years ago
CSSRule.h e8b85b13e2 LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr 3 years ago
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 years ago
CSSRuleList.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSRuleList.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSRuleList.idl 3a4565beec LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) 3 years ago
CSSStyleDeclaration.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 years ago
CSSStyleDeclaration.h 1d5d27aa22 LibWeb: Include custom properties in CSS dump 3 years ago
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() 3 years ago
CSSStyleRule.cpp 9f6a09837b LibWeb: Serialize selectors only in CSSStyleRule::selector_text() 3 years ago
CSSStyleRule.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 years ago
CSSStyleRule.idl 17e56661db LibWeb: Have CSSStyleRule inherit from CSSRule in IDL 3 years ago
CSSStyleSheet.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
CSSStyleSheet.h 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 years ago
CSSStyleSheet.idl 30d710a0a2 LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs 3 years ago
CSSSupportsRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 years ago
CSSSupportsRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 years ago
ComputedValues.h aa43bee0d1 LibWeb: Store all background properties in BackgroundLayerData 3 years ago
Default.css 2f3e24d71e LibWeb: Add rudimentary styling to `<details>` and `<summary>` 3 years ago
Display.h dee26ca5cd LibWeb: Add missing headers 3 years ago
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 years ago
Identifiers.json d470e7e817 LibWeb: Remove media-query-related identifiers from identifiers.json 3 years ago
Length.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
Length.h d413d0557d LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node) 3 years ago
LengthBox.h c602db1620 LibWeb: Add missing headers 3 years ago
MediaList.cpp 46bba44f8b LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp} 3 years ago
MediaList.h 1c829e0417 LibWeb: Implement MediaQuery matching :^) 3 years ago
MediaList.idl 8ac622f056 LibWeb: Add MediaList 3 years ago
MediaQuery.cpp ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 years ago
MediaQuery.h ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 years ago
MediaQueryList.cpp 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 years ago
MediaQueryList.h 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 years ago
MediaQueryList.idl 46686f7f94 LibWeb: Implement MediaQueryList.onchange 3 years ago
MediaQueryListEvent.h 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 years ago
MediaQueryListEvent.idl 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 years ago
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 years ago
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 years ago
Properties.json 11f0ece58f LibWeb: Add initial values for all CSS properties 3 years ago
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
ResolvedCSSStyleDeclaration.cpp a214036509 LibWeb: Remove background-repeat/image fields and getters 3 years ago
ResolvedCSSStyleDeclaration.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 years ago
Screen.cpp c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window 3 years ago
Screen.h c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window 3 years ago
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 years ago
Selector.cpp e72286c0ec LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors 3 years ago
Selector.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
SelectorEngine.cpp b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang 3 years ago
SelectorEngine.h dadcb46344 LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const 4 years ago
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
StyleComputer.cpp c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue 3 years ago
StyleComputer.h c3437bccb3 LibWeb: Handle dependency cycles in CSS var()s :^) 3 years ago
StyleInvalidator.cpp 3013e74d3a LibWeb: Avoid unnecessary copies in StyleInvalidator 3 years ago
StyleInvalidator.h f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 years ago
StyleProperties.cpp 891dd46a17 LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue 3 years ago
StyleProperties.h 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties 3 years ago
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 years ago
StyleSheet.h 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 years ago
StyleSheet.idl d462a6720a LibWeb: Reimplement the <style> element following the spec 3 years ago
StyleSheetList.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 years ago
StyleSheetList.h 5098cd22a4 LibWeb: Evaluate `@media` rules 3 years ago
StyleSheetList.idl 881e9d1341 LibWeb: Make StyleSheetList.item an IDL getter 3 years ago
StyleValue.cpp c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue 3 years ago
StyleValue.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
Supports.cpp dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports 3 years ago
Supports.h dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports 3 years ago