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

Issue 5132310882025472: Issue 704 - Generate protocol-agnostic request blocking filters with "Block element" (Closed)

Created:
June 24, 2014, 1:38 p.m. by Sebastian Noack
Modified:
Oct. 10, 2014, 6:31 p.m.
Visibility:
Public.

Description

Issue 704 - Generate protocol-agnostic request blocking filters with "Block element"

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Addressed comments #

Total comments: 4

Patch Set 3 : Rebased and simplified changes #

Total comments: 8

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M include.postload.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13
Sebastian Noack
June 24, 2014, 1:39 p.m. (2014-06-24 13:39:12 UTC) #1
Wladimir Palant
Most of the comments below apply to issues that were already there - the code ...
June 27, 2014, 7:30 a.m. (2014-06-27 07:30:53 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/5132310882025472/diff/5144752345317376/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5144752345317376/include.postload.js#newcode316 include.postload.js:316: clickHideFilters.push(normalizeURL(url)); On 2014/06/27 07:30:53, Wladimir Palant wrote: > I ...
June 28, 2014, 9:42 a.m. (2014-06-28 09:42:50 UTC) #3
Sebastian Noack
http://codereview.adblockplus.org/5132310882025472/diff/5144752345317376/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5144752345317376/include.postload.js#newcode397 include.postload.js:397: var components = url.match(/(.+:\/\/)(.+?)\/(.*)/); On 2014/06/27 07:30:53, Wladimir Palant ...
Sept. 25, 2014, 8:36 a.m. (2014-09-25 08:36:25 UTC) #4
Thomas Greiner
http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js#newcode394 include.postload.js:394: clickHideFilters.push(url.replace(/.*?:\/\//, '||')); Nit: Use double instead of single quotation ...
Sept. 30, 2014, 11:10 a.m. (2014-09-30 11:10:53 UTC) #5
Wladimir Palant
Note: the comments below apply to patch set 2, patch set 3 doesn't seem to ...
Sept. 30, 2014, 9:27 p.m. (2014-09-30 21:27:42 UTC) #6
Sebastian Noack
On 2014/09/30 21:27:42, Wladimir Palant wrote: > Note: the comments below apply to patch set ...
Oct. 1, 2014, 1:40 p.m. (2014-10-01 13:40:39 UTC) #7
Wladimir Palant
Ok, it seems that only one change was dropped in Patch Set 3. http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js File ...
Oct. 1, 2014, 6 p.m. (2014-10-01 18:00:45 UTC) #8
Sebastian Noack
http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js#newcode394 include.postload.js:394: clickHideFilters.push(url.replace(/.*?:\/\//, '||')); On 2014/09/30 11:10:53, Thomas Greiner wrote: > ...
Oct. 1, 2014, 6:10 p.m. (2014-10-01 18:10:55 UTC) #9
Wladimir Palant
http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js#newcode395 include.postload.js:395: selectorList.push(elt.localName + '[src="' + elt.getAttribute("src") + '"]'); As mentioned ...
Oct. 1, 2014, 6:26 p.m. (2014-10-01 18:26:51 UTC) #10
Sebastian Noack
http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js File include.postload.js (right): http://codereview.adblockplus.org/5132310882025472/diff/5676830073815040/include.postload.js#newcode395 include.postload.js:395: selectorList.push(elt.localName + '[src="' + elt.getAttribute("src") + '"]'); On 2014/10/01 ...
Oct. 1, 2014, 6:33 p.m. (2014-10-01 18:33:16 UTC) #11
Thomas Greiner
LGTM
Oct. 10, 2014, noon (2014-10-10 12:00:11 UTC) #12
Wladimir Palant
Oct. 10, 2014, 6:31 p.m. (2014-10-10 18:31:50 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld