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

Issue 11039060: first run page redesign (Closed)

Created:
July 15, 2013, 12:39 p.m. by sven
Modified:
Nov. 8, 2013, 11:26 a.m.
Visibility:
Public.

Description

first run page redesign

Patch Set 1 #

Patch Set 2 : #

Total comments: 42

Patch Set 3 : sharing box and feaure list formed into correct wraps #

Total comments: 14

Patch Set 4 : #

Total comments: 6

Patch Set 5 : modified installation label #

Total comments: 30

Patch Set 6 : tansition changed, set Links fixed #

Patch Set 7 : new share part, transition changed with own method #

Total comments: 25

Patch Set 8 : codereview updates fixed and added hover effects and new arrows #

Total comments: 10

Patch Set 9 : codereview update #

Total comments: 4

Patch Set 10 : codereview updates #

Total comments: 6

Patch Set 11 : codereview updates #

Total comments: 7

Patch Set 12 : chinese version added #

Total comments: 3

Patch Set 13 : last small review changes #

Total comments: 7

Patch Set 14 : improve after wladimirs code review #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+683 lines, -374 lines) Patch
M build.py View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/content/ui/firstRun.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +115 lines, -54 lines 0 comments Download
M chrome/content/ui/firstRun.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +32 lines, -47 lines 1 comment Download
M chrome/locale/en-US/firstRun.properties View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +24 lines, -16 lines 0 comments Download
M chrome/skin/abp-icon-big.png View Binary file 0 comments Download
A chrome/skin/arrow-down.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A chrome/skin/arrow-up.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A chrome/skin/background-candomore.png View Binary file 0 comments Download
A chrome/skin/background-main.png View Binary file 0 comments Download
A chrome/skin/background-share.png View Binary file 0 comments Download
A chrome/skin/donate.png View Binary file 0 comments Download
M chrome/skin/features/malware.png View Binary file 0 comments Download
M chrome/skin/features/social.png View Binary file 0 comments Download
M chrome/skin/features/tracking.png View Binary file 0 comments Download
M chrome/skin/firstRun.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +505 lines, -250 lines 5 comments Download
A chrome/skin/fonts/CreteRound-Italic.otf View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/skin/fonts/CreteRound-Regular.otf View 1 2 3 4 5 6 Binary file 0 comments Download
M chrome/skin/social/facebook.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/skin/social/googleplus.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/skin/social/renren.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download
M chrome/skin/social/twitter.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/skin/social/weibo.png View 1 2 3 4 5 6 7 8 9 10 11 Binary file 0 comments Download

Messages

Total messages: 26
Thomas Greiner
Quite a bunch of changes necessary. Also don't add typo.png again - it's no longer ...
July 15, 2013, 5:37 p.m. (2013-07-15 17:37:01 UTC) #1
sven
July 22, 2013, 7:55 a.m. (2013-07-22 07:55:51 UTC) #2
sven
July 24, 2013, 11:27 a.m. (2013-07-24 11:27:55 UTC) #3
Thomas Greiner
Mostly styling issues. http://codereview.adblockplus.org/11039060/diff/28001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11039060/diff/28001/chrome/content/ui/firstRun.html#newcode36 chrome/content/ui/firstRun.html:36: <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> Change to ...
July 26, 2013, 2:22 p.m. (2013-07-26 14:22:55 UTC) #4
sven
July 31, 2013, 10:32 a.m. (2013-07-31 10:32:22 UTC) #5
sven
July 31, 2013, 12:47 p.m. (2013-07-31 12:47:37 UTC) #6
sven
Aug. 6, 2013, 3:57 p.m. (2013-08-06 15:57:35 UTC) #7
Thomas Greiner
1. Use !important only in cases when there's absolutely no other way. 2. I hope ...
Aug. 7, 2013, 2:17 p.m. (2013-08-07 14:17:53 UTC) #8
sven
Aug. 14, 2013, 4:09 p.m. (2013-08-14 16:09:56 UTC) #9
Thomas Greiner
Almost there. http://codereview.adblockplus.org/11039060/diff/91001/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11039060/diff/91001/chrome/content/ui/firstRun.js#newcode93 chrome/content/ui/firstRun.js:93: if (activateFeatures.getAttribute("class") == "overview") You can use ...
Aug. 22, 2013, 10:42 a.m. (2013-08-22 10:42:12 UTC) #10
sven
Aug. 23, 2013, 2:33 p.m. (2013-08-23 14:33:51 UTC) #11
Thomas Greiner
http://codereview.adblockplus.org/11039060/diff/101002/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11039060/diff/101002/chrome/content/ui/firstRun.js#newcode99 chrome/content/ui/firstRun.js:99: activateFeatures.classList.add("expanded"); Review comment not addressed. http://codereview.adblockplus.org/11039060/diff/101002/chrome/skin/firstRun.css File chrome/skin/firstRun.css (right): ...
Aug. 26, 2013, 11:33 a.m. (2013-08-26 11:33:50 UTC) #12
sven
Aug. 26, 2013, 3:44 p.m. (2013-08-26 15:44:38 UTC) #13
Thomas Greiner
LGTM with those remaining comments addressed http://codereview.adblockplus.org/11039060/diff/110003/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11039060/diff/110003/chrome/content/ui/firstRun.js#newcode165 chrome/content/ui/firstRun.js:165: function scrollPage() Doesn't ...
Aug. 26, 2013, 4:25 p.m. (2013-08-26 16:25:04 UTC) #14
sven
Aug. 27, 2013, 1:20 p.m. (2013-08-27 13:20:25 UTC) #15
sven
Sept. 23, 2013, 1:43 p.m. (2013-09-23 13:43:12 UTC) #16
Thomas Greiner
http://codereview.adblockplus.org/11039060/diff/130001/chrome/skin/firstRun.css File chrome/skin/firstRun.css (right): http://codereview.adblockplus.org/11039060/diff/130001/chrome/skin/firstRun.css#newcode194 chrome/skin/firstRun.css:194: -webkit-transition: 0.5s linear; Property name is missing and behavior ...
Sept. 27, 2013, 10:17 a.m. (2013-09-27 10:17:20 UTC) #17
sven
Sept. 30, 2013, 2:29 p.m. (2013-09-30 14:29:16 UTC) #18
Wladimir Palant
http://codereview.adblockplus.org/11039060/diff/117001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11039060/diff/117001/chrome/content/ui/firstRun.html#newcode147 chrome/content/ui/firstRun.html:147: <a id="contributors">Contributor Credits</a> This string should be localized. http://codereview.adblockplus.org/11039060/diff/117001/chrome/content/ui/firstRun.js ...
Oct. 2, 2013, 1:21 p.m. (2013-10-02 13:21:39 UTC) #19
Wladimir Palant
Looks like I was partly reviewing an older patchset. Other than the one below my ...
Oct. 2, 2013, 1:25 p.m. (2013-10-02 13:25:43 UTC) #20
sven
Oct. 4, 2013, 4:50 p.m. (2013-10-04 16:50:39 UTC) #21
Wladimir Palant
LGTM with the minimal changes outlined below. http://codereview.adblockplus.org/11039060/diff/164002/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11039060/diff/164002/chrome/content/ui/firstRun.js#newcode102 chrome/content/ui/firstRun.js:102: } Nit: ...
Oct. 5, 2013, 9:15 a.m. (2013-10-05 09:15:59 UTC) #22
Wladimir Palant
I pushed the following changesets: Patchset 15 here: https://hg.adblockplus.org/adblockplus/rev/d1b20ac55a50 Addressing my remaining comments: https://hg.adblockplus.org/adblockplus/rev/46952b500bfd Fixing ...
Oct. 5, 2013, 10:15 a.m. (2013-10-05 10:15:58 UTC) #23
Thomas Greiner
@Wladimir LGTM @Sven Found one more thing. I leave it up to you to decide ...
Oct. 5, 2013, 3:51 p.m. (2013-10-05 15:51:19 UTC) #24
Wladimir Palant
On 2013/10/05 15:51:19, Thomas Greiner wrote: > This is a weird behavior. It's neither restricted ...
Oct. 8, 2013, 6:03 a.m. (2013-10-08 06:03:35 UTC) #25
Thomas Greiner
Oct. 8, 2013, 8:25 a.m. (2013-10-08 08:25:52 UTC) #26
LGTM

Powered by Google App Engine
This is Rietveld