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

Side by Side Diff: lib/prefs.json

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Patch Set: Addressed Wladimir comments (bunch of changes) Created March 18, 2016, 5:32 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
« lib/filterHits.js ('K') | « lib/filterHits.js ('k') | 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 { 1 {
2 "defaults": { 2 "defaults": {
3 "currentVersion": "0.0", 3 "currentVersion": "0.0",
4 "enabled": true, 4 "enabled": true,
5 "frameobjects": true, 5 "frameobjects": true,
6 "fastcollapse": false, 6 "fastcollapse": false,
7 "showinstatusbar": false, 7 "showinstatusbar": false,
8 "detachsidebar": false, 8 "detachsidebar": false,
9 "defaulttoolbaraction": 0, 9 "defaulttoolbaraction": 0,
10 "defaultstatusbaraction": 0, 10 "defaultstatusbaraction": 0,
11 "sidebar_key": "Accel Shift V, Accel Shift U", 11 "sidebar_key": "Accel Shift V, Accel Shift U",
12 "sendReport_key": "", 12 "sendReport_key": "",
13 "filters_key": "Accel Shift E, Accel Shift F, Accel Shift O", 13 "filters_key": "Accel Shift E, Accel Shift F, Accel Shift O",
14 "enable_key": "", 14 "enable_key": "",
15 "flash_scrolltoitem": true, 15 "flash_scrolltoitem": true,
16 "previewimages": true, 16 "previewimages": true,
17 "data_directory": "adblockplus", 17 "data_directory": "adblockplus",
18 "patternsbackups": 5, 18 "patternsbackups": 5,
19 "patternsbackupinterval": 24, 19 "patternsbackupinterval": 24,
20 "whitelistschemes": "about chrome file irc moz-safe-about news resource snew s x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon", 20 "whitelistschemes": "about chrome file irc moz-safe-about news resource snew s x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon",
21 "subscriptions_autoupdate": true, 21 "subscriptions_autoupdate": true,
22 "subscriptions_listurl": "https://adblockplus.org/subscriptions2.xml", 22 "subscriptions_listurl": "https://adblockplus.org/subscriptions2.xml",
23 "subscriptions_fallbackurl": "https://adblockplus.org/getSubscription?versio n=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CH ANNELSTATUS%&responseStatus=%RESPONSESTATUS%", 23 "subscriptions_fallbackurl": "https://adblockplus.org/getSubscription?versio n=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CH ANNELSTATUS%&responseStatus=%RESPONSESTATUS%",
24 "subscriptions_fallbackerrors": 5, 24 "subscriptions_fallbackerrors": 5,
25 "subscriptions_exceptionsurl": "https://easylist-downloads.adblockplus.org/e xceptionrules.txt", 25 "subscriptions_exceptionsurl": "https://easylist-downloads.adblockplus.org/e xceptionrules.txt",
26 "subscriptions_exceptionscheckbox": true, 26 "subscriptions_exceptionscheckbox": true,
27 "documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LA NG%", 27 "documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LA NG%",
28 "savestats": true, 28 "savestats": true,
29 "sendstats": false,
30 "sendstats_status": {},
31 "sendstats_last_push": 0,
Wladimir Palant 2016/03/22 21:32:36 How about making last_push part of sendstats_statu
saroyanm 2016/04/06 15:15:43 Done, you think I can also make "sendstats" part o
32 "sendstats_url": "https://telemetry.adblockplus.org/submit/adblockplus",
29 "composer_default": 2, 33 "composer_default": 2,
30 "clearStatsOnHistoryPurge": true, 34 "clearStatsOnHistoryPurge": true,
31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%", 35 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%",
32 "recentReports": [], 36 "recentReports": [],
33 "hideContributeButton": false, 37 "hideContributeButton": false,
34 "blockableItemsSize": {"width": 200, "height": 200}, 38 "blockableItemsSize": {"width": 200, "height": 200},
35 "notificationurl": "https://notification.adblockplus.org/notification.json", 39 "notificationurl": "https://notification.adblockplus.org/notification.json",
36 "notificationdata": {}, 40 "notificationdata": {},
37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt", 41 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt",
38 "please_kill_startup_performance": false, 42 "please_kill_startup_performance": false,
39 "suppress_first_run_page": false, 43 "suppress_first_run_page": false,
40 "notifications_showui": false, 44 "notifications_showui": false,
41 "notifications_ignoredcategories": [] 45 "notifications_ignoredcategories": []
42 }, 46 },
43 "preconfigurable": ["suppress_first_run_page"] 47 "preconfigurable": ["suppress_first_run_page"]
44 } 48 }
OLDNEW
« lib/filterHits.js ('K') | « lib/filterHits.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld