Bug 205184 - Behavior of [[GetOwnProperty]] for cross-origin windows is not spec-compliant
Summary: Behavior of [[GetOwnProperty]] for cross-origin windows is not spec-compliant
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:
Keywords: InRadar
Depends on:
Blocks: 205120
  Show dependency treegraph
 
Reported: 2019-12-12 15:52 PST by Chris Dumez
Modified: 2019-12-13 09:54 PST (History)
7 users (show)

See Also:


Attachments
WIP Patch (3.83 KB, patch)
2019-12-12 15:53 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (9.28 KB, patch)
2019-12-12 16:42 PST, 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 2019-12-12 15:52:48 PST
Behavior of [[GetOwnProperty]] for cross-origin windows is not spec-compliant. We should be able to return frames by name, even if their name conflict with the name of a same-origin window property (e.g. "close").
Comment 1 Chris Dumez 2019-12-12 15:53:33 PST
Created attachment 385558 [details]
WIP Patch
Comment 2 Chris Dumez 2019-12-12 16:42:17 PST
Created attachment 385561 [details]
Patch
Comment 3 WebKit Commit Bot 2019-12-13 09:53:42 PST
Comment on attachment 385561 [details]
Patch

Clearing flags on attachment: 385561

Committed r253483: <https://trac.webkit.org/changeset/253483>
Comment 4 WebKit Commit Bot 2019-12-13 09:53:43 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-12-13 09:54:49 PST
<rdar://problem/57915284>