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

Issue 29338969: Issue 3862 - Add EventEmitter class and implement in the FilterNotifier (Closed)

Created:
March 23, 2016, 2:34 p.m. by Sebastian Noack
Modified:
March 23, 2016, 5:15 p.m.
Reviewers:
Wladimir Palant
CC:
kzar, Erik
Visibility:
Public.

Description

Issue 3862 - Add EventEmitter class and implement in the FilterNotifier

Patch Set 1 #

Total comments: 18

Patch Set 2 : Fixed typo in comment #

Patch Set 3 : Use arrow functions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -16 lines) Patch
A lib/events.js View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
M lib/filterNotifier.js View 2 chunks +17 lines, -16 lines 0 comments Download

Messages

Total messages: 8
Sebastian Noack
March 23, 2016, 2:35 p.m. (2016-03-23 14:35:52 UTC) #1
kzar
Didn't we already add the events script in another review? https://codereview.adblockplus.org/29338534/diff/29338952/lib/events.js
March 23, 2016, 3:50 p.m. (2016-03-23 15:50:20 UTC) #2
Sebastian Noack
On 2016/03/23 15:50:20, kzar wrote: > Didn't we already add the events script in another ...
March 23, 2016, 3:58 p.m. (2016-03-23 15:58:48 UTC) #3
Wladimir Palant
https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js File lib/events.js (right): https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js#newcode21 lib/events.js:21: * Registers and emits names events. names => named ...
March 23, 2016, 4:01 p.m. (2016-03-23 16:01:08 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js File lib/events.js (right): https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js#newcode21 lib/events.js:21: * Registers and emits names events. On 2016/03/23 16:01:07, ...
March 23, 2016, 4:23 p.m. (2016-03-23 16:23:44 UTC) #5
Wladimir Palant
https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js File lib/events.js (right): https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js#newcode79 lib/events.js:79: }.bind(this)); On 2016/03/23 16:23:43, Sebastian Noack wrote: > However, ...
March 23, 2016, 4:34 p.m. (2016-03-23 16:34:10 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js File lib/events.js (right): https://codereview.adblockplus.org/29338969/diff/29338970/lib/events.js#newcode79 lib/events.js:79: }.bind(this)); On 2016/03/23 16:34:09, Wladimir Palant wrote: > On ...
March 23, 2016, 5:07 p.m. (2016-03-23 17:07:16 UTC) #7
Wladimir Palant
March 23, 2016, 5:09 p.m. (2016-03-23 17:09:03 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld