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

Issue 29341378: Issue 4027 - make the download button available for windows insider users (Closed)

Created:
May 13, 2016, 10:19 a.m. by saroyanm
Modified:
May 18, 2016, 12:57 p.m.
Visibility:
Public.

Description

Issue 4027 - make the download button available for windows insider users

Patch Set 1 : #

Total comments: 13

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Uploaded new image #

Total comments: 2

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -7 lines) Patch
M includes/index.tmpl View 1 2 chunks +2 lines, -1 line 0 comments Download
M static/css/index.css View 6 chunks +17 lines, -6 lines 0 comments Download
M static/img/edge_teaser.png View 1 2 Binary file 0 comments Download
M static/js/index.js View 1 2 3 1 chunk +13 lines, -0 lines 2 comments Download

Messages

Total messages: 11
saroyanm
Guys I left some comments in the codereview while it will be I think more ...
May 13, 2016, 10:50 a.m. (2016-05-13 10:50:21 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29341378/diff/29341394/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29341378/diff/29341394/includes/index.tmpl#newcode72 includes/index.tmpl:72: {{"Adblock Plus is ​<a href='https://www.microsoft.com/store/apps/adblock-plus/9nblggh4r9nz' target='_blank'>available</a> for Windows Insiders ...
May 17, 2016, 8:50 a.m. (2016-05-17 08:50:14 UTC) #2
saroyanm
https://codereview.adblockplus.org/29341378/diff/29341394/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29341378/diff/29341394/includes/index.tmpl#newcode72 includes/index.tmpl:72: {{"Adblock Plus is ​<a href='https://www.microsoft.com/store/apps/adblock-plus/9nblggh4r9nz' target='_blank'>available</a> for Windows Insiders ...
May 17, 2016, 12:38 p.m. (2016-05-17 12:38:54 UTC) #3
Sebastian Noack
Also I don't think that we should push/publish this change until have the new image, ...
May 17, 2016, 5:02 p.m. (2016-05-17 17:02:11 UTC) #4
saroyanm
New image uploaded https://codereview.adblockplus.org/29341378/diff/29341478/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29341378/diff/29341478/static/js/index.js#newcode38 static/js/index.js:38: if(content.className.indexOf("edge") == -1 || !window.navigator.userAgent) On ...
May 18, 2016, 12:03 p.m. (2016-05-18 12:03:42 UTC) #5
Sebastian Noack
You compressed the image with pngout, didn't you? https://codereview.adblockplus.org/29341378/diff/29342777/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29341378/diff/29342777/static/js/index.js#newcode37 static/js/index.js:37: var ...
May 18, 2016, 12:06 p.m. (2016-05-18 12:06:39 UTC) #6
saroyanm
On 2016/05/18 12:06:39, Sebastian Noack wrote: > You compressed the image with pngout, didn't you? ...
May 18, 2016, 12:13 p.m. (2016-05-18 12:13:35 UTC) #7
saroyanm
https://codereview.adblockplus.org/29341378/diff/29342777/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29341378/diff/29342777/static/js/index.js#newcode37 static/js/index.js:37: var content = document.getElementById("content"); On 2016/05/18 12:06:38, Sebastian Noack ...
May 18, 2016, 12:14 p.m. (2016-05-18 12:14:10 UTC) #8
Sebastian Noack
LGTM
May 18, 2016, 12:19 p.m. (2016-05-18 12:19:29 UTC) #9
Oleksandr
https://codereview.adblockplus.org/29341378/diff/29342784/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29341378/diff/29342784/static/js/index.js#newcode42 static/js/index.js:42: if (match && parseFloat(match[1]) >= 14.14342 && 14 is ...
May 18, 2016, 12:53 p.m. (2016-05-18 12:53:16 UTC) #10
Sebastian Noack
May 18, 2016, 12:57 p.m. (2016-05-18 12:57:26 UTC) #11
Message was sent while issue was closed.
https://codereview.adblockplus.org/29341378/diff/29342784/static/js/index.js
File static/js/index.js (right):

https://codereview.adblockplus.org/29341378/diff/29342784/static/js/index.js#...
static/js/index.js:42: if (match && parseFloat(match[1]) >= 14.14342 &&
On 2016/05/18 12:53:15, Oleksandr wrote:
> 14 is a version of an EdgeHTML. 14342 is a Windows build number. Logically I
> think we should check only the Windows build number. EdgeHTML version might
not
> be connected to the extensions functionality at all.
> 
> See:
>
https://blogs.windows.com/msedgedev/2015/09/21/understanding-versions-in-an-e...

Yeah, I agree. However, it seems, the change already landed.

Powered by Google App Engine
This is Rietveld