Closed
Bug 1622420
Opened 6 years ago
Closed 6 years ago
Can't get top-level WindowContext in the cross-origin iframe
Categories
(Core :: DOM: Content Processes, defect, P2)
Core
DOM: Content Processes
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: dlee, Assigned: peterv)
Details
Attachments
(3 files)
Steps to reproduce:
- Apply the attached patch which prints log when users interact with a document
- Go to https://dimidl.github.io/test/iframe/cross-origin-iframe.html
- mouse click the iframe
- debug message indicates there is no top-level window context
Notes.
top-level window context can be found in a same-origin iframe.
https://dimidl.github.io/test/iframe/same-origin-iframe.html
| Reporter | ||
Comment 1•6 years ago
|
||
Assignee: nobody → dlee
| Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(afarre)
| Reporter | ||
Updated•6 years ago
|
Assignee: dlee → nobody
Comment 2•6 years ago
|
||
Tracking for Fission M5b or early M6a to determine what's happening
Are we not sync'ing WindowContexts properly? Nika says this is unlikely to be a race because this code runs late after navigation has settled.
Peter will ping afarre tomorrow.
Fission Milestone: --- → M5
Priority: -- → P2
Whiteboard: [fission:m5b]
Updated•6 years ago
|
Fission Milestone: M5 → M5b
Whiteboard: [fission:m5b]
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D68572
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e43ffd5251c
Set the current WindowContext for BrowsingContexts newly created over IPC. r=farre
https://hg.mozilla.org/integration/autoland/rev/1ad327ce20e3
Cleanup docshell/test/browser/browser_bug422543.js. r=farre
Comment 6•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0e43ffd5251c
https://hg.mozilla.org/mozilla-central/rev/1ad327ce20e3
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
| Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(afarre)
You need to log in
before you can comment on or make changes to this bug.
Description
•