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

Issue 29555782: Issue 5701 - Inconsistent forum links and DNT link (Closed)

Created:
Sept. 25, 2017, 3:30 p.m. by saroyanm
Modified:
Sept. 25, 2017, 9:45 p.m.
Visibility:
Public.

Description

Issue 5701 - Inconsistent forum links and DNT link The DNT redirection in the infrastructure side is under the review -> https://codereview.adblockplus.org/29548672/ But that shouldn't be blocker for this review.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed Sebastian's comments #

Total comments: 4

Patch Set 3 : Fallback #

Total comments: 4

Patch Set 4 : Revert Patch set #3 #

Patch Set 5 : Use placeholder for application #

Total comments: 5

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M messageResponder.js View 1 2 3 4 5 1 chunk +9 lines, -1 line 0 comments Download
M new-options.html View 1 chunk +1 line, -1 line 0 comments Download
M new-options.js View 1 2 3 4 5 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 15
saroyanm
@Thomas can you please have a look on this review please ? https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js File new-options.js ...
Sept. 25, 2017, 3:59 p.m. (2017-09-25 15:59:50 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js#newcode872 new-options.js:872: { On 2017/09/25 15:59:50, saroyanm wrote: > I wonder ...
Sept. 25, 2017, 4:05 p.m. (2017-09-25 16:05:55 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js#newcode870 new-options.js:870: Promise.all([getPromisedInfo("platform"), getPromisedInfo("application")]) Perhaps it would be simpler to move ...
Sept. 25, 2017, 4:12 p.m. (2017-09-25 16:12:48 UTC) #3
saroyanm
Thanks for having look into this review Sebastian. New patch is uploaded. https://codereview.adblockplus.org/29555782/diff/29555783/new-options.js File new-options.js ...
Sept. 25, 2017, 4:34 p.m. (2017-09-25 16:34:24 UTC) #4
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js#newcode878 new-options.js:878: else if (platform == "gecko") Hmm I think in ...
Sept. 25, 2017, 4:44 p.m. (2017-09-25 16:44:47 UTC) #5
saroyanm
New patch uploaded. https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js#newcode878 new-options.js:878: else if (platform == "gecko") On ...
Sept. 25, 2017, 4:55 p.m. (2017-09-25 16:55:07 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js#newcode878 new-options.js:878: else if (platform == "gecko") On 2017/09/25 16:44:46, saroyanm ...
Sept. 25, 2017, 5:09 p.m. (2017-09-25 17:09:22 UTC) #7
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29555782/diff/29555819/new-options.js#newcode878 new-options.js:878: else if (platform == "gecko") On 2017/09/25 17:09:22, Sebastian ...
Sept. 25, 2017, 6:07 p.m. (2017-09-25 18:07:54 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29555782/diff/29555823/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555823/messageResponder.js#newcode182 messageResponder.js:182: if (message.what == "browserInfo") On 2017/09/25 18:07:53, saroyanm wrote: ...
Sept. 25, 2017, 7:07 p.m. (2017-09-25 19:07:47 UTC) #9
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555823/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555823/messageResponder.js#newcode182 messageResponder.js:182: if (message.what == "browserInfo") On 2017/09/25 19:07:47, Sebastian Noack ...
Sept. 25, 2017, 8:50 p.m. (2017-09-25 20:50:12 UTC) #10
Sebastian Noack
https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js#newcode160 messageResponder.js:160: let {application, platform} = info; Nit: I personally wouldn't ...
Sept. 25, 2017, 9:03 p.m. (2017-09-25 21:03:22 UTC) #11
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js#newcode167 messageResponder.js:167: return Utils.getDocLink(link); On 2017/09/25 21:03:22, Sebastian Noack wrote: > ...
Sept. 25, 2017, 9:17 p.m. (2017-09-25 21:17:33 UTC) #12
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js#newcode160 messageResponder.js:160: let {application, platform} = info; On 2017/09/25 21:03:22, Sebastian ...
Sept. 25, 2017, 9:21 p.m. (2017-09-25 21:21:46 UTC) #13
saroyanm
https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29555782/diff/29555857/messageResponder.js#newcode167 messageResponder.js:167: return Utils.getDocLink(link); On 2017/09/25 21:17:33, saroyanm wrote: > On ...
Sept. 25, 2017, 9:28 p.m. (2017-09-25 21:28:00 UTC) #14
Sebastian Noack
Sept. 25, 2017, 9:36 p.m. (2017-09-25 21:36:24 UTC) #15
LGTM

Powered by Google App Engine
This is Rietveld