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

Delta Between Two Patch Sets: lib/prefs.json

Issue 29366643: Issue 4682 - Remove typo collection functionality from URL Fixer (Closed) Base URL: https://hg.adblockplus.org/urlfixer
Left Patch Set: Removed call to non-existant function Created Dec. 1, 2016, 1:53 p.m.
Right Patch Set: Removed some leftovers Created Dec. 8, 2016, 12:47 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
« no previous file with change/comment | « lib/main.js ('k') | lib/typoCollector.js » ('j') | 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 "version": "", 3 "version": "",
4 4
5 "domainOptInAsk": false,
6 "domainOptIn": false,
7 "counter": 0,
8 "corrections_count": 0, 5 "corrections_count": 0,
9 6
10 "custom_replace": {}, 7 "custom_replace": {},
11 "whitelist": {}, 8 "whitelist": {},
12 9
13 "lastRuleUpdate": 0 10 "lastRuleUpdate": 0
14 } 11 }
15 } 12 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld