Simon Wanner 1f9d76c7b8 LibWeb: Invalidate styles after CSSImportRule loads 3 سال پیش
..
Parser 1ed5e79478 LibWeb: Fix resolving relative URLs in style sheets 3 سال پیش
SyntaxHighlighter 38f6140159 LibWeb: Implement first draft of CSS syntax highlighting :^) 3 سال پیش
.gitignore 13d7c09125 Libraries: Move to Userland/Libraries/ 4 سال پیش
Angle.cpp 355d1936f2 LibWeb: Implement CSS Angle class 3 سال پیش
Angle.h 355d1936f2 LibWeb: Implement CSS Angle class 3 سال پیش
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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 سال پیش
CSSImportRule.cpp 1f9d76c7b8 LibWeb: Invalidate styles after CSSImportRule loads 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 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 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 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
CSSRuleList.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
CSSRuleList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 سال پیش
CSSStyleDeclaration.cpp a99d02e14d LibWeb: Add an enum for !important 3 سال پیش
CSSStyleDeclaration.h a99d02e14d LibWeb: Add an enum for !important 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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 سال پیش
CSSStyleSheet.cpp a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 سال پیش
CSSStyleSheet.h a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 سال پیش
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 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 0679eadd62 LibWeb: Add support for the text-justify property 3 سال پیش
Default.css 2a898a7e4a LibWeb: Add explicit color to mark element 3 سال پیش
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 سال پیش
Display.h c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 سال پیش
Frequency.cpp bd79c303f6 LibWeb: Implement CSS Frequency class 3 سال پیش
Frequency.h bd79c303f6 LibWeb: Implement CSS Frequency class 3 سال پیش
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 سال پیش
Identifiers.json 0679eadd62 LibWeb: Add support for the text-justify property 3 سال پیش
Length.cpp f76a541819 LibWeb: Move length-unit-from-string code into Length 3 سال پیش
Length.h f76a541819 LibWeb: Move length-unit-from-string code into Length 3 سال پیش
LengthBox.h dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 سال پیش
MediaFeatures.json f5fe75f12c LibWeb: Add MediaFeatures.json file, and associated identifiers 3 سال پیش
MediaList.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
MediaList.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
MediaList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 سال پیش
MediaQuery.cpp 332799fbcb LibWeb: Stub getting the initial font instead of the root one 3 سال پیش
MediaQuery.h fd47460141 LibWeb: Use ValueID for media-query identifiers 3 سال پیش
MediaQueryList.cpp 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 سال پیش
MediaQueryList.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 سال پیش
MediaQueryList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 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 608bfac2a9 LibWeb: Implement CSS Time class 3 سال پیش
Percentage.h 608bfac2a9 LibWeb: Implement CSS Time class 3 سال پیش
PreferredColorScheme.cpp c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 سال پیش
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 سال پیش
Properties.json 0679eadd62 LibWeb: Add support for the text-justify property 3 سال پیش
QuirksMode.css 13d7c09125 Libraries: Move to Userland/Libraries/ 4 سال پیش
Ratio.cpp 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 سال پیش
Ratio.h 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 سال پیش
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class 3 سال پیش
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class 3 سال پیش
ResolvedCSSStyleDeclaration.cpp 04311ca7f1 LibWeb: Flush pending layouts when accessing element resolved style 3 سال پیش
ResolvedCSSStyleDeclaration.h 3db847c64a LibWeb: Implement CSSRule and CSSStyleDeclaration serialization 3 سال پیش
Screen.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
Screen.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 سال پیش
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 سال پیش
Selector.cpp f88d65d9cb LibWeb: Cache CSS::Selector's pseudo element at construction time 3 سال پیش
Selector.h f88d65d9cb LibWeb: Cache CSS::Selector's pseudo element at construction time 3 سال پیش
SelectorEngine.cpp 973f3c3642 LibWeb: Correct handling of negative step values in nth-foo() selectors 3 سال پیش
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 سال پیش
Serialize.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 سال پیش
Serialize.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 سال پیش
StyleComputer.cpp c1e6fc67a1 LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules() 3 سال پیش
StyleComputer.h 39389b5704 LibWeb: Don't make deep copy of custom properties for every element 3 سال پیش
StyleProperties.cpp 630f2e0ee9 LibWeb: Make StyleProperties::operator==(StyleProperties) actually work 3 سال پیش
StyleProperties.h 0679eadd62 LibWeb: Add support for the text-justify property 3 سال پیش
StyleSheet.cpp 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 سال پیش
StyleSheet.h 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 سال پیش
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 سال پیش
StyleSheetList.cpp a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 سال پیش
StyleSheetList.h a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 سال پیش
StyleSheetList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 سال پیش
StyleValue.cpp 0f7156ed81 LibWeb: Parse CSS `text-decoration-thickness` property 3 سال پیش
StyleValue.h 0679eadd62 LibWeb: Add support for the text-justify property 3 سال پیش
Supports.cpp 7880718fa8 LibWeb: Implement `@supports selector(.foo)` 3 سال پیش
Supports.h 7880718fa8 LibWeb: Implement `@supports selector(.foo)` 3 سال پیش
Time.cpp 608bfac2a9 LibWeb: Implement CSS Time class 3 سال پیش
Time.h 608bfac2a9 LibWeb: Implement CSS Time class 3 سال پیش