Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Issue 10928061: About page UI: add confirmation message for release channel switch. (Closed)

Created:
8 years, 3 months ago by hshi1
Modified:
8 years, 3 months ago
Reviewers:
xiyuan, James Hawkins, csilv
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

About page UI: add confirmation message for release channel switch. As suggested by joshwoodwards@: a) Move updating status above "more info" section so it isn't pushed to the bottom of the page; b) Once a user switches channels, a confirmation message should appear just below the drop-down. BUG=139622 TEST=lumpy Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155706

Patch Set 1 #

Patch Set 2 : Use the i18n string for the channel switch string. #

Total comments: 2

Patch Set 3 : Nit: add '.' at the end. #

Patch Set 4 : Help.js only needs the this.channelName_ for chromeOS. For other OS the strings are undefined. #

Total comments: 4

Patch Set 5 : Fix help.js indentation as suggested by jhawkins. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/help/help.css View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/help/help.html View 3 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/resources/help/help.js View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
hshi1
UI change based on Josh's mockup: http://code.google.com/p/chromium/issues/detail?id=139622#c8 Please take a look,thanks!
8 years, 3 months ago (2012-09-07 21:15:07 UTC) #1
hshi1
+xiyuan also to review the UI change, thanks!
8 years, 3 months ago (2012-09-07 21:27:25 UTC) #2
xiyuan
lgtm http://codereview.chromium.org/10928061/diff/2002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10928061/diff/2002/chrome/app/generated_resources.grd#newcode9389 chrome/app/generated_resources.grd:9389: + You have switched to the <ph name="CHANNEL_NAME">$1<ex>Stable</ex></ph> ...
8 years, 3 months ago (2012-09-07 22:02:56 UTC) #3
hshi1
http://codereview.chromium.org/10928061/diff/2002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10928061/diff/2002/chrome/app/generated_resources.grd#newcode9389 chrome/app/generated_resources.grd:9389: + You have switched to the <ph name="CHANNEL_NAME">$1<ex>Stable</ex></ph> channel ...
8 years, 3 months ago (2012-09-07 22:05:20 UTC) #4
hshi1
I just realized that generated_resources.grd owner is *. Adding csilv@ who's on the owners list ...
8 years, 3 months ago (2012-09-07 23:11:36 UTC) #5
James Hawkins
http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.html File chrome/browser/resources/help/help.html (right): http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.html#newcode41 chrome/browser/resources/help/help.html:41: <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> Why is this ...
8 years, 3 months ago (2012-09-09 18:08:29 UTC) #6
hshi1
http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.html File chrome/browser/resources/help/help.html (right): http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.html#newcode41 chrome/browser/resources/help/help.html:41: <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> On 2012/09/09 18:08:29, ...
8 years, 3 months ago (2012-09-10 03:58:31 UTC) #7
James Hawkins
lgtm
8 years, 3 months ago (2012-09-10 04:00:02 UTC) #8
hshi1
http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.js File chrome/browser/resources/help/help.js (right): http://codereview.chromium.org/10928061/diff/6010/chrome/browser/resources/help/help.js#newcode225 chrome/browser/resources/help/help.js:225: loadTimeData.getStringF('channel-changed', this.channelName_[channel]); On 2012/09/09 18:08:29, James Hawkins wrote: > ...
8 years, 3 months ago (2012-09-10 06:16:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hshi@chromium.org/10928061/12
8 years, 3 months ago (2012-09-10 06:52:46 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-10 11:26:57 UTC) #11
Change committed as 155706

Powered by Google App Engine
This is Rietveld 408576698