When enabling "sessionHistoryInParent", there is no "state objects" received from the popState event
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
People
(Reporter: alchen, Unassigned)
References
(Blocks 1 open bug)
Details
We can reproduce this symptom on the mochitest browser_500328.js with pref "fission.sessionHistoryInParent".
| Reporter | ||
Comment 1•6 years ago
|
||
I think it is also related to the implementation of sessionHistory in the parent process.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
•
|
||
So this is all about session store, and session history not working when we'd need to use existing SHEntry from parent in child.
| Reporter | ||
Comment 4•6 years ago
|
||
No.
The result is still the same with the patch of bug 1596776, bug 1601773 and my current patch of bug 1507287.
| Reporter | ||
Comment 5•6 years ago
|
||
(In reply to Alphan Chen [:alchen] from comment #4)
No.
The result is still the same with the patch of bug 1596776, bug 1601773 and my current patch of bug 1507287.
Is this result as you expected?
Comment 6•6 years ago
|
||
As I commented in bug 1601773, I don't really see how that would help here, but perhaps I'm missing something there.
Updated•6 years ago
|
Comment 8•6 years ago
|
||
This is a bug from previous session history in parent implementation.
But anyhow, depends on bug 1649131
Comment 9•6 years ago
|
||
Let's close this ebcause it's just part of that bug.
Comment 10•6 years ago
|
||
Clearing Fission Milestone for bugs resolved as duplicates. We don't need to track duplicates.
Description
•