Closed
Bug 1729675
Opened 3 years ago
Closed 3 years ago
Re-enable browser_aboutdebugging_devtoolstoolbox_navigate_to_url for BFCache
Categories
(DevTools :: about:debugging, defect)
DevTools
about:debugging
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: Honza, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-perf-stability-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This test browser_aboutdebugging_devtoolstoolbox_navigate_to_url is disabled for BFCache
// Disable bfcache for Fission for now.
// If Fission is disabled, the pref is no-op.
await SpecialPowers.pushPrefEnv({
set: [["fission.bfcacheInParent", false]],
});
Honza
Reporter | ||
Updated•3 years ago
|
Whiteboard: dt-perf-stability-mvp
Assignee | ||
Comment 1•3 years ago
|
||
This has been made possible thanks to bug 1675456.
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/08bed99b1339
[devtools] Re-enable browser_aboutdebugging_devtoolstoolbox_navigate_to_url for BFCache. r=nchevobbe
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•