Bug 1847285 - Remove unused devtools.storage.test.forceLegacyActors r=devtools-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D185467
This commit is contained in:
Gregory Pappas 2023-08-07 12:33:49 +00:00
parent ae55d8bc22
commit d317aecd00
2 changed files with 0 additions and 11 deletions

View File

@ -8,8 +8,6 @@
"use strict";
const LEGACY_ACTORS_PREF = "devtools.storage.test.forceLegacyActors";
/**
* This generator function opens the given url in a new tab, then sets up the
* page by waiting for all cookies, indexedDB items etc. to be created.
@ -19,11 +17,6 @@ const LEGACY_ACTORS_PREF = "devtools.storage.test.forceLegacyActors";
* @return {Promise} A promise that resolves after storage inspector is ready
*/
async function openTabAndSetupStorage(url) {
// Enable testing prefs
SpecialPowers.pushPrefEnv({
set: [[LEGACY_ACTORS_PREF, true]],
});
await addTab(url);
// Setup the async storages in main window and for all its iframes

View File

@ -726,10 +726,6 @@ pref("devtools.performance.popup.intro-displayed", false);
// Stringified array of target browsers that users investigate.
pref("devtools.inspector.compatibility.target-browsers", "");
// Storage preferencex
// Force instancing legacy storage actors
pref("devtools.storage.test.forceLegacyActors", false);
// view source
pref("view_source.editor.path", "");
// allows to add further arguments to the editor; use the %LINE% placeholder