Skip to content

Commit

Permalink
Bug 1457651 - Re-enable tab warming on Tier3 platforms. r=mconley
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3TCUbX4Wx8q

--HG--
extra : rebase_source : 9886b6f520a8ab6440ecf9dfae1a4963b41792b4
  • Loading branch information
jbeich committed Apr 28, 2018
1 parent d98c7c3 commit 2eb85c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,9 +1535,7 @@ pref("browser.tabs.remote.desktopbehavior", true);
// This feature is enabled on macOS only on the Nightly channel
// until bug 1453080 is fixed.
//
#if defined(XP_LINUX) || defined(XP_WIN)
pref("browser.tabs.remote.warmup.enabled", true);
#elif defined(NIGHTLY_BUILD) && defined(XP_MACOSX)
#if !defined(XP_MACOSX) || defined(NIGHTLY_BUILD)
pref("browser.tabs.remote.warmup.enabled", true);
#else
pref("browser.tabs.remote.warmup.enabled", false);
Expand Down

0 comments on commit 2eb85c9

Please sign in to comment.