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

Issue 5256408131960832: Issue 2420 - Move notification show logic to core (Closed)

Created:
June 8, 2015, 11:10 a.m. by Felix Dahlke
Modified:
June 15, 2015, 10:40 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Issue 2420 - Move notification show logic to core This also solves issue 2367 - didn't make too much sense to tackle these in isolation.

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments #

Total comments: 1

Patch Set 3 : Remove function properly, address nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -49 lines) Patch
M lib/notification.js View 1 2 6 chunks +63 lines, -26 lines 0 comments Download
M lib/ui.js View 1 4 chunks +16 lines, -23 lines 0 comments Download

Messages

Total messages: 6
Felix Dahlke
June 8, 2015, 11:14 a.m. (2015-06-08 11:14:18 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js#newcode89 lib/notification.js:89: }); Mind changing this into arrow function as well ...
June 8, 2015, 11:33 a.m. (2015-06-08 11:33:15 UTC) #2
Felix Dahlke
New patch set is up. http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js#newcode89 lib/notification.js:89: }); On 2015/06/08 11:33:15, ...
June 8, 2015, 7:34 p.m. (2015-06-08 19:34:34 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js#newcode191 lib/notification.js:191: removeAllShowListeners: function() On 2015/06/08 19:34:34, Felix H. Dahlke wrote: ...
June 8, 2015, 8:45 p.m. (2015-06-08 20:45:14 UTC) #4
Felix Dahlke
Another patch set http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/5256408131960832/diff/5629499534213120/lib/notification.js#newcode191 lib/notification.js:191: removeAllShowListeners: function() On 2015/06/08 20:45:15, Wladimir ...
June 8, 2015, 10:01 p.m. (2015-06-08 22:01:53 UTC) #5
Wladimir Palant
June 8, 2015, 10:16 p.m. (2015-06-08 22:16:59 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld