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

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)

Created:
Oct. 12, 2012, 2:18 p.m. by Thomas Greiner
Modified:
Nov. 21, 2012, 4:39 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Integrated URL Fixer into Adblock Plus

Patch Set 1 #

Patch Set 2 : Added ability to opt-in and opt-out #

Patch Set 3 : Changes to opt-in notification text #

Total comments: 18

Patch Set 4 : First batch of changes #

Total comments: 4

Patch Set 5 : Second batch of changes #

Total comments: 1

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1186 lines, -0 lines) Patch
M chrome/content/ui/fennecSettings.xul View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/content/ui/filters.js View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/content/ui/filters.xul View 1 2 3 3 chunks +18 lines, -0 lines 0 comments Download
A chrome/content/ui/typoSettings.js View 1 2 3 4 1 chunk +103 lines, -0 lines 0 comments Download
A chrome/skin/icon16.png View 1 Binary file 0 comments Download
M defaults/prefs.js View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A defaults/typoRules.json View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M lib/main.js View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
A lib/typoAppIntegration.js View 1 2 3 4 5 1 chunk +365 lines, -0 lines 0 comments Download
A lib/typoCollector.js View 1 chunk +21 lines, -0 lines 0 comments Download
A lib/typoFixer.js View 1 2 3 4 1 chunk +198 lines, -0 lines 0 comments Download
A lib/typoNetError.js View 1 chunk +13 lines, -0 lines 0 comments Download
A lib/typoRules.js View 1 2 3 1 chunk +409 lines, -0 lines 0 comments Download
A lib/typoSurvey.js View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14
Thomas Greiner
Oct. 12, 2012, 2:18 p.m. (2012-10-12 14:18:14 UTC) #1
Thomas Greiner
Oct. 19, 2012, 9:14 a.m. (2012-10-19 09:14:16 UTC) #2
Thomas Greiner
Oct. 19, 2012, 3:14 p.m. (2012-10-19 15:14:51 UTC) #3
Wladimir Palant
Publishing a partial review to get you going. Note that typo correction functionality in Adblock ...
Nov. 6, 2012, 3:48 p.m. (2012-11-06 15:48:03 UTC) #4
Thomas Greiner
> Note that typo correction functionality in Adblock Plus needs to disable > automatically (and ...
Nov. 6, 2012, 4:57 p.m. (2012-11-06 16:57:07 UTC) #5
Wladimir Palant
Thinking about it, the top priority right now should be landing this code - disabling ...
Nov. 7, 2012, 8:07 a.m. (2012-11-07 08:07:25 UTC) #6
Thomas Greiner
On 2012/11/06 15:48:03, Wladimir Palant wrote: http://codereview.adblockplus.org/8559070/diff/7001/defaults/typoRules.json#newcode1 > defaults/typoRules.json:1: { > This will increase the ...
Nov. 7, 2012, 12:26 p.m. (2012-11-07 12:26:53 UTC) #7
Wladimir Palant
Done with the review assuming that isTypoCorrectionEnabled was the only change to URL Fixer code. ...
Nov. 9, 2012, 8:26 a.m. (2012-11-09 08:26:15 UTC) #8
Thomas Greiner
Nov. 9, 2012, 1:04 p.m. (2012-11-09 13:04:14 UTC) #9
Wladimir Palant
http://codereview.adblockplus.org/8559070/diff/23001/chrome/content/ui/typoSettings.js File chrome/content/ui/typoSettings.js (right): http://codereview.adblockplus.org/8559070/diff/23001/chrome/content/ui/typoSettings.js#newcode27 chrome/content/ui/typoSettings.js:27: TypoActions.updateList(); Are you making extra sure to handle the ...
Nov. 9, 2012, 1:20 p.m. (2012-11-09 13:20:51 UTC) #10
Thomas Greiner
Nov. 9, 2012, 2:33 p.m. (2012-11-09 14:33:10 UTC) #11
Wladimir Palant
Two last comments from the previous review not addressed yet. http://codereview.adblockplus.org/8559070/diff/33002/lib/main.js File lib/main.js (right): http://codereview.adblockplus.org/8559070/diff/33002/lib/main.js#newcode45 ...
Nov. 9, 2012, 2:44 p.m. (2012-11-09 14:44:31 UTC) #12
Thomas Greiner
Nov. 9, 2012, 3:21 p.m. (2012-11-09 15:21:36 UTC) #13
Wladimir Palant
Nov. 9, 2012, 3:32 p.m. (2012-11-09 15:32:22 UTC) #14
LGTM, please land this.

The prefs observer you added to typoAppIntegration.js also needs to be removed
if correctTyposAsked preference changes to true elsewhere - please fix that
later (separate review).

Powered by Google App Engine
This is Rietveld