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

Issue 8450003: Reimplemented whitelist handling (Closed)

Created:
Sept. 25, 2012, 3:48 p.m. by Wladimir Palant
Modified:
Nov. 21, 2012, 4:33 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

Reimplemented whitelist handling

Patch Set 1 #

Total comments: 7

Patch Set 2 : Modifications only, different base revision #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M chrome/content/tests/tests/suffixTreeManipulation.js View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/rules.js View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
Wladimir Palant
Sept. 25, 2012, 3:48 p.m. (2012-09-25 15:48:40 UTC) #1
Thomas Greiner
OK. I'd suggest some smaller changes but I didn't find any problems with the code ...
Sept. 26, 2012, 3:49 p.m. (2012-09-26 15:49:13 UTC) #2
Thomas Greiner
http://codereview.adblockplus.org/8450003/diff/1/lib/rules.js File lib/rules.js (right): http://codereview.adblockplus.org/8450003/diff/1/lib/rules.js#newcode98 lib/rules.js:98: let reverse = Array.prototype.slice.call(domain).reverse().join(""); On 2012/09/26 15:49:13, Thomas Greiner ...
Sept. 26, 2012, 3:59 p.m. (2012-09-26 15:59:35 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/8450003/diff/1/chrome/content/tests/tests/suffixTreeManipulation.js File chrome/content/tests/tests/suffixTreeManipulation.js (right): http://codereview.adblockplus.org/8450003/diff/1/chrome/content/tests/tests/suffixTreeManipulation.js#newcode2 chrome/content/tests/tests/suffixTreeManipulation.js:2: { On 2012/09/26 15:49:13, Thomas Greiner wrote: > bracket ...
Sept. 27, 2012, 2:55 p.m. (2012-09-27 14:55:06 UTC) #4
Thomas Greiner
Sept. 28, 2012, 8:02 a.m. (2012-09-28 08:02:36 UTC) #5
OK

Powered by Google App Engine
This is Rietveld