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

Issue 8482159: Initial element hiding functionality (Closed)

Created:
Oct. 9, 2012, 10:42 a.m. by Wladimir Palant
Modified:
Nov. 14, 2012, 6:32 a.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Initial element hiding functionality

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -32 lines) Patch
M background.js View 2 chunks +14 lines, -0 lines 2 comments Download
R includes/cssFilter.js View 1 chunk +0 lines, -32 lines 0 comments Download
A includes/include.preload.js View 1 chunk +72 lines, -0 lines 2 comments Download
M index.html View 1 chunk +1 line, -0 lines 0 comments Download
A lib/basedomain.js View 1 chunk +242 lines, -0 lines 0 comments Download

Messages

Total messages: 4
Wladimir Palant
Oct. 9, 2012, 10:42 a.m. (2012-10-09 10:42:58 UTC) #1
Felix Dahlke
Review done. I've ignored lib/basedomain.js since that's identical to what we have in Chrome. http://codereview.adblockplus.org/8482159/diff/1/background.js ...
Oct. 10, 2012, 2:21 p.m. (2012-10-10 14:21:42 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/8482159/diff/1/background.js File background.js (right): http://codereview.adblockplus.org/8482159/diff/1/background.js#newcode152 background.js:152: switch (request.reqtype) On 2012/10/10 14:21:42, Felix H. Dahlke wrote: ...
Oct. 17, 2012, 10:15 a.m. (2012-10-17 10:15:56 UTC) #3
Felix Dahlke
Oct. 17, 2012, 10:16 a.m. (2012-10-17 10:16:52 UTC) #4
On 2012/10/17 10:15:56, Wladimir Palant wrote:
> http://codereview.adblockplus.org/8482159/diff/1/background.js
> File background.js (right):
> 
> http://codereview.adblockplus.org/8482159/diff/1/background.js#newcode152
> background.js:152: switch (request.reqtype)
> On 2012/10/10 14:21:42, Felix H. Dahlke wrote:
> > I'd prefer an if here, since there is only one case.
> 
> This code is essentially identical to Chrome and we will most definitely add
> more cases here once we have more UI.

OK, LGTM

Powered by Google App Engine
This is Rietveld