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

Issue 29865587: Issue 6843 - Log snippet filter hits (Closed)

Created:
Aug. 27, 2018, 3:45 a.m. by hub
Modified:
Aug. 28, 2018, 7:41 p.m.
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Description

Issue 6843 - Log snippet filter hits

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rebased and addressed comments #

Patch Set 3 : Put the actual revision #

Total comments: 6

Patch Set 4 : Fixed nits #

Total comments: 7

Patch Set 5 : fixed wrapping #

Total comments: 2

Patch Set 6 : rebased on top of issue 6889 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -10 lines) Patch
M dependencies View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M lib/contentFiltering.js View 1 2 3 4 3 chunks +24 lines, -8 lines 0 comments Download
M lib/hitLogger.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/requestBlocker.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16
hub
Aug. 27, 2018, 3:45 a.m. (2018-08-27 03:45:47 UTC) #1
hub
This need the patch in adblockpluscore found at https://codereview.adblockplus.org/29865583/ to work (hence the dependency issue)
Aug. 27, 2018, 3:46 a.m. (2018-08-27 03:46:35 UTC) #2
hub
https://codereview.adblockplus.org/29865587/diff/29865588/dependencies File dependencies (right): https://codereview.adblockplus.org/29865587/diff/29865588/dependencies#newcode4 dependencies:4: adblockpluscore = adblockpluscore hg:d1b1f5bac888 git:e752ad4 This will need to ...
Aug. 27, 2018, 3:47 a.m. (2018-08-27 03:47:49 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js#newcode250 lib/contentFiltering.js:250: docDomain: hostname, Nit: If you rename the variable "hostname" ...
Aug. 27, 2018, 4:51 a.m. (2018-08-27 04:51:36 UTC) #4
Manish Jethani
https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js#newcode196 lib/contentFiltering.js:196: .then(() => Ideally this would take the form `.then(() ...
Aug. 27, 2018, 5:47 a.m. (2018-08-27 05:47:37 UTC) #5
hub
Updated patch https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29865588/lib/contentFiltering.js#newcode196 lib/contentFiltering.js:196: .then(() => On 2018/08/27 05:47:36, Manish Jethani ...
Aug. 27, 2018, 12:56 p.m. (2018-08-27 12:56:47 UTC) #6
Manish Jethani
https://codereview.adblockplus.org/29865587/diff/29866572/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866572/lib/contentFiltering.js#newcode214 lib/contentFiltering.js:214: // tabs.insertCSS for why we catch and simply reject ...
Aug. 27, 2018, 3:40 p.m. (2018-08-27 15:40:49 UTC) #7
hub
updated patch https://codereview.adblockplus.org/29865587/diff/29866572/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866572/lib/contentFiltering.js#newcode214 lib/contentFiltering.js:214: // tabs.insertCSS for why we catch and ...
Aug. 27, 2018, 4:42 p.m. (2018-08-27 16:42:04 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js#newcode216 lib/contentFiltering.js:216: return Promise.reject(error); It appears I'm missing something here. But ...
Aug. 27, 2018, 5:37 p.m. (2018-08-27 17:37:34 UTC) #9
hub
https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js#newcode216 lib/contentFiltering.js:216: return Promise.reject(error); On 2018/08/27 17:37:34, Sebastian Noack wrote: > ...
Aug. 27, 2018, 7:45 p.m. (2018-08-27 19:45:24 UTC) #10
Manish Jethani
https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js#newcode216 lib/contentFiltering.js:216: return Promise.reject(error); On 2018/08/27 17:37:34, Sebastian Noack wrote: > ...
Aug. 27, 2018, 8:07 p.m. (2018-08-27 20:07:54 UTC) #11
Sebastian Noack
https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js File lib/contentFiltering.js (right): https://codereview.adblockplus.org/29865587/diff/29866587/lib/contentFiltering.js#newcode216 lib/contentFiltering.js:216: return Promise.reject(error); On 2018/08/27 20:07:54, Manish Jethani wrote: > ...
Aug. 27, 2018, 8:15 p.m. (2018-08-27 20:15:12 UTC) #12
Manish Jethani
https://codereview.adblockplus.org/29865587/diff/29866598/dependencies File dependencies (right): https://codereview.adblockplus.org/29865587/diff/29866598/dependencies#newcode4 dependencies:4: adblockpluscore = adblockpluscore hg:6ad6dd7c2ff1 git:b4a3d60 About this, see my ...
Aug. 27, 2018, 8:40 p.m. (2018-08-27 20:40:59 UTC) #13
hub
https://codereview.adblockplus.org/29865587/diff/29866598/dependencies File dependencies (right): https://codereview.adblockplus.org/29865587/diff/29866598/dependencies#newcode4 dependencies:4: adblockpluscore = adblockpluscore hg:6ad6dd7c2ff1 git:b4a3d60 On 2018/08/27 20:40:59, Manish ...
Aug. 27, 2018, 9:14 p.m. (2018-08-27 21:14:26 UTC) #14
hub
Now rebased on top of https://codereview.adblockplus.org/29867599/
Aug. 28, 2018, 3:14 p.m. (2018-08-28 15:14:42 UTC) #15
Sebastian Noack
Aug. 28, 2018, 6:03 p.m. (2018-08-28 18:03:55 UTC) #16
LGTM

Powered by Google App Engine
This is Rietveld