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

Issue 29998564: Issue 7260 - Internalize third-party request check in matcher (Closed)

Created:
Feb. 4, 2019, 6:29 p.m. by Manish Jethani
Modified:
March 20, 2019, 8:27 a.m.
Reviewers:
Sebastian Noack, hub
CC:
kzar
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Patch Set 1 : #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -144 lines) Patch
M lib/domain.js View 1 chunk +3 lines, -2 lines 5 comments Download
M lib/matcher.js View 7 chunks +34 lines, -23 lines 5 comments Download
M test/matcher.js View 3 chunks +116 lines, -119 lines 0 comments Download

Messages

Total messages: 11
Manish Jethani
Feb. 4, 2019, 6:29 p.m. (2019-02-04 18:29:33 UTC) #1
Manish Jethani
Patch Set 1 As discussed, this patch tries to internalize the third-party request check.
Feb. 5, 2019, 4:12 a.m. (2019-02-05 04:12:08 UTC) #2
Manish Jethani
On 2019/02/05 04:12:08, Manish Jethani wrote: > Patch Set 1 > > As discussed, this ...
Feb. 5, 2019, 4:13 a.m. (2019-02-05 04:13:20 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js File lib/domain.js (right): https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js#newcode117 lib/domain.js:117: * @param {URL|string} url The request URL. Do we ...
Feb. 5, 2019, 4:32 a.m. (2019-02-05 04:32:53 UTC) #4
Manish Jethani
https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js File lib/domain.js (right): https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js#newcode117 lib/domain.js:117: * @param {URL|string} url The request URL. On 2019/02/05 ...
Feb. 5, 2019, 5:07 a.m. (2019-02-05 05:07:29 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js File lib/domain.js (right): https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js#newcode117 lib/domain.js:117: * @param {URL|string} url The request URL. On 2019/02/05 ...
Feb. 5, 2019, 5:21 a.m. (2019-02-05 05:21:16 UTC) #6
Manish Jethani
Filed a ticket: https://issues.adblockplus.org/ticket/7260
Feb. 5, 2019, 5:30 a.m. (2019-02-05 05:30:50 UTC) #7
Manish Jethani
https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js File lib/domain.js (right): https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js#newcode117 lib/domain.js:117: * @param {URL|string} url The request URL. On 2019/02/05 ...
Feb. 5, 2019, 5:42 a.m. (2019-02-05 05:42:23 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js File lib/domain.js (right): https://codereview.adblockplus.org/29998564/diff/29998578/lib/domain.js#newcode117 lib/domain.js:117: * @param {URL|string} url The request URL. On 2019/02/05 ...
Feb. 5, 2019, 5:54 a.m. (2019-02-05 05:54:45 UTC) #9
Manish Jethani
I just did some tests and I'm not seeing any significant performance improvement. I think ...
Feb. 5, 2019, 6 a.m. (2019-02-05 06:00:26 UTC) #10
Manish Jethani
March 20, 2019, 8:27 a.m. (2019-03-20 08:27:11 UTC) #11
Since there have been significant changes to adblockpluscore by now, I have
reimplemented this and submitted it for review on GitLab:

https://gitlab.com/eyeo/adblockplus/adblockpluscore/merge_requests/36

I am closing this now.

Powered by Google App Engine
This is Rietveld