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

Issue 29578574: Issue 5632 - Use checkboxes for toggling acceptable ads (Closed)

Created:
Oct. 16, 2017, 11:02 a.m. by saroyanm
Modified:
Oct. 23, 2017, 11:16 a.m.
Reviewers:
Thomas Greiner, ire
Visibility:
Public.

Description

Issue 5632 - Use checkboxes for toggling acceptable ads

Patch Set 1 : #

Total comments: 26

Patch Set 2 : Rebased #

Patch Set 3 : Addressed Ire's comments #

Patch Set 4 : Keep the focus of disabled elements #

Total comments: 4

Patch Set 5 : Removed strings #

Total comments: 4

Patch Set 6 : Addressed Ire's comments #

Total comments: 10

Patch Set 7 : Addressed Thomas Comments #

Patch Set 8 : Fixed the duplication #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -53 lines) Patch
M desktop-options.html View 1 2 3 4 5 6 1 chunk +18 lines, -16 lines 0 comments Download
M desktop-options.js View 1 2 3 4 5 6 7 4 chunks +50 lines, -13 lines 0 comments Download
M skin/desktop-options.css View 1 2 3 4 5 2 chunks +17 lines, -24 lines 0 comments Download

Messages

Total messages: 14
saroyanm
@Ire can you please have a look, I'd like to ask you @Thomas to do ...
Oct. 16, 2017, 5:43 p.m. (2017-10-16 17:43:32 UTC) #1
saroyanm
https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode898 desktop-options.js:898: getDocLink("privacy_friendly_ads", (link) => We still missing this redirection link, ...
Oct. 16, 2017, 5:45 p.m. (2017-10-16 17:45:53 UTC) #2
ire
Thanks Manvel. Comments below https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode658 desktop-options.js:658: let isAcceptableAds = value == ...
Oct. 17, 2017, 8:16 a.m. (2017-10-17 08:16:35 UTC) #3
saroyanm
New patch uploaded. I'll try to think about solution for the focus issue of the ...
Oct. 17, 2017, 7:23 p.m. (2017-10-17 19:23:08 UTC) #4
saroyanm
New patch uploaded. https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode1051 desktop-options.js:1051: acceptableAdsPrivacy.disabled = true; On 2017/10/17 19:23:07, ...
Oct. 17, 2017, 7:54 p.m. (2017-10-17 19:54:30 UTC) #5
saroyanm
https://codereview.adblockplus.org/29578574/diff/29581910/locale/en_US/desktop-options.json File locale/en_US/desktop-options.json (right): https://codereview.adblockplus.org/29578574/diff/29581910/locale/en_US/desktop-options.json#newcode2 locale/en_US/desktop-options.json:2: "options_page_title": { Note: we shouldn't add/change strings because of ...
Oct. 18, 2017, 11:17 a.m. (2017-10-18 11:17:55 UTC) #6
ire
Thanks. A few more comments. https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode658 desktop-options.js:658: let isAcceptableAds = value ...
Oct. 18, 2017, 5:48 p.m. (2017-10-18 17:48:46 UTC) #7
saroyanm
New patch uploaded. https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode658 desktop-options.js:658: let isAcceptableAds = value == "ads"; ...
Oct. 19, 2017, 8:42 p.m. (2017-10-19 20:42:00 UTC) #8
ire
LGTM https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29580578/desktop-options.js#newcode658 desktop-options.js:658: let isAcceptableAds = value == "ads"; On 2017/10/19 ...
Oct. 20, 2017, 8:14 a.m. (2017-10-20 08:14:42 UTC) #9
Thomas Greiner
https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.html File desktop-options.html (right): https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.html#newcode113 desktop-options.html:113: </a> Detail: We don't want to hyperlink the entire ...
Oct. 20, 2017, 3:35 p.m. (2017-10-20 15:35:04 UTC) #10
saroyanm
Thanks Thomas, new patch uploaded. https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.html File desktop-options.html (right): https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.html#newcode113 desktop-options.html:113: </a> On 2017/10/20 15:35:03, ...
Oct. 20, 2017, 4:42 p.m. (2017-10-20 16:42:07 UTC) #11
Thomas Greiner
https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.js#newcode562 desktop-options.js:562: if (element.getAttribute("aria-disabled") == "true") On 2017/10/20 16:42:06, saroyanm wrote: ...
Oct. 20, 2017, 5:59 p.m. (2017-10-20 17:59:58 UTC) #12
saroyanm
New patch uploaded https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.js File desktop-options.js (right): https://codereview.adblockplus.org/29578574/diff/29583616/desktop-options.js#newcode562 desktop-options.js:562: if (element.getAttribute("aria-disabled") == "true") On 2017/10/20 ...
Oct. 20, 2017, 7:06 p.m. (2017-10-20 19:06:47 UTC) #13
Thomas Greiner
Oct. 20, 2017, 7:13 p.m. (2017-10-20 19:13:06 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld