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