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

Issue 29321504: Issue 2738 - Pass bit masks to matching functions (Closed)

Created:
July 9, 2015, 2:50 p.m. by kzar
Modified:
July 16, 2015, 11:57 a.m.
Visibility:
Public.

Description

Issue 2738 - Pass bit masks to matching functions (Depends on changes in https://codereview.adblockplus.org/29321478/ ) I have tested to best of my ability but not sure how to verify everything is OK for sure.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Updated to match adblockplus changes and addressed feedback #

Total comments: 8

Patch Set 3 : Addressed final nits #

Patch Set 4 : Updated adblockplus dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -15 lines) Patch
M background.js View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M dependencies View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M lib/filterComposer.js View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M lib/whitelisting.js View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M popupBlocker.js View 1 1 chunk +1 line, -1 line 0 comments Download
M webrequest.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
kzar
July 9, 2015, 2:54 p.m. (2015-07-09 14:54:03 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29321504/diff/29321505/background.js File background.js (right): https://codereview.adblockplus.org/29321504/diff/29321505/background.js#newcode344 background.js:344: stringifyURL(url), RegExpFilter.toTypeMask(msg.mediatype), This operation can be done outside of ...
July 9, 2015, 3:28 p.m. (2015-07-09 15:28:52 UTC) #2
Sebastian Noack
Since the whole purpose of this change is to check several request types at once. ...
July 9, 2015, 3:40 p.m. (2015-07-09 15:40:25 UTC) #3
kzar
Patch Set 2 : Updated to match adblockplus changes and addressed feedback https://codereview.adblockplus.org/29321504/diff/29321505/background.js File background.js ...
July 12, 2015, 2:28 p.m. (2015-07-12 14:28:01 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29321504/diff/29322033/background.js File background.js (right): https://codereview.adblockplus.org/29321504/diff/29322033/background.js#newcode339 background.js:339: var typeMask = RegExpFilter.typeMap[msg.mediatype]; Nit: I'd put it above ...
July 13, 2015, 4:41 p.m. (2015-07-13 16:41:51 UTC) #5
Wladimir Palant
No additional issues from my side, this looks fine.
July 13, 2015, 6:59 p.m. (2015-07-13 18:59:10 UTC) #6
kzar
Patch Set 3 : Addressed final nits https://codereview.adblockplus.org/29321504/diff/29322033/background.js File background.js (right): https://codereview.adblockplus.org/29321504/diff/29322033/background.js#newcode339 background.js:339: var typeMask ...
July 14, 2015, 9:22 a.m. (2015-07-14 09:22:24 UTC) #7
Sebastian Noack
LGTM
July 14, 2015, 9:26 a.m. (2015-07-14 09:26:12 UTC) #8
kzar
Patch Set 4 : Updated adblockplus dependency
July 14, 2015, 2:47 p.m. (2015-07-14 14:47:13 UTC) #9
Sebastian Noack
LGTM
July 14, 2015, 2:49 p.m. (2015-07-14 14:49:44 UTC) #10
Wladimir Palant
July 16, 2015, 11:57 a.m. (2015-07-16 11:57:21 UTC) #11
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld