Closed
Bug 1717625
Opened 4 years ago
Closed 4 years ago
Hosts are not displayed in storage inspector with disabled server side target switching + bfCacheInParent enabled
Categories
(DevTools :: Storage Inspector, defect)
DevTools
Storage Inspector
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
In Bug 1713072, I had to disable fission.bfcacheInParent
as it was making a test fail: we are navigating backward and waiting for the host we're navigating to to be displayed in the storage inspector tree, but it does not.
Updated•4 years ago
|
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Updated•4 years ago
|
Fission Milestone: --- → MVP
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Summary: hosts are not displayed in storage inspector with server side target switching + bfCacheInParent enabled → Hosts are not displayed in storage inspector with disabled server side target switching + bfCacheInParent enabled
Assignee | ||
Comment 1•4 years ago
|
||
In this patch, we pass a property alongside the DevToolsFrameChild:bf-cache-navigation-pageshow
message that indicates if a new target is being created as a result of this
bfcache navigation.
This flag is then used in the ParentProcessStorage to spawn a new StorageActorMock
when a new target is being created.
As a result we can stop disabling the bfCacheInParent pref in browser_storage_cookies_navigation.js,
where a bfcache navigation is performed.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0fbda14ef14
[devtools] Fix storage inspector tree when bfCacheInParent is enabled and server side target switching is disabled. r=ochameau.
![]() |
||
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•