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

Side by Side Diff: defaults/prefs.js

Issue 6331143469137920: Issue 206 - Add a pref for suppressing the first run page (Closed)
Patch Set: Created March 19, 2015, 6:06 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 | lib/ui.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // For description of these values see http://adblockplus.org/en/preferences 1 // For description of these values see http://adblockplus.org/en/preferences
2 2
3 pref("extensions.adblockplus.currentVersion", "0.0"); 3 pref("extensions.adblockplus.currentVersion", "0.0");
4 pref("extensions.adblockplus.enabled", true); 4 pref("extensions.adblockplus.enabled", true);
5 pref("extensions.adblockplus.frameobjects", true); 5 pref("extensions.adblockplus.frameobjects", true);
6 pref("extensions.adblockplus.fastcollapse", false); 6 pref("extensions.adblockplus.fastcollapse", false);
7 pref("extensions.adblockplus.showinstatusbar", false); 7 pref("extensions.adblockplus.showinstatusbar", false);
8 pref("extensions.adblockplus.detachsidebar", false); 8 pref("extensions.adblockplus.detachsidebar", false);
9 pref("extensions.adblockplus.defaulttoolbaraction", 0); 9 pref("extensions.adblockplus.defaulttoolbaraction", 0);
10 pref("extensions.adblockplus.defaultstatusbaraction", 0); 10 pref("extensions.adblockplus.defaultstatusbaraction", 0);
(...skipping 18 matching lines...) Expand all
29 pref("extensions.adblockplus.composer_default", 2); 29 pref("extensions.adblockplus.composer_default", 2);
30 pref("extensions.adblockplus.clearStatsOnHistoryPurge", true); 30 pref("extensions.adblockplus.clearStatsOnHistoryPurge", true);
31 pref("extensions.adblockplus.report_submiturl", "https://reports.adblockplus.org /submitReport?version=1&guid=%GUID%&lang=%LANG%"); 31 pref("extensions.adblockplus.report_submiturl", "https://reports.adblockplus.org /submitReport?version=1&guid=%GUID%&lang=%LANG%");
32 pref("extensions.adblockplus.recentReports", []); 32 pref("extensions.adblockplus.recentReports", []);
33 pref("extensions.adblockplus.hideContributeButton", false); 33 pref("extensions.adblockplus.hideContributeButton", false);
34 pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200}); 34 pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200});
35 pref("extensions.adblockplus.notificationurl", "https://notification.adblockplus .org/notification.json"); 35 pref("extensions.adblockplus.notificationurl", "https://notification.adblockplus .org/notification.json");
36 pref("extensions.adblockplus.notificationdata", {}); 36 pref("extensions.adblockplus.notificationdata", {});
37 pref("extensions.adblockplus.subscriptions_antiadblockurl", "https://easylist-do wnloads.adblockplus.org/antiadblockfilters.txt"); 37 pref("extensions.adblockplus.subscriptions_antiadblockurl", "https://easylist-do wnloads.adblockplus.org/antiadblockfilters.txt");
38 pref("extensions.adblockplus.please_kill_startup_performance", false); 38 pref("extensions.adblockplus.please_kill_startup_performance", false);
39 pref("extensions.adblockplus.suppress_first_run_page", false);
OLDNEW
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld