Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
..
Parser ae64cffd3a LibWeb: Expose token counts from CSS TokenStream 2 years ago
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace 3 years ago
Angle.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
Angle.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
BackdropFilter.h ec4de1e07d LibWeb: Plumb style/computed values for `backdrop-filter` 2 years ago
CSSConditionRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSConditionRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSFontFaceRule.cpp fdd202259d LibWeb: Add partial serialization for CSSFontFaceRule 2 years ago
CSSFontFaceRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSGroupingRule.cpp ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSGroupingRule.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSImportRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSImportRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSMediaRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSMediaRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSRuleList.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
CSSRuleList.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSStyleDeclaration.cpp ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSStyleDeclaration.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSStyleDeclaration.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSStyleRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSStyleRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
CSSStyleSheet.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
CSSStyleSheet.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CSSStyleSheet.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
CSSSupportsRule.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CSSSupportsRule.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
Clip.cpp 8163ee1500 LibWeb: Use rect value in CSS clip property 2 years ago
Clip.h 8163ee1500 LibWeb: Use rect value in CSS clip property 2 years ago
ComputedValues.h 0843960235 LibWeb: Use CSS::Size for computed size and max-size values 2 years ago
Default.css d1dac8695c LibWeb: Don't set initial font+color on both HTML and BODY elements 2 years ago
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline 3 years ago
Display.h de5de4d99a LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name 3 years ago
Enums.json d7d34d88e5 LibWeb: Implement `appearance` CSS property 3 years ago
FontFace.cpp dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor 3 years ago
FontFace.h 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` 3 years ago
Frequency.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
Frequency.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class 3 years ago
GridTrackPlacement.cpp ad221164d5 LibWeb: Allow having auto GridTrackPlacements 2 years ago
GridTrackPlacement.h ad221164d5 LibWeb: Allow having auto GridTrackPlacements 2 years ago
GridTrackSize.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
GridTrackSize.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
Identifiers.json 844321d89f LibWeb: Teach CSS::StyleProperties to create CSS::Size values 2 years ago
Length.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
Length.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
LengthBox.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
LengthBox.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 years ago
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 years ago
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 years ago
MediaList.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
MediaList.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
MediaQuery.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
MediaQuery.h 28278efafb LibWeb: Extract MediaType to/from_string() logic into functions 3 years ago
MediaQueryList.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
MediaQueryList.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
MediaQueryListEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
MediaQueryListEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
MediaQueryListEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
Number.h 776538a6c4 LibWeb: Add operator== to CSS::Number 2 years ago
Percentage.cpp 93c999ce00 LibWeb: Stop handling impossible Percentage return values 3 years ago
Percentage.h 7abb512a86 LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases 2 years ago
PreferredColorScheme.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum 3 years ago
Properties.json d1b99282d8 LibWeb+Meta: Parse the `backdrop-filter` CSS property 2 years ago
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 years ago
Ratio.cpp f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators 3 years ago
Ratio.h f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators 3 years ago
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class 3 years ago
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class 3 years ago
ResolvedCSSStyleDeclaration.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
ResolvedCSSStyleDeclaration.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
Screen.cpp 8c90e08e0b LibWeb: Make CSS::Screen GC-allocated 2 years ago
Screen.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
Screen.idl 340e1f4b28 LibWeb: Implement the Screen interface 4 years ago
Selector.cpp b5febe538c LibWeb: Parse the -webkit-progress-bar/value pseudo elements 3 years ago
Selector.h 1dd4e2dc87 LibWeb: Cache lowercased names in SimpleSelector 2 years ago
SelectorEngine.cpp 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 years ago
Serialize.cpp fdd202259d LibWeb: Add partial serialization for CSSFontFaceRule 2 years ago
Serialize.h fdd202259d LibWeb: Add partial serialization for CSSFontFaceRule 2 years ago
Size.cpp fce1c673c7 LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it 2 years ago
Size.h fce1c673c7 LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it 2 years ago
StyleComputer.cpp 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 years ago
StyleComputer.h 54be317fa9 LibWeb: Use TokenStreams when expanding unresolved CSS values 2 years ago
StyleProperties.cpp 844321d89f LibWeb: Teach CSS::StyleProperties to create CSS::Size values 2 years ago
StyleProperties.h 844321d89f LibWeb: Teach CSS::StyleProperties to create CSS::Size values 2 years ago
StyleSheet.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
StyleSheet.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
StyleSheet.idl 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 years ago
StyleSheetList.cpp 524ec95bcd LibWeb: Keep CSS sheets sorted in document tree order 2 years ago
StyleSheetList.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
StyleValue.cpp 7abb512a86 LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases 2 years ago
StyleValue.h 980c92e9b5 LibWeb: Add FilterValueListStyleValue 2 years ago
Supports.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Supports.h dfba0cb2d9 LibWeb: Implement `@supports` serialization 3 years ago
Time.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
Time.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T 3 years ago
TransformFunctions.json 5f3498d50f LibWeb: Add code generator for CSS transform functions 3 years ago
UnicodeRange.h d073a31c21 LibWeb: Add missing includes 2 years ago