Bug 1134446 - Automatically open the ReadingList sidebar the first time ReaderMode is used. r=unfocused, a=sledru

This commit is contained in:
Mark Capella
2015-03-29 08:35:23 -04:00
parent ff5193b2a7
commit a45bc619b3
4 changed files with 47 additions and 21 deletions

View File

@@ -297,3 +297,6 @@ user_pref("browser.displayedE10SPrompt.1", 5);
user_pref("browser.tabs.remote.autostart.1", false);
// Don't forceably kill content processes after a timeout
user_pref("dom.ipc.tabs.shutdownTimeoutSecs", 0);
// Avoid performing Readinglist Intro during tests.
user_pref("browser.readinglist.introShown", true);