Bug 103913 - [JSC] Cannot set window.opener to null
Summary: [JSC] Cannot set window.opener to null
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 11:44 PST by WebKit Review Bot
Modified: 2012-12-03 11:49 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-12-03 11:44:33 PST
[JSC] Cannot set window.opener to null
Requested by abarth on #webkit.
Comment 1 Alexey Proskuryakov 2012-12-03 11:49:21 PST
"There is a special meaning to assigning window.opener to null: it disowns the opener for the future lifetime of the browsing context (i.e., window).
http://dev.w3.org/html5/spec/single-page.html#disowned-its-opener "