Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/app/mobile.js

Issue 5233612492374016: Issue 2347 - Suppress the first run page from ABP (Closed)
Patch Set: Created May 4, 2015, 8:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 #filter substitution 5 #filter substitution
6 6
7 // For browser.xml binding 7 // For browser.xml binding
8 // 8 //
9 // cacheRatio* is a ratio that determines the amount of pixels to cache. The 9 // cacheRatio* is a ratio that determines the amount of pixels to cache. The
10 // ratio is multiplied by the viewport width or height to get the displayport's 10 // ratio is multiplied by the viewport width or height to get the displayport's
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 // The mode of home provider syncing. 877 // The mode of home provider syncing.
878 // 0: Sync always 878 // 0: Sync always
879 // 1: Sync only when on wifi 879 // 1: Sync only when on wifi
880 pref("home.sync.updateMode", 0); 880 pref("home.sync.updateMode", 0);
881 881
882 // How frequently to check if we should sync home provider data. 882 // How frequently to check if we should sync home provider data.
883 pref("home.sync.checkIntervalSecs", 3600); 883 pref("home.sync.checkIntervalSecs", 3600);
884 884
885 // Enable device storage API 885 // Enable device storage API
886 pref("device.storage.enabled", true); 886 pref("device.storage.enabled", true);
887
888 // Suppress the first run page of Adblock Plus in Adblock Browser.
889 pref("extensions.adblockplus.preconfigured.suppress_first_run_page", true);
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld