commit 7969cebe593fccee033e8533482d4cb3e084d1d8 Author: Erica Wright ewright@mozilla.com Date: Wed Dec 9 01:36:15 2020 +0000
Bug 1681428 - back out highlights and logo changes. r=thecount, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D99171 --- browser/app/profile/firefox.js | 2 +- browser/components/newtab/lib/ActivityStream.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index f8f11b8ba6d1..2588a53cf233 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1429,7 +1429,7 @@ pref("browser.newtabpage.activity-stream.feeds.section.topstories", true); pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar", false); #endif
-pref("browser.newtabpage.activity-stream.logowordmark.alwaysVisible", true); +pref("browser.newtabpage.activity-stream.logowordmark.alwaysVisible", false);
// Used to display triplet cards on newtab pref("trailhead.firstrun.newtab.triplets", ""); diff --git a/browser/components/newtab/lib/ActivityStream.jsm b/browser/components/newtab/lib/ActivityStream.jsm index 88046a4d3c11..743e581f970b 100644 --- a/browser/components/newtab/lib/ActivityStream.jsm +++ b/browser/components/newtab/lib/ActivityStream.jsm @@ -589,7 +589,7 @@ const FEEDS_DATA = [ name: "section.highlights", factory: () => new HighlightsFeed(), title: "Fetches content recommendations from places db", - value: false, + value: true, }, { name: "system.topstories",
tbb-commits@lists.torproject.org