Skip to content

Commit

Permalink
Bug 1585097 - Delete the devtools.responsive.browserUI.enabled pref. …
Browse files Browse the repository at this point in the history
…r=gl

Depends on D82563

Differential Revision: https://phabricator.services.mozilla.com/D82565
  • Loading branch information
Micah Tigley committed Jul 9, 2020
1 parent e132c86 commit 3ddcbc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2352,8 +2352,6 @@ pref("devtools.responsive.touchSimulation.enabled", false);
pref("devtools.responsive.metaViewport.enabled", true);
// The user agent of the viewport.
pref("devtools.responsive.userAgent", "");
// Enable the RDM browser UI in all builds.
pref("devtools.responsive.browserUI.enabled", true);

// Show the custom user agent input only in Nightly.
#if defined(NIGHTLY_BUILD)
Expand Down
5 changes: 0 additions & 5 deletions devtools/client/devtools-fission-prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ const PREFERENCES = [
"url (parent process to content process). Or when navigating between " +
"two distinct domains if `fission.autostart` is set to true",
],
[
"devtools.responsive.browserUI.enabled",
"Enable the new version of RDM that doesn't rely on tunnelling and is " +
"Fission compatible",
],
];

/**
Expand Down

0 comments on commit 3ddcbc3

Please sign in to comment.