Sam Atkins bee32b6cd2 LibWeb: Port CSS::Parser::Declaration to new Strings 2 年之前
..
Parser bee32b6cd2 LibWeb: Port CSS::Parser::Declaration to new Strings 2 年之前
SyntaxHighlighter 8af65108e4 LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding 2 年之前
Angle.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Angle.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
BackdropFilter.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
CSSConditionRule.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSConditionRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSConditionRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSFontFaceRule.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSFontFaceRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSFontFaceRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSGroupingRule.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSGroupingRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSGroupingRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSImportRule.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSImportRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSImportRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSMediaRule.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSMediaRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSMediaRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSRule.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSRule.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSRuleList.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSRuleList.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSRuleList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleDeclaration.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSStyleDeclaration.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
CSSStyleDeclaration.idl c247fefee7 LibWeb: Implement CSSStyleDeclaration.cssText 2 年之前
CSSStyleRule.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSStyleRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSStyleRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
CSSStyleSheet.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSStyleSheet.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSStyleSheet.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
CSSSupportsRule.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
CSSSupportsRule.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
CSSSupportsRule.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
Clip.cpp 8163ee1500 LibWeb: Use rect value in CSS clip property 3 年之前
Clip.h 8163ee1500 LibWeb: Use rect value in CSS clip property 3 年之前
ComputedValues.h e338ef4914 LibWeb: Port ComputedValues to new Strings 2 年之前
Default.css 2ad9c1fd6c LibWeb: Re-implement checkbox painting using the UA stylesheet 2 年之前
Display.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
Display.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
Enums.json e75eb21a54 LibWeb: Support "start" and "end" values for justify-content 2 年之前
FontFace.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
FontFace.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
Frequency.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Frequency.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
GeneralEnclosed.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
GridTrackPlacement.cpp 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 年之前
GridTrackPlacement.h 9d99bd8258 LibWeb: Use String class in certain CSS Grid classes 2 年之前
GridTrackSize.cpp 9e735cc02e LibWeb: Remove unused includes for DeprecatedString 2 年之前
GridTrackSize.h 0448547553 LibWeb: Parse min and max-content 2 年之前
Identifiers.json ab99e95549 LibWeb: Parse font-stretch CSS property 2 年之前
Length.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Length.h 9e735cc02e LibWeb: Remove unused includes for DeprecatedString 2 年之前
LengthBox.cpp 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 年之前
LengthBox.h 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length 2 年之前
LinkStyle.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 年之前
MediaFeatures.json aa48dda3a4 LibWeb: Add missing MEDIAQUERIES-5 media-features 3 年之前
MediaList.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
MediaList.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
MediaList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
MediaQuery.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
MediaQuery.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
MediaQueryList.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
MediaQueryList.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
MediaQueryList.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 年之前
MediaQueryListEvent.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
MediaQueryListEvent.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
MediaQueryListEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
Number.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Percentage.cpp 93c999ce00 LibWeb: Stop handling impossible Percentage return values 3 年之前
Percentage.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
PreferredColorScheme.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
PreferredColorScheme.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
Properties.json ab99e95549 LibWeb: Parse font-stretch CSS property 2 年之前
QuirksMode.css e4fd042041 LibWeb: Flesh out the default "quirks mode" style sheet 2 年之前
Ratio.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Ratio.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Resolution.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Resolution.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
ResolvedCSSStyleDeclaration.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
ResolvedCSSStyleDeclaration.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
Screen.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
Screen.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
Screen.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
Selector.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
Selector.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
SelectorEngine.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
SelectorEngine.h 7eb7396f8b LibWeb: Match styles for pseudo-elements 3 年之前
Serialize.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Serialize.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Size.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Size.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
StyleComputer.cpp 05c1b09621 LibWeb: Port CSS::Parser::Function to new Strings 2 年之前
StyleComputer.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
StyleProperties.cpp e338ef4914 LibWeb: Port ComputedValues to new Strings 2 年之前
StyleProperties.h 9bc001f410 LibWeb: Parse `grid-area` CSS property 2 年之前
StyleSheet.cpp 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheet.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
StyleSheet.idl 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
StyleSheetList.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
StyleSheetList.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
StyleSheetList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
StyleValue.cpp a168cda4a7 LibWeb: Port CSS::Parser::ComponentValue to new Strings 2 年之前
StyleValue.h ab99e95549 LibWeb: Parse font-stretch CSS property 2 年之前
Supports.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
Supports.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
Time.cpp ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
Time.h ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 年之前
TransformFunctions.json e4db71c88b LibWeb: Support translate3d 2 年之前
UnicodeRange.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前