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

Issue 6228201961422848: Issue 2064 - Configure indistinguishable request types in the abstraction layer (Closed)

Created:
Feb. 28, 2015, 9:56 a.m. by Sebastian Noack
Modified:
March 3, 2015, 8:31 a.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 2064 - Configure indistinguishable request types in the abstraction layer

Patch Set 1 #

Total comments: 6

Patch Set 2 : Ignore MEDIA and FONT filters on Chrome #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -12 lines) Patch
M background.js View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/ext/background.js View 1 2 chunks +17 lines, -6 lines 0 comments Download
M safari/ext/background.js View 1 chunk +2 lines, -1 line 0 comments Download
M safari/ext/content.js View 1 chunk +5 lines, -0 lines 0 comments Download
M webrequest.js View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 8
Sebastian Noack
Feb. 28, 2015, 9:57 a.m. (2015-02-28 09:57:07 UTC) #1
kzar
LGTM http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js File safari/ext/content.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js#newcode84 safari/ext/content.js:84: type = "MEDIA"; One thought I had was ...
March 2, 2015, 4:56 p.m. (2015-03-02 16:56:53 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js File safari/ext/content.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js#newcode84 safari/ext/content.js:84: type = "MEDIA"; On 2015/03/02 16:56:53, kzar wrote: > ...
March 2, 2015, 4:59 p.m. (2015-03-02 16:59:26 UTC) #3
kzar
http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js File safari/ext/content.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js#newcode84 safari/ext/content.js:84: type = "MEDIA"; On 2015/03/02 16:59:26, Sebastian Noack wrote: ...
March 2, 2015, 5:04 p.m. (2015-03-02 17:04:29 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js File safari/ext/content.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/safari/ext/content.js#newcode84 safari/ext/content.js:84: type = "MEDIA"; On 2015/03/02 17:04:29, kzar wrote: > ...
March 2, 2015, 5:08 p.m. (2015-03-02 17:08:49 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/chrome/ext/background.js#newcode340 chrome/ext/background.js:340: ["OTHER", "OBJECT", "OBJECT_SUBREQUEST", "MEDIA", "FONT"] This will overshoot. With ...
March 2, 2015, 7:12 p.m. (2015-03-02 19:12:18 UTC) #6
Sebastian Noack
http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/6228201961422848/diff/5629499534213120/chrome/ext/background.js#newcode340 chrome/ext/background.js:340: ["OTHER", "OBJECT", "OBJECT_SUBREQUEST", "MEDIA", "FONT"] On 2015/03/02 19:12:18, Wladimir ...
March 2, 2015, 7:23 p.m. (2015-03-02 19:23:11 UTC) #7
Wladimir Palant
March 2, 2015, 8:29 p.m. (2015-03-02 20:29:49 UTC) #8
LGTM and I hope that issue will finally resolved soon :-(

Powered by Google App Engine
This is Rietveld