WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
240244
Remove abandoned CSSDeferredParser implementation and feature flag
https://bugs.webkit.org/show_bug.cgi?id=240244
Summary
Remove abandoned CSSDeferredParser implementation and feature flag
Brent Fulgham
Reported
2022-05-09 11:42:42 PDT
This patch rolls out the abandoned CSSDeferredParser implementation added in
Bug 165743
.
Attachments
Patch
(94.85 KB, patch)
2022-05-09 11:56 PDT
,
Brent Fulgham
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2022-05-09 11:56:54 PDT
Created
attachment 459064
[details]
Patch
Brent Fulgham
Comment 2
2022-05-09 11:58:04 PDT
@Antti: Should we do something about removing the SPECIALIZE_TYPE_TRAITS bits that were added in Hyatt's original patch?
Antti Koivisto
Comment 3
2022-05-09 21:14:43 PDT
Comment on
attachment 459064
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=459064&action=review
Nice cleanup!
> Source/WebCore/css/StyleProperties.h:337 > SPECIALIZE_TYPE_TRAITS_BEGIN(WebCore::StyleProperties) > - static bool isType(const WebCore::StylePropertiesBase& set) { return set.type() != WebCore::DeferredPropertiesType; } > + static bool isType(const WebCore::StylePropertiesBase&) { return true; } > SPECIALIZE_TYPE_TRAITS_END()
I think we can just remove StylePropertiesBase and smash it into StyleProperties. Doesn't need to be done in this patch.
Tim Nguyen (:ntim)
Comment 4
2022-05-10 09:25:02 PDT
(In reply to Antti Koivisto from
comment #3
)
> I think we can just remove StylePropertiesBase and smash it into > StyleProperties. > > Doesn't need to be done in this patch.
Worth filing a bug.
Brent Fulgham
Comment 5
2022-05-10 09:36:23 PDT
Comment on
attachment 459064
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=459064&action=review
>> Source/WebCore/css/StyleProperties.h:337 >> SPECIALIZE_TYPE_TRAITS_END() > > I think we can just remove StylePropertiesBase and smash it into StyleProperties. > > Doesn't need to be done in this patch.
Filed
Bug 240282
. Will do that after this patch lands.
EWS
Comment 6
2022-05-10 09:49:43 PDT
Committed
r294007
(
250443@main
): <
https://commits.webkit.org/250443@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 459064
[details]
.
Radar WebKit Bug Importer
Comment 7
2022-05-10 09:50:14 PDT
<
rdar://problem/93035841
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug