Closed
Bug 1599093
Opened 6 years ago
Closed 5 years ago
Move access to the session history object to the parent process
Categories
(Core :: DOM: Navigation, task, P2)
Core
DOM: Navigation
Tracking
()
RESOLVED
INVALID
| Fission Milestone | M6a |
People
(Reporter: peterv, Unassigned)
References
(Depends on 1 open bug)
Details
Currently the child process has access to a docshell's session history object and all of its entries. With Fission and session history in the parent, we'd like to move away from having that access in the child process. We should move the docshell code to use IPC messages that don't require entries, but mostly take relative indices.
There's also the case of the web-exposed History object. Ever since bug 1563587 most of the access in there is asynchronous, so should be easy to move over. The exception is the .length getter, which we'll try to fake (see bug 1436489).
| Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Fission Milestone: --- → M6
Priority: -- → P2
Comment 2•5 years ago
|
||
Peter said this is no longer valid and needs to be closed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•