Bug 209746

Summary: http://webkit.org/css-status/ hangs
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Simon Fraser (smfr)
Reported 2020-03-30 08:55:33 PDT
Attachments
Patch (1.79 KB, patch)
2020-03-30 08:56 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-03-30 08:56:57 PDT
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
Note You need to log in before you can comment on or make changes to this bug.