Bug 179289

Summary: Index properties on cross origin Window objects should be enumerable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin, ggaren, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/whatwg/html/pull/3186
See Also: https://bugs.webkit.org/show_bug.cgi?id=179117
https://bugs.webkit.org/show_bug.cgi?id=174576
Attachments:
Description Flags
Patch none

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>