Closed
Bug 1538986
Opened 6 years ago
Closed 6 years ago
`WindowGlobalInit` should include the initial `DocumentURI`
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 1542786
Fission Milestone | M3 |
People
(Reporter: nika, Assigned: jdai)
References
(Blocks 1 open bug)
Details
As of bug 1523982, the initial DocumentURI
is sent down in a separate message at the end of WindowGlobalChild::Create
. This leaves some potential time in the parent process where the WindowGlobalParent
exists, but the DocumentURI
has not been set yet.
We should send down the initial DocumentURI
within the WindowGlobalInit
struct.
Reporter | ||
Comment 1•6 years ago
|
||
ni? :jdai because you may be interested in working on this :-)
Flags: needinfo?(jdai)
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to :Nika Layzell from comment #1)
ni? :jdai because you may be interested in working on this :-)
Sure, I'd like to work on this. :)
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Flags: needinfo?(jdai)
Assignee | ||
Comment 3•6 years ago
|
||
It has been fixed by bug 1542786. Feel free to reopen if I am wrong.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•6 years ago
|
Resolution: WONTFIX → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•