Closed
Bug 1506852
Opened 6 years ago
Closed 6 years ago
nsGlobalWindowOuter::SetOpenerWindow doesn't allow resetting opener BrowsingContext
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → afarre
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
When calling nsGlobalWindowOuter::SetOpenerWindow with null we should
make sure to also clear BrowsingContext::mOpener.
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87037e14247b
Make sure to also clear opener in BrowsingContext. r=peterv
Comment 4•6 years ago
|
||
Backed out changeset 87037e14247b (bug 1506852) for build bustage. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#?job_id=212634538&repo=autoland&lineNumber=24754
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=87037e14247bbd23e32dd9084262b5aabe9bbf8d
Backout:
https://hg.mozilla.org/integration/autoland/rev/d5bbdd582025245de9e2b8e5dd83c257b0cfcc5e
Flags: needinfo?(afarre)
Updated•6 years ago
|
Attachment #9024737 -
Attachment description: Bug 1506852 - Make sure to also clear opener in BrowsingContext. r=peterv → Bug 1506852 - Make sure to also clear opener in BrowsingContext.
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(afarre)
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d9d15e8e072
Make sure to also clear opener in BrowsingContext. r=peterv
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 7•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 8•5 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission Milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Fission Milestone: --- → M4
You need to log in
before you can comment on or make changes to this bug.
Description
•