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

Delta Between Two Patch Sets: lib/prefs.json

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Left Patch Set: Addressed Wladimir comments (save data in the database instead of memory) Created Feb. 19, 2016, 5:20 p.m.
Right Patch Set: Use Downloader to send the data to server Created April 6, 2016, 3 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« lib/filterHits.js ('K') | « lib/filterHits.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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_url": "https://telemetry.adblockplus.org/submit/adblockplus",
29 "composer_default": 2, 32 "composer_default": 2,
30 "clearStatsOnHistoryPurge": true, 33 "clearStatsOnHistoryPurge": true,
31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%", 34 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1& guid=%GUID%&lang=%LANG%",
32 "recentReports": [], 35 "recentReports": [],
33 "hideContributeButton": false, 36 "hideContributeButton": false,
34 "blockableItemsSize": {"width": 200, "height": 200}, 37 "blockableItemsSize": {"width": 200, "height": 200},
35 "notificationurl": "https://notification.adblockplus.org/notification.json", 38 "notificationurl": "https://notification.adblockplus.org/notification.json",
36 "notificationdata": {}, 39 "notificationdata": {},
37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt", 40 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/ antiadblockfilters.txt",
38 "please_kill_startup_performance": false, 41 "please_kill_startup_performance": false,
39 "suppress_first_run_page": false, 42 "suppress_first_run_page": false,
40 "notifications_showui": false, 43 "notifications_showui": false,
41 "notifications_ignoredcategories": [] 44 "notifications_ignoredcategories": []
42 }, 45 },
43 "preconfigurable": ["suppress_first_run_page"] 46 "preconfigurable": ["suppress_first_run_page"]
44 } 47 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld