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

Issue 11175021: Add Notification module (Closed)

Created:
July 18, 2013, 12:09 p.m. by Felix Dahlke
Modified:
July 19, 2013, 2:58 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

This is just the part that decides which notification to show, notification downloading and showing is not included.

Patch Set 1 #

Patch Set 2 : Download notifications (changes by Wladimir) #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -0 lines) Patch
M defaults/prefs.js View 1 1 chunk +2 lines, -0 lines 0 comments Download
M lib/main.js View 1 1 chunk +2 lines, -0 lines 0 comments Download
A lib/notification.js View 1 1 chunk +180 lines, -0 lines 13 comments Download

Messages

Total messages: 6
Felix Dahlke
July 18, 2013, 12:11 p.m. (2013-07-18 12:11:59 UTC) #1
Wladimir Palant
All other issues are already addressed in my changes so it's up to you to ...
July 19, 2013, 8:16 a.m. (2013-07-19 08:16:32 UTC) #2
Felix Dahlke
http://codereview.adblockplus.org/11175021/diff/3001/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/11175021/diff/3001/lib/notification.js#newcode28 lib/notification.js:28: let INITIAL_DELAY = 12 * MILLIS_IN_MINUTE; How about using ...
July 19, 2013, 2:01 p.m. (2013-07-19 14:01:45 UTC) #3
Felix Dahlke
http://codereview.adblockplus.org/11175021/diff/3001/lib/notification.js File lib/notification.js (right): http://codereview.adblockplus.org/11175021/diff/3001/lib/notification.js#newcode82 lib/notification.js:82: if (typeof Prefs.notificationdata.lastError == "number") On 2013/07/19 14:01:45, Felix ...
July 19, 2013, 2:38 p.m. (2013-07-19 14:38:38 UTC) #4
Wladimir Palant
I've addressed the comments. Feel free to update this issue - I don't have the ...
July 19, 2013, 2:55 p.m. (2013-07-19 14:55:11 UTC) #5
Felix Dahlke
July 19, 2013, 2:58 p.m. (2013-07-19 14:58:38 UTC) #6
On 2013/07/19 14:55:11, Wladimir Palant wrote:
> I've addressed the comments. Feel free to update this issue - I don't have the
> permission to do that :)

Probably not worth the hassle, I've checked them here:
https://hg.adblockplus.org/adblockplus/rev/f36ddf0d00e1

LGTM

Powered by Google App Engine
This is Rietveld