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

Issue 29519669: Issue 5539 - Implement "Acceptable Ads notification" (Closed)

Created:
Aug. 18, 2017, 11:51 p.m. by saroyanm
Modified:
Sept. 22, 2017, 12:49 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

Please apply patch on top of "Patchset #3" of main General Tab review -> https://codereview.adblockplus.org/29478597/

Patch Set 1 #

Total comments: 23

Patch Set 2 : Rebased #

Total comments: 2

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Rebased #

Patch Set 6 : #

Total comments: 6

Patch Set 7 : Rebased #

Patch Set 8 : Addressed Thomas comment from patchset 6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -9 lines) Patch
M background.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M locale/en-US/new-options.json View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
M new-options.html View 1 2 3 4 5 6 2 chunks +22 lines, -0 lines 0 comments Download
M new-options.js View 1 2 3 4 5 6 7 7 chunks +34 lines, -7 lines 0 comments Download
M skin/new-options.css View 1 2 3 4 5 6 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 14
saroyanm
I prepared this patch as well, to just rebase after we done with General tab ...
Aug. 19, 2017, midnight (2017-08-19 00:00:40 UTC) #1
Thomas Greiner
https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json#newcode428 locale/en-US/new-options.json:428: "message": "You currently allow Acceptable Ads to be shown. ...
Aug. 25, 2017, 6:44 p.m. (2017-08-25 18:44:52 UTC) #2
saroyanm
Thanks Thomas for reviewing the changes. https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json#newcode428 locale/en-US/new-options.json:428: "message": "You currently ...
Aug. 27, 2017, 4:25 p.m. (2017-08-27 16:25:29 UTC) #3
Thomas Greiner
https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29519669/diff/29519670/locale/en-US/new-options.json#newcode428 locale/en-US/new-options.json:428: "message": "You currently allow Acceptable Ads to be shown. ...
Aug. 29, 2017, 10:20 a.m. (2017-08-29 10:20:42 UTC) #4
saroyanm
Rebased, will adjust styles and address comments soon. https://codereview.adblockplus.org/29519669/diff/29544680/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519669/diff/29544680/new-options.html#newcode339 new-options.html:339: <span ...
Sept. 14, 2017, 2:31 p.m. (2017-09-14 14:31:18 UTC) #5
saroyanm
Sorry that it took so long: * Rebased * Comments addressed * New patch uploaded. ...
Sept. 14, 2017, 9:56 p.m. (2017-09-14 21:56:15 UTC) #6
Thomas Greiner
https://codereview.adblockplus.org/29519669/diff/29544700/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519669/diff/29544700/new-options.html#newcode403 new-options.html:403: <button class="i18n_options_dialog_tracking_disallow secondary" data-pref="ui_warn_tracking" data-action="disallow-tracking,toggle-pref,close-dialog"></button> We should probably not ...
Sept. 15, 2017, 4:15 p.m. (2017-09-15 16:15:24 UTC) #7
saroyanm
New patch uploaded https://codereview.adblockplus.org/29519669/diff/29544700/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29519669/diff/29544700/new-options.html#newcode403 new-options.html:403: <button class="i18n_options_dialog_tracking_disallow secondary" data-pref="ui_warn_tracking" data-action="disallow-tracking,toggle-pref,close-dialog"></button> On ...
Sept. 15, 2017, 6:37 p.m. (2017-09-15 18:37:35 UTC) #8
saroyanm
Rebased
Sept. 18, 2017, 10:41 a.m. (2017-09-18 10:41:23 UTC) #9
Thomas Greiner
Just one more thing to avoid a race condition. https://codereview.adblockplus.org/29519669/diff/29545694/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29519669/diff/29545694/new-options.js#newcode1206 new-options.js:1206: ...
Sept. 20, 2017, 12:44 p.m. (2017-09-20 12:44:10 UTC) #10
saroyanm
Thanks Thomas, new patch uploaded and is ready for the review. https://codereview.adblockplus.org/29519669/diff/29545694/new-options.js File new-options.js (right): ...
Sept. 21, 2017, 3:50 p.m. (2017-09-21 15:50:41 UTC) #11
Thomas Greiner
https://codereview.adblockplus.org/29519669/diff/29551685/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29519669/diff/29551685/new-options.js#newcode1202 new-options.js:1202: getPref("ui_warn_tracking", (showTrackingWarning) => On 2017/09/21 15:50:40, saroyanm wrote: > ...
Sept. 22, 2017, 10:05 a.m. (2017-09-22 10:05:44 UTC) #12
saroyanm
Rebased and new patch uploaded. https://codereview.adblockplus.org/29519669/diff/29551685/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29519669/diff/29551685/new-options.js#newcode1202 new-options.js:1202: getPref("ui_warn_tracking", (showTrackingWarning) => On ...
Sept. 22, 2017, 10:33 a.m. (2017-09-22 10:33:23 UTC) #13
Thomas Greiner
Sept. 22, 2017, 11:59 a.m. (2017-09-22 11:59:01 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld