Bug 179289 - Index properties on cross origin Window objects should be enumerable
Summary: Index properties on cross origin Window objects should be enumerable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://github.com/whatwg/html/pull/3186
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-04 15:49 PDT by Chris Dumez
Modified: 2017-11-15 12:11 PST (History)
6 users (show)

See Also:


Attachments
Patch (14.29 KB, patch)
2017-11-04 16:10 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2017-11-04 16:10:28 PDT
Created attachment 326048 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2017-11-04 17:54:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 12:11:06 PST
<rdar://problem/35567099>