WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
209746
http://webkit.org/css-status/
hangs
https://bugs.webkit.org/show_bug.cgi?id=209746
Summary
http://webkit.org/css-status/ hangs
Simon Fraser (smfr)
Reported
2020-03-30 08:55:33 PDT
http://webkit.org/css-status/
hangs
Attachments
Patch
(1.79 KB, patch)
2020-03-30 08:56 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2020-03-30 08:56:57 PDT
Created
attachment 394922
[details]
Patch
Antoine Quint
Comment 2
2020-03-30 09:00:18 PDT
Comment on
attachment 394922
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=394922&action=review
> Websites/webkit.org/wp-content/themes/webkit/css-status.php:1604 > + for (var valueObj of prefixedValues) {
Two potential improvements here: 1. use `const` instead of `var` when declaring `prefixedValues`. 2. do not declare that value and just have `for (var valueObj of Array.from(prefixedPropertyObj.values))`
EWS
Comment 3
2020-03-30 09:58:38 PDT
Committed
r259203
: <
https://trac.webkit.org/changeset/259203
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 394922
[details]
.
Radar WebKit Bug Importer
Comment 4
2020-03-30 09:59:16 PDT
<
rdar://problem/61060038
>
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