RESOLVED FIXED Bug 179289
Index properties on cross origin Window objects should be enumerable
https://bugs.webkit.org/show_bug.cgi?id=179289
Summary Index properties on cross origin Window objects should be enumerable
Chris Dumez
Reported 2017-11-04 15:49:01 PDT
Index properties on cross origin Window objects should be enumerable: - https://github.com/whatwg/html/pull/3186 - https://github.com/w3c/web-platform-tests/pull/8045 All exposed properties used to be enumerable but we had to revert this in r224287 because it was not Web-compatible. The HTML specification has not been updated so that only index properties are enumerable cross origin.
Attachments
Patch (14.29 KB, patch)
2017-11-04 16:10 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-11-04 16:10:28 PDT
WebKit Commit Bot
Comment 2 2017-11-04 17:54:36 PDT
Comment on attachment 326048 [details] Patch Clearing flags on attachment: 326048 Committed r224464: <https://trac.webkit.org/changeset/224464>
WebKit Commit Bot
Comment 3 2017-11-04 17:54:38 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2017-11-15 12:11:06 PST
Note You need to log in before you can comment on or make changes to this bug.