Andreas Kling 43888b848c LibWeb: Resolve unresolved CSS calc() values in StyleComputer il y a 2 ans
..
Parser 8869dec5fd LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" value il y a 2 ans
SyntaxHighlighter bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace il y a 3 ans
Angle.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
Angle.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
BackdropFilter.h ec4de1e07d LibWeb: Plumb style/computed values for `backdrop-filter` il y a 2 ans
CSSConditionRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSConditionRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSFontFaceRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSFontFaceRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSGroupingRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSGroupingRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSImportRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSImportRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSMediaRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSMediaRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSRuleList.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSRuleList.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSStyleDeclaration.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s il y a 2 ans
CSSStyleDeclaration.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSStyleDeclaration.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
CSSStyleRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSStyleRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
CSSStyleSheet.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSStyleSheet.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
CSSSupportsRule.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSSupportsRule.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
Clip.cpp 8163ee1500 LibWeb: Use rect value in CSS clip property il y a 3 ans
Clip.h 8163ee1500 LibWeb: Use rect value in CSS clip property il y a 3 ans
ComputedValues.h b2b677e984 LibWeb: Refactor GridTrackSize classes il y a 2 ans
Default.css 081a617d8d LibWeb: Use the default CSS attributes for embedded content from HTML il y a 2 ans
Display.cpp c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline il y a 3 ans
Display.h 9d50191dca LibWeb: Tidy up FormattingContext::creates_block_formatting_context() il y a 2 ans
Enums.json f8a2c0586a LibWeb: Parse the CSS align-content property il y a 2 ans
FontFace.cpp dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor il y a 3 ans
FontFace.h 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` il y a 3 ans
Frequency.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
Frequency.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
GeneralEnclosed.h 42176d37fc LibWeb: Implement independent GeneralEnclosed class il y a 3 ans
GridTrackPlacement.cpp 829f56572d LibWeb: Parse line names in grid track position properties il y a 2 ans
GridTrackPlacement.h 829f56572d LibWeb: Parse line names in grid track position properties il y a 2 ans
GridTrackSize.cpp 78a573d678 LibWeb: Parse line names in grid track size declarations il y a 2 ans
GridTrackSize.h 78a573d678 LibWeb: Parse line names in grid track size declarations il y a 2 ans
Identifiers.json 844321d89f LibWeb: Teach CSS::StyleProperties to create CSS::Size values il y a 2 ans
Length.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length il y a 2 ans
Length.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length il y a 2 ans
LengthBox.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length il y a 2 ans
LengthBox.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length il y a 2 ans
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin il y a 3 ans
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features il y a 3 ans
MediaList.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
MediaList.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
MediaQuery.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
MediaQuery.h 28278efafb LibWeb: Extract MediaType to/from_string() logic into functions il y a 3 ans
MediaQueryList.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
MediaQueryList.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ il y a 2 ans
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef il y a 3 ans
MediaQueryListEvent.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
MediaQueryListEvent.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
MediaQueryListEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
Number.h 776538a6c4 LibWeb: Add operator== to CSS::Number il y a 2 ans
Percentage.cpp 93c999ce00 LibWeb: Stop handling impossible Percentage return values il y a 3 ans
Percentage.h 7abb512a86 LibWeb: Make PercentageOr<T>::contains_percentage() handle more cases il y a 2 ans
PreferredColorScheme.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
PreferredColorScheme.h c8550da9c5 LibWeb: Add Web::CSS::PreferredColorScheme enum il y a 3 ans
Properties.json 8ace6b4f1d LibWeb: Establish stacking context when backdrop-filter is not 'none' il y a 2 ans
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet il y a 2 ans
Ratio.cpp f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators il y a 3 ans
Ratio.h f1d47ea618 LibWeb+AudioServer: Remove unused spaceship operators il y a 3 ans
Resolution.cpp 0465abcfec LibWeb: Implement CSS Resolution class il y a 3 ans
Resolution.h 0465abcfec LibWeb: Implement CSS Resolution class il y a 3 ans
ResolvedCSSStyleDeclaration.cpp 5e2b41175c LibWeb: Return empty Optional<StyleProperty> for shorthand properties il y a 2 ans
ResolvedCSSStyleDeclaration.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
Screen.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
Screen.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
Selector.cpp b5febe538c LibWeb: Parse the -webkit-progress-bar/value pseudo elements il y a 3 ans
Selector.h 1dd4e2dc87 LibWeb: Cache lowercased names in SimpleSelector il y a 2 ans
SelectorEngine.cpp 9662eec388 LibWeb: Apply :enabled pseudo class to only certain elements il y a 2 ans
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements il y a 3 ans
Serialize.cpp fdd202259d LibWeb: Add partial serialization for CSSFontFaceRule il y a 2 ans
Serialize.h fdd202259d LibWeb: Add partial serialization for CSSFontFaceRule il y a 2 ans
Size.cpp fce1c673c7 LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it il y a 2 ans
Size.h fce1c673c7 LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it il y a 2 ans
StyleComputer.cpp 43888b848c LibWeb: Resolve unresolved CSS calc() values in StyleComputer il y a 2 ans
StyleComputer.h ab9aa9da0d LibWeb: Do CSS var() expansion in a separate pass il y a 2 ans
StyleProperties.cpp 767d632ab7 LibWeb: Don't panic on unsupported text-decoration-line values il y a 2 ans
StyleProperties.h b2b677e984 LibWeb: Refactor GridTrackSize classes il y a 2 ans
StyleSheet.cpp a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
StyleSheet.h a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
StyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
StyleSheetList.cpp 14d4f227f2 LibWeb: Don't invalidate style when adding/removing empty style sheet il y a 2 ans
StyleSheetList.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute il y a 2 ans
StyleValue.cpp fdcc73d4b1 LibWeb: Paint `conic-gradient()`s il y a 2 ans
StyleValue.h fdcc73d4b1 LibWeb: Paint `conic-gradient()`s il y a 2 ans
Supports.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
Supports.h dfba0cb2d9 LibWeb: Implement `@supports` serialization il y a 3 ans
Time.cpp 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
Time.h 7b4004d682 LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T il y a 3 ans
TransformFunctions.json e4db71c88b LibWeb: Support translate3d il y a 2 ans
UnicodeRange.h d073a31c21 LibWeb: Add missing includes il y a 2 ans