Bug 69949
Summary: | Many property accesses on inactive DOMWindows should be indirected through the DOMWindowShell | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> |
Component: | WebCore JavaScript | Assignee: | Adam Barth <abarth> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, barraclough, sam, webkit.review.bot |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adam Barth
Currently JSC indirects the access check, but we need to indirect the property accesses as well to better match Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
*** Bug 62054 has been marked as a duplicate of this bug. ***
Adam Barth
This is going to be tricky.