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

Issue 29551648: Issue 5735 - Use JS Map instead of Object for matcher properties filterByKeyword and keywordByFilter (Closed)

Created:
Sept. 21, 2017, 1:03 p.m. by sergei
Modified:
Sept. 26, 2017, 1:58 p.m.
Reviewers:
wspee, kzar, hub, Wladimir Palant
CC:
Felix Dahlke
Base URL:
https://github.com/adblockplus/adblockpluscore.git
Visibility:
Public.

Patch Set 1 #

Total comments: 7

Patch Set 2 : use objects as keys #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -43 lines) Patch
M lib/matcher.js View 1 10 chunks +36 lines, -41 lines 0 comments Download
M test/filterListener.js View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4
sergei
https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js#newcode46 lib/matcher.js:46: * @type {Map.<string,string>} I will check the difference between ...
Sept. 21, 2017, 1:22 p.m. (2017-09-21 13:22:21 UTC) #1
Wladimir Palant
https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js#newcode46 lib/matcher.js:46: * @type {Map.<string,string>} On 2017/09/21 13:22:21, sergei wrote: > ...
Sept. 25, 2017, 11:07 a.m. (2017-09-25 11:07:46 UTC) #2
sergei
https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29551648/diff/29551649/lib/matcher.js#newcode46 lib/matcher.js:46: * @type {Map.<string,string>} On 2017/09/25 11:07:46, Wladimir Palant wrote: ...
Sept. 25, 2017, 1:46 p.m. (2017-09-25 13:46:34 UTC) #3
Wladimir Palant
Sept. 26, 2017, 11:11 a.m. (2017-09-26 11:11:20 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld