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

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)

Created:
July 27, 2015, 11:53 a.m. by Oleksandr
Modified:
Oct. 7, 2015, 8:58 a.m.
Reviewers:
saroyanm
CC:
Felix Dahlke
Visibility:
Public.

Description

Create Microsoft Edge coming soon landing page

Patch Set 1 #

Patch Set 2 : Support email verification. #

Patch Set 3 : Refactor according to the style guide. #

Total comments: 16

Patch Set 4 : Addressing comments. #

Patch Set 5 : Rebased to the current tip. #

Total comments: 18

Patch Set 6 : Addressing more comments. #

Total comments: 6

Patch Set 7 : Do not use IDs in HTML, consider RTL and more comments addressing. #

Total comments: 15

Patch Set 8 : Remove unneeded CSS rules. Reoganize the CSS. Improve readability of JS. #

Total comments: 9

Patch Set 9 : Make the subscription form more generic for future reuse. #

Total comments: 5

Patch Set 10 : Reorganize some CSS rules. #

Patch Set 11 : Process sprites with pngout too. #

Total comments: 4

Patch Set 12 : Use querySelectorAll instead of getElementsByClassName. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -19 lines) Patch
M includes/index.tmpl View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +35 lines, -0 lines 0 comments Download
R pages/adblock-browser/verification-success.html View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
A pages/edge.md View 1 chunk +1 line, -0 lines 0 comments Download
A pages/verification-success.html View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M static/css/index.css View 1 2 3 4 5 6 7 8 9 4 chunks +88 lines, -3 lines 0 comments Download
M static/css/index-desktop.css View 1 2 3 4 5 6 7 8 9 3 chunks +30 lines, -3 lines 0 comments Download
M static/css/index-mobile.css View 1 2 3 4 5 6 7 8 9 4 chunks +19 lines, -3 lines 0 comments Download
A static/img/edge_teaser.png View 1 2 3 Binary file 0 comments Download
M static/img/sprite-index.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M static/js/index.js View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +123 lines, -5 lines 0 comments Download

Messages

Total messages: 20
Oleksandr
July 27, 2015, 12:02 p.m. (2015-07-27 12:02:27 UTC) #1
Oleksandr
Aug. 13, 2015, 4:16 a.m. (2015-08-13 04:16:22 UTC) #2
saroyanm
Please also process Coming soon image with pngout https://codereview.adblockplus.org/29322769/diff/29323520/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29323520/includes/index.tmpl#newcode36 includes/index.tmpl:36: <script ...
Aug. 20, 2015, 8:54 p.m. (2015-08-20 20:54:54 UTC) #3
Oleksandr
https://codereview.adblockplus.org/29322769/diff/29323520/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29323520/includes/index.tmpl#newcode118 includes/index.tmpl:118: params += "&edge=" + "true"; On 2015/08/20 20:54:53, saroyanm ...
Aug. 26, 2015, 12:19 a.m. (2015-08-26 00:19:30 UTC) #4
Oleksandr
Rebased
Sept. 21, 2015, 11:11 p.m. (2015-09-21 23:11:27 UTC) #5
saroyanm
https://codereview.adblockplus.org/29322769/diff/29328465/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29328465/includes/index.tmpl#newcode68 includes/index.tmpl:68: <li id="feature-edge" itemprop="featureList"> It's not part of the feature ...
Sept. 22, 2015, 1:15 p.m. (2015-09-22 13:15:47 UTC) #6
Oleksandr
https://codereview.adblockplus.org/29322769/diff/29328465/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29328465/includes/index.tmpl#newcode68 includes/index.tmpl:68: <li id="feature-edge" itemprop="featureList"> On 2015/09/22 13:15:45, saroyanm wrote: > ...
Sept. 23, 2015, 12:37 a.m. (2015-09-23 00:37:58 UTC) #7
saroyanm
Can you also please fix the issue number, I do not have edit rights ? ...
Sept. 23, 2015, 12:44 p.m. (2015-09-23 12:44:22 UTC) #8
Oleksandr
I think all of your comments have been addressed. Javascript looks kind of wonky IMO, ...
Sept. 24, 2015, 2:34 a.m. (2015-09-24 02:34:05 UTC) #9
saroyanm
On 2015/09/24 02:34:05, Oleksandr wrote: > I think all of your comments have been addressed. ...
Sept. 24, 2015, 8:28 a.m. (2015-09-24 08:28:17 UTC) #10
saroyanm
On 2015/09/24 08:28:17, saroyanm wrote: > On 2015/09/24 02:34:05, Oleksandr wrote: > > I think ...
Sept. 24, 2015, 2:51 p.m. (2015-09-24 14:51:31 UTC) #11
saroyanm
https://codereview.adblockplus.org/29322769/diff/29328556/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29328556/includes/index.tmpl#newcode75 includes/index.tmpl:75: <form accept-charset="utf-8" action="/submitEmail" method="post"> Can you please hardcode the ...
Sept. 24, 2015, 2:52 p.m. (2015-09-24 14:52:06 UTC) #12
Oleksandr
https://codereview.adblockplus.org/29322769/diff/29328556/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29322769/diff/29328556/static/js/index.js#newcode87 static/js/index.js:87: params += "&lang=" + pathArray[1]; On 2015/09/24 14:52:04, saroyanm ...
Sept. 25, 2015, 12:35 a.m. (2015-09-25 00:35:49 UTC) #13
saroyanm
I think we almost there, I think soon the code will be reusable for other ...
Sept. 29, 2015, 9:58 a.m. (2015-09-29 09:58:42 UTC) #14
Oleksandr
https://codereview.adblockplus.org/29322769/diff/29328636/static/js/index.js File static/js/index.js (right): https://codereview.adblockplus.org/29322769/diff/29328636/static/js/index.js#newcode49 static/js/index.js:49: var emailTextbox = edgeSubscription.getElementsByClassName("subscribe-textbox")[0]; On 2015/09/29 09:58:40, saroyanm wrote: ...
Sept. 30, 2015, 8:17 a.m. (2015-09-30 08:17:04 UTC) #15
saroyanm
Almost there. @Ollie can you also be sure that the images in this review also ...
Sept. 30, 2015, 12:33 p.m. (2015-09-30 12:33:05 UTC) #16
Oleksandr
Done. I hope I understood your intentions correctly. The edge-teaser was already compressed in patchset ...
Sept. 30, 2015, 2:36 p.m. (2015-09-30 14:36:04 UTC) #17
saroyanm
Just noticed a compatibility issue, but should be easy to fix. https://codereview.adblockplus.org/29322769/diff/29328722/includes/index.tmpl File includes/index.tmpl (right): ...
Sept. 30, 2015, 3:38 p.m. (2015-09-30 15:38:40 UTC) #18
Oleksandr
Patch set 12! 'nuff said :) https://codereview.adblockplus.org/29322769/diff/29328722/includes/index.tmpl File includes/index.tmpl (right): https://codereview.adblockplus.org/29322769/diff/29328722/includes/index.tmpl#newcode151 includes/index.tmpl:151: <img id="edge-teaser" src="/img/edge_teaser.png"> ...
Sept. 30, 2015, 7:57 p.m. (2015-09-30 19:57:28 UTC) #19
saroyanm
Oct. 1, 2015, 10:49 a.m. (2015-10-01 10:49:31 UTC) #20
On 2015/09/30 19:57:28, Oleksandr wrote:
> Patch set 12! 'nuff said :)
> 
> https://codereview.adblockplus.org/29322769/diff/29328722/includes/index.tmpl
> File includes/index.tmpl (right):
> 
>
https://codereview.adblockplus.org/29322769/diff/29328722/includes/index.tmpl...
> includes/index.tmpl:151: <img id="edge-teaser" src="/img/edge_teaser.png">
> On 2015/09/30 15:38:38, saroyanm wrote:
> > Detail: Please also add alt required attribute to img tag and close the tag
> ex.:
> > <img id="edge-teaser" src="/img/edge_teaser.png" alt="{{"Comming soon image
of
> > Adblock Plus for Microsoft Edge"|translate("edge-teaser")}}" />
> 
> The maxthon image above also needs this fix, but I think it would be better
done
> in a separate patch set.

LGTM

Maybe it will make sense to do a cosmetic change afterward, IMO the Error
message and Success message doesn't look nice, the success message also not
noticeable.

Powered by Google App Engine
This is Rietveld