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

Issue 29869571: Issue 6741 - Use ES2015 classes in lib/matcher.js (Closed)

Created:
Aug. 30, 2018, 3:53 p.m. by Jon Sonesen
Modified:
Sept. 7, 2018, 4:08 a.m.
Reviewers:
Manish Jethani
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Issue 6741 - Use ES2015 classes in lib/matcher.js

Patch Set 1 #

Total comments: 27

Patch Set 2 : Address PS1 Comments #

Patch Set 3 : Actually address ps1 comments #

Total comments: 9

Patch Set 4 : Address PS3 comments #

Total comments: 4

Patch Set 5 : Address PS4 Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -90 lines) Patch
M lib/matcher.js View 1 2 3 4 8 chunks +88 lines, -90 lines 0 comments Download

Messages

Total messages: 13
Jon Sonesen
Aug. 30, 2018, 3:53 p.m. (2018-08-30 15:53:16 UTC) #1
Manish Jethani
https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js#newcode29 lib/matcher.js:29: /** I think this rather sounds like the description ...
Aug. 31, 2018, 1:01 p.m. (2018-08-31 13:01:35 UTC) #2
Jon Sonesen
https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js#newcode29 lib/matcher.js:29: /** On 2018/08/31 13:01:34, Manish Jethani wrote: > I ...
Sept. 2, 2018, 4:43 p.m. (2018-09-02 16:43:20 UTC) #3
Jon Sonesen
https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29869572/lib/matcher.js#newcode29 lib/matcher.js:29: /** On 2018/08/31 13:01:34, Manish Jethani wrote: > I ...
Sept. 2, 2018, 4:43 p.m. (2018-09-02 16:43:21 UTC) #4
Manish Jethani
https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js#newcode161 lib/matcher.js:161: * Returns the keyword used for a filter, null ...
Sept. 3, 2018, 6:46 p.m. (2018-09-03 18:46:49 UTC) #5
Jon Sonesen
https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js#newcode161 lib/matcher.js:161: * Returns the keyword used for a filter, null ...
Sept. 5, 2018, 2:05 p.m. (2018-09-05 14:05:27 UTC) #6
Manish Jethani
LGTM https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29872557/lib/matcher.js#newcode286 lib/matcher.js:286: * @param {Filter} filter On 2018/09/05 14:05:27, Jon ...
Sept. 5, 2018, 7:33 p.m. (2018-09-05 19:33:57 UTC) #7
Manish Jethani
https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js#newcode421 lib/matcher.js:421: let defaultMatcher = new CombinedMatcher(); Nit: Hey, can we ...
Sept. 5, 2018, 7:34 p.m. (2018-09-05 19:34:48 UTC) #8
Jon Sonesen
https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js#newcode421 lib/matcher.js:421: let defaultMatcher = new CombinedMatcher(); On 2018/09/05 19:34:47, Manish ...
Sept. 7, 2018, 3:06 a.m. (2018-09-07 03:06:44 UTC) #9
Manish Jethani
https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js#newcode421 lib/matcher.js:421: let defaultMatcher = new CombinedMatcher(); On 2018/09/07 03:06:44, Jon ...
Sept. 7, 2018, 3:15 a.m. (2018-09-07 03:15:00 UTC) #10
Manish Jethani
https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js File lib/matcher.js (right): https://codereview.adblockplus.org/29869571/diff/29875577/lib/matcher.js#newcode421 lib/matcher.js:421: let defaultMatcher = new CombinedMatcher(); On 2018/09/07 03:14:59, Manish ...
Sept. 7, 2018, 3:18 a.m. (2018-09-07 03:18:03 UTC) #11
Jon Sonesen
Done, thanks!
Sept. 7, 2018, 4:08 a.m. (2018-09-07 04:08:27 UTC) #12
Jon Sonesen
Sept. 7, 2018, 4:08 a.m. (2018-09-07 04:08:29 UTC) #13
Done, thanks!

Powered by Google App Engine
This is Rietveld