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

Issue 29991594: Issue 7243 - Update adblockpluscore dependency to hg:e26e122e0702 (Closed)

Created:
Jan. 29, 2019, 4:36 a.m. by Manish Jethani
Modified:
Jan. 31, 2019, 4:29 a.m.
Reviewers:
Sebastian Noack, kzar
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update dependency to hg:91cd83c4c272 #

Total comments: 6

Patch Set 3 : Remove third-party checks from QUnit tests #

Patch Set 4 : Compare CSP filters by text #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -7274 lines) Patch
M dependencies View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/csp.js View 2 chunks +26 lines, -12 lines 0 comments Download
M lib/devtools.js View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M lib/filterComposer.js View 1 chunk +2 lines, -1 line 0 comments Download
M lib/hitLogger.js View 1 chunk +1 line, -5 lines 0 comments Download
M lib/popupBlocker.js View 1 chunk +2 lines, -1 line 0 comments Download
R lib/publicSuffixList.js View 1 chunk +0 lines, -7084 lines 0 comments Download
M lib/requestBlocker.js View 1 chunk +2 lines, -1 line 0 comments Download
R lib/tldjs.js View 1 chunk +0 lines, -50 lines 0 comments Download
M lib/url.js View 2 chunks +0 lines, -34 lines 0 comments Download
M lib/whitelisting.js View 1 chunk +2 lines, -1 line 0 comments Download
M metadata.chrome View 1 chunk +0 lines, -2 lines 0 comments Download
M qunit/tests/url.js View 1 2 2 chunks +1 line, -81 lines 0 comments Download

Messages

Total messages: 10
Manish Jethani
Jan. 29, 2019, 4:37 a.m. (2019-01-29 04:37:07 UTC) #1
Manish Jethani
Patch Set 1 https://codereview.adblockplus.org/29991594/diff/29991595/lib/csp.js File lib/csp.js (right): https://codereview.adblockplus.org/29991594/diff/29991595/lib/csp.js#newcode72 lib/csp.js:72: let {blocking} = defaultMatcher.search(details.url, typeMap.CSP, hostname, ...
Jan. 29, 2019, 5:06 a.m. (2019-01-29 05:06:30 UTC) #2
Manish Jethani
Patch Set 2: Update dependency to hg:91cd83c4c272
Jan. 30, 2019, 7:20 p.m. (2019-01-30 19:20:07 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29991594/diff/29993600/lib/csp.js File lib/csp.js (right): https://codereview.adblockplus.org/29991594/diff/29993600/lib/csp.js#newcode62 lib/csp.js:62: if (cspMatch instanceof WhitelistFilter) Why not calling search() with ...
Jan. 30, 2019, 7:54 p.m. (2019-01-30 19:54:25 UTC) #4
Manish Jethani
https://codereview.adblockplus.org/29991594/diff/29993600/lib/csp.js File lib/csp.js (right): https://codereview.adblockplus.org/29991594/diff/29993600/lib/csp.js#newcode62 lib/csp.js:62: if (cspMatch instanceof WhitelistFilter) On 2019/01/30 19:54:25, Sebastian Noack ...
Jan. 31, 2019, 1:04 a.m. (2019-01-31 01:04:15 UTC) #5
Manish Jethani
Patch Set 3: Remove third-party checks from QUnit tests I will address other comments later.
Jan. 31, 2019, 1:04 a.m. (2019-01-31 01:04:40 UTC) #6
Sebastian Noack
LGTM, except for the slightly misleading comment. But I will call it a day soon. ...
Jan. 31, 2019, 1:12 a.m. (2019-01-31 01:12:24 UTC) #7
Manish Jethani
Patch Set 4: Compare CSP filters by text You were right about the misleading comment. ...
Jan. 31, 2019, 2:54 a.m. (2019-01-31 02:54:45 UTC) #8
Manish Jethani
On 2019/01/31 02:54:45, Manish Jethani wrote: > The simple thing to do is to compare ...
Jan. 31, 2019, 2:58 a.m. (2019-01-31 02:58:45 UTC) #9
Sebastian Noack
Jan. 31, 2019, 3:59 a.m. (2019-01-31 03:59:33 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld