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

Issue 29488575: Issue 5384 - Introduced dedicated mobile options page (Closed)

Created:
July 13, 2017, 2:54 p.m. by Thomas Greiner
Modified:
Aug. 28, 2017, 4:22 p.m.
Reviewers:
saroyanm
Visibility:
Public.

Description

Issue 5384 - Introduced dedicated mobile options page

Patch Set 1 #

Total comments: 46

Patch Set 2 : Encapsulated mobile-options.js script #

Patch Set 3 : Addressed mobile-options.js comments #

Total comments: 55

Patch Set 4 : #

Total comments: 30

Patch Set 5 : Fixed linter errors #

Patch Set 6 : Rebased to master #

Patch Set 7 : Removed menu item and fixed new linter error #

Patch Set 8 : Added ID constants #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1124 lines, -43 lines) Patch
M README.md View 1 chunk +13 lines, -0 lines 0 comments Download
M background.js View 1 2 3 4 5 9 chunks +71 lines, -35 lines 0 comments Download
M ext/background.js View 1 chunk +1 line, -1 line 0 comments Download
A locale/en-US/mobile-options.json View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
M messageResponder.js View 1 2 3 4 3 chunks +17 lines, -7 lines 0 comments Download
A mobile-options.html View 1 2 3 4 5 6 1 chunk +98 lines, -0 lines 0 comments Download
A mobile-options.js View 1 2 3 4 5 6 7 1 chunk +447 lines, -0 lines 0 comments Download
A skin/fonts/Source-Sans-Pro/300.woff2 View 1 2 3 Binary file 0 comments Download
A skin/fonts/Source-Sans-Pro/400.woff2 View 1 2 3 Binary file 0 comments Download
A skin/fonts/Source-Sans-Pro/700.woff2 View 1 2 3 Binary file 0 comments Download
A skin/mobile-options.css View 1 2 3 4 5 6 1 chunk +372 lines, -0 lines 0 comments Download
A skin/mobile/abp-logo.svg View 1 chunk +28 lines, -0 lines 0 comments Download
A skin/mobile/checkmark.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A skin/mobile/toggle.png View Binary file 0 comments Download
A skin/mobile/trash.svg View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18
Thomas Greiner
July 13, 2017, 2:57 p.m. (2017-07-13 14:57:40 UTC) #1
saroyanm
Thanks Thomas for uploading the review, As it's bit bigger than I expected, I only ...
July 18, 2017, 12:46 p.m. (2017-07-18 12:46:29 UTC) #2
Thomas Greiner
Thanks for the quick feedback and enjoy your vacation! In the meantime I uploaded two ...
July 18, 2017, 5:42 p.m. (2017-07-18 17:42:33 UTC) #3
saroyanm
Thanks Thomas all your replies. I think I'll have another round of review today. https://codereview.adblockplus.org/29488575/diff/29488576/mobile-options.html ...
July 31, 2017, 11:08 a.m. (2017-07-31 11:08:54 UTC) #4
saroyanm
https://codereview.adblockplus.org/29488575/diff/29488576/mobile-options.html File mobile-options.html (right): https://codereview.adblockplus.org/29488575/diff/29488576/mobile-options.html#newcode40 mobile-options.html:40: <label class="toggle-image" for="enabled"></label> On 2017/07/31 11:08:53, saroyanm wrote: > ...
July 31, 2017, 12:18 p.m. (2017-07-31 12:18:41 UTC) #5
saroyanm
Another round is done, I only managed to review CSS file, mostly is just comments ...
July 31, 2017, 3:50 p.m. (2017-07-31 15:50:45 UTC) #6
Thomas Greiner
https://codereview.adblockplus.org/29488575/diff/29491653/mobile-options.js File mobile-options.js (right): https://codereview.adblockplus.org/29488575/diff/29491653/mobile-options.js#newcode294 mobile-options.js:294: ev.preventDefault(); On 2017/07/31 15:50:40, saroyanm wrote: > "ev" is ...
Aug. 1, 2017, 12:50 p.m. (2017-08-01 12:50:09 UTC) #7
Thomas Greiner
What do you think about implementing the mobile UI and applying the style guide changes ...
Aug. 22, 2017, 10:24 a.m. (2017-08-22 10:24:28 UTC) #8
saroyanm
Sorry Thomas that it took so long for me to get back to this review, ...
Aug. 27, 2017, 5:44 p.m. (2017-08-27 17:44:03 UTC) #9
saroyanm
https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js File mobile-options.js (right): https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js#newcode58 mobile-options.js:58: if (onclick) On 2017/08/27 17:44:02, saroyanm wrote: > Considering ...
Aug. 28, 2017, 8:15 a.m. (2017-08-28 08:15:28 UTC) #10
Thomas Greiner
New patch set is up and I rebased it to master. For that I had ...
Aug. 28, 2017, 12:04 p.m. (2017-08-28 12:04:23 UTC) #11
saroyanm
https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.html File mobile-options.html (right): https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.html#newcode67 mobile-options.html:67: <button class="i18n_mops_filterlist_add_url" On 2017/08/28 12:04:20, Thomas Greiner wrote: > ...
Aug. 28, 2017, 12:27 p.m. (2017-08-28 12:27:21 UTC) #12
Thomas Greiner
https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.html File mobile-options.html (right): https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.html#newcode67 mobile-options.html:67: <button class="i18n_mops_filterlist_add_url" On 2017/08/28 12:27:19, saroyanm wrote: > On ...
Aug. 28, 2017, 1:14 p.m. (2017-08-28 13:14:06 UTC) #13
saroyanm
LGTM with a detail and considering the plan of finalizing design implementation/review separately, when it's ...
Aug. 28, 2017, 1:52 p.m. (2017-08-28 13:52:05 UTC) #14
Thomas Greiner
Thanks for the quick review. Please let me know if you want me to elaborate ...
Aug. 28, 2017, 2 p.m. (2017-08-28 14:00:12 UTC) #15
saroyanm
https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js File mobile-options.js (right): https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js#newcode157 mobile-options.js:157: let recommended = get(`#subscriptions-recommended [data-url="${url}"]`); On 2017/08/28 14:00:12, Thomas ...
Aug. 28, 2017, 2:05 p.m. (2017-08-28 14:05:25 UTC) #16
Thomas Greiner
https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js File mobile-options.js (right): https://codereview.adblockplus.org/29488575/diff/29502627/mobile-options.js#newcode157 mobile-options.js:157: let recommended = get(`#subscriptions-recommended [data-url="${url}"]`); On 2017/08/28 14:05:24, saroyanm ...
Aug. 28, 2017, 3:01 p.m. (2017-08-28 15:01:29 UTC) #17
saroyanm
Aug. 28, 2017, 3:21 p.m. (2017-08-28 15:21:19 UTC) #18
LGTM

Powered by Google App Engine
This is Rietveld