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

Issue 29519650: Issue 5540 - implement notification (Closed)

Created:
Aug. 18, 2017, 9:57 p.m. by saroyanm
Modified:
Aug. 25, 2017, 3:59 p.m.
Reviewers:
ire
CC:
juliandoucette, Thomas Greiner
Visibility:
Public.

Patch Set 1 : #

Total comments: 45

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -4 lines) Patch
M locale/en-US/new-options.json View 1 2 3 4 2 chunks +14 lines, -4 lines 0 comments Download
M new-options.html View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M new-options.js View 1 2 3 4 3 chunks +21 lines, -0 lines 0 comments Download
A skin/delete.svg View 1 chunk +1 line, -0 lines 0 comments Download
M skin/new-options.css View 1 2 3 4 2 chunks +67 lines, -0 lines 0 comments Download

Messages

Total messages: 14
saroyanm
I didn't specify a specific reviewer yet, will do as soon I'll know how occupied ...
Aug. 18, 2017, 10:07 p.m. (2017-08-18 22:07:43 UTC) #1
saroyanm
This is ready for the review, @Ire can you please have a look, but prioritize ...
Aug. 23, 2017, 6:58 p.m. (2017-08-23 18:58:07 UTC) #2
ire
Thanks Manvel! Here are my first comments. https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json#newcode419 locale/en-US/new-options.json:419: "description": "Notification ...
Aug. 24, 2017, 10:08 a.m. (2017-08-24 10:08:45 UTC) #3
saroyanm
Awesome, I think I also have everything here for the next patch. https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json File locale/en-US/new-options.json ...
Aug. 24, 2017, 2:18 p.m. (2017-08-24 14:18:27 UTC) #4
saroyanm
https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json#newcode168 locale/en-US/new-options.json:168: "options_whitelist_description": { This ID is duplicated. as noticed here ...
Aug. 24, 2017, 5:54 p.m. (2017-08-24 17:54:00 UTC) #5
saroyanm
Thanks for the review Ire. I've uploaded the new patch. https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519650/diff/29525623/locale/en-US/new-options.json#newcode168 ...
Aug. 24, 2017, 6:40 p.m. (2017-08-24 18:40:54 UTC) #6
ire
Thanks Manvel. Notes: https://codereview.adblockplus.org/29519650/diff/29525623/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519650/diff/29525623/new-options.html#newcode380 new-options.html:380: <button data-action="hide-notification" id="hide-notification"></button> On 2017/08/24 14:18:25, ...
Aug. 25, 2017, 9:59 a.m. (2017-08-25 09:59:46 UTC) #7
saroyanm
Thanks Ire, I've addressed your comments and a new patch is uploaded. https://codereview.adblockplus.org/29519650/diff/29526765/new-options.html File new-options.html ...
Aug. 25, 2017, 11:04 a.m. (2017-08-25 11:04:19 UTC) #8
ire
https://codereview.adblockplus.org/29519650/diff/29526765/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29519650/diff/29526765/new-options.js#newcode1004 new-options.js:1004: function showNotification(text) On 2017/08/25 11:04:19, saroyanm wrote: > On ...
Aug. 25, 2017, 12:10 p.m. (2017-08-25 12:10:08 UTC) #9
saroyanm
https://codereview.adblockplus.org/29519650/diff/29526765/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29519650/diff/29526765/new-options.js#newcode1004 new-options.js:1004: function showNotification(text) On 2017/08/25 12:10:07, ire wrote: > On ...
Aug. 25, 2017, 12:22 p.m. (2017-08-25 12:22:57 UTC) #10
ire
https://codereview.adblockplus.org/29519650/diff/29527656/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519650/diff/29527656/new-options.html#newcode380 new-options.html:380: <button id="hide-notification" data-action="hide-notification" aria-label="Close Notification"></button> On 2017/08/25 12:22:56, saroyanm ...
Aug. 25, 2017, 12:43 p.m. (2017-08-25 12:43:45 UTC) #11
saroyanm
https://codereview.adblockplus.org/29519650/diff/29527656/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519650/diff/29527656/new-options.html#newcode380 new-options.html:380: <button id="hide-notification" data-action="hide-notification" aria-label="Close Notification"></button> On 2017/08/25 12:43:44, ire ...
Aug. 25, 2017, 1:22 p.m. (2017-08-25 13:22:09 UTC) #12
saroyanm
Rebased
Aug. 25, 2017, 1:49 p.m. (2017-08-25 13:49:29 UTC) #13
ire
Aug. 25, 2017, 2:35 p.m. (2017-08-25 14:35:30 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld