Sam Atkins b51f428165 LibWeb: Parse multiple box-shadows :^) 3 年之前
..
Parser b51f428165 LibWeb: Parse multiple box-shadows :^) 3 年之前
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) 3 年之前
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
CSSConditionRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSConditionRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSConditionRule.idl 0b23a20ad5 LibWeb: Add CSSConditionRule 3 年之前
CSSGroupingRule.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSGroupingRule.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSGroupingRule.idl 06f9395056 LibWeb: Add CSSGroupingRule 3 年之前
CSSImportRule.cpp f47c658275 LibWeb: Make CSSImportRule::m_document a WeakPtr 3 年之前
CSSImportRule.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 年之前
CSSMediaRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 年之前
CSSMediaRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 年之前
CSSRule.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 年之前
CSSRule.h e8b85b13e2 LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr 3 年之前
CSSRule.idl 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 年之前
CSSRuleList.cpp 77650fe886 LibWeb: Remove duplicate checks in for_each_effective_style_rule() 3 年之前
CSSRuleList.h 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSRuleList.idl 3a4565beec LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) 3 年之前
CSSStyleDeclaration.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 年之前
CSSStyleDeclaration.h 1d5d27aa22 LibWeb: Include custom properties in CSS dump 3 年之前
CSSStyleDeclaration.idl 0ab31d8c84 LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() 3 年之前
CSSStyleRule.cpp 9f6a09837b LibWeb: Serialize selectors only in CSSStyleRule::selector_text() 3 年之前
CSSStyleRule.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 年之前
CSSStyleRule.idl 17e56661db LibWeb: Have CSSStyleRule inherit from CSSRule in IDL 3 年之前
CSSStyleSheet.cpp 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
CSSStyleSheet.h 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 年之前
CSSStyleSheet.idl 30d710a0a2 LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs 3 年之前
CSSSupportsRule.cpp 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 年之前
CSSSupportsRule.h 0f88a47e58 LibWeb: Add serialization code for CSS{Media,Supports}Rule 3 年之前
ComputedValues.h 69aac6ecd7 LibWeb: Add new property 'text-decoration-style' 3 年之前
Default.css d670c13a3b LibWeb: Make attribute hidden have an effect; hide some other elements 3 年之前
Display.h dee26ca5cd LibWeb: Add missing headers 3 年之前
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 年之前
Identifiers.json 6df0b8e889 LibWeb: Parse `display: inline-flex` 3 年之前
Length.cpp ce0a516e59 LibWeb: Replace Length::set_calculated_style() with ::make_calculated() 3 年之前
Length.h ce0a516e59 LibWeb: Replace Length::set_calculated_style() with ::make_calculated() 3 年之前
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 年之前
MediaList.cpp 46bba44f8b LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp} 3 年之前
MediaList.h 1c829e0417 LibWeb: Implement MediaQuery matching :^) 3 年之前
MediaList.idl 8ac622f056 LibWeb: Add MediaList 3 年之前
MediaQuery.cpp 9de33629da AK+Everywhere: Make Variant::visit() respect the Variant's constness 3 年之前
MediaQuery.h 416033a660 LibWeb: Support range syntax for media queries 3 年之前
MediaQueryList.cpp 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 年之前
MediaQueryList.h 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 年之前
MediaQueryList.idl 46686f7f94 LibWeb: Implement MediaQueryList.onchange 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 年之前
Percentage.cpp ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value 3 年之前
Percentage.h ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value 3 年之前
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 年之前
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 年之前
Properties.json 6df0b8e889 LibWeb: Parse `display: inline-flex` 3 年之前
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
ResolvedCSSStyleDeclaration.cpp e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow 3 年之前
ResolvedCSSStyleDeclaration.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 年之前
Screen.cpp c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window 3 年之前
Screen.h c268d0fa13 LibWeb: Make CSS::Screen forward its ref count to DOM::Window 3 年之前
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 年之前
Selector.cpp 89bd4cd80d LibWeb: Cache the result of Selector::specificity() 3 年之前
Selector.h 89bd4cd80d LibWeb: Cache the result of Selector::specificity() 3 年之前
SelectorEngine.cpp db32466499 LibWeb: Mark SelectorEngine matches-related functions as inline 3 年之前
SelectorEngine.h dadcb46344 LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const 4 年之前
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
StyleComputer.cpp 8bd1854406 LibWeb+Base: Enable calc() for font-weight property :^) 3 年之前
StyleComputer.h 12932d187e LibWeb: Teach StyleComputer about "Automatic Box Type Transformation" 3 年之前
StyleProperties.cpp 6df0b8e889 LibWeb: Parse `display: inline-flex` 3 年之前
StyleProperties.h 69aac6ecd7 LibWeb: Add new property 'text-decoration-style' 3 年之前
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 年之前
StyleSheet.h 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 年之前
StyleSheet.idl d462a6720a LibWeb: Reimplement the <style> element following the spec 3 年之前
StyleSheetList.cpp e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 年之前
StyleSheetList.h 5098cd22a4 LibWeb: Evaluate `@media` rules 3 年之前
StyleSheetList.idl 881e9d1341 LibWeb: Make StyleSheetList.item an IDL getter 3 年之前
StyleValue.cpp e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow 3 年之前
StyleValue.h e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow 3 年之前
Supports.cpp 7bea0d501e LibWeb: Remove `unknown` value in `@supports` query logic 3 年之前
Supports.h 7bea0d501e LibWeb: Remove `unknown` value in `@supports` query logic 3 年之前