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

Issue 7108019: Change Chrome OS version numbers to Platform versions. (Closed)

Created:
9 years, 6 months ago by rkc
Modified:
9 years, 6 months ago
Reviewers:
DaveMoore, Evan Martin
CC:
chromium-reviews, arv (Not doing code reviews), nkostylev+cc_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Change Chrome OS version numbers to Platform versions. Changed the version parsing for Chrome OS if a special function has been called to strip out the leading 0. and major version number. Additionally changed about chrome os, about chrome os -> more info, about:version and the login screen to reflect version numbers more in tune with a 'platform' than OS. BUG=chromium-os:15789 TEST=Viewed all the screens and took screenshots. Screen shots of all effected screens are attached to the cros bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88440

Patch Set 1 #

Patch Set 2 : Comment fixes. #

Total comments: 6

Patch Set 3 : RCI #

Patch Set 4 : Fixed cros version so user agent would show correctly also. #

Patch Set 5 : Updated header for 2011 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -19 lines) Patch
M base/sys_info_chromeos.cc View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/background_view.cc View 1 2 4 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/version_loader.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/chromeos/version_loader.cc View 1 2 3 4 4 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/resources/options/about_page.html View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/options/about_page_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
rkc
9 years, 6 months ago (2011-06-08 08:28:31 UTC) #1
rkc
9 years, 6 months ago (2011-06-08 20:56:43 UTC) #2
DaveMoore
http://codereview.chromium.org/7108019/diff/2001/chrome/browser/chromeos/login/background_view.cc File chrome/browser/chromeos/login/background_view.cc (right): http://codereview.chromium.org/7108019/diff/2001/chrome/browser/chromeos/login/background_view.cc#newcode416 chrome/browser/chromeos/login/background_view.cc:416: // TODO(rkc): Fix this. This needs to be in ...
9 years, 6 months ago (2011-06-08 21:10:37 UTC) #3
rkc
http://codereview.chromium.org/7108019/diff/2001/chrome/browser/chromeos/login/background_view.cc File chrome/browser/chromeos/login/background_view.cc (right): http://codereview.chromium.org/7108019/diff/2001/chrome/browser/chromeos/login/background_view.cc#newcode416 chrome/browser/chromeos/login/background_view.cc:416: // TODO(rkc): Fix this. This needs to be in ...
9 years, 6 months ago (2011-06-08 21:39:57 UTC) #4
rkc
Added Evan for the /base review.
9 years, 6 months ago (2011-06-08 22:25:41 UTC) #5
DaveMoore
LGTM except for the base change (which looks pretty hacky to me)
9 years, 6 months ago (2011-06-08 22:39:22 UTC) #6
Evan Martin
LGTM man, that "(0 == i)" style is weird ;)
9 years, 6 months ago (2011-06-08 22:40:03 UTC) #7
Evan Martin
On 2011/06/08 22:39:22, davemoore wrote: > LGTM except for the base change (which looks pretty ...
9 years, 6 months ago (2011-06-08 22:40:49 UTC) #8
rkc
9 years, 6 months ago (2011-06-08 23:30:47 UTC) #9
Discussed this with Evan, so since this is meant really for R12, checking this
in with a minimal code change base/sys_info_chromeos.cc. I'll cleanup the file
on trunk in my next CL.

On 2011/06/08 22:40:49, Evan Martin wrote:
> On 2011/06/08 22:39:22, davemoore wrote:
> > LGTM except for the base change (which looks pretty hacky to me)
> 
> Yeah that's a good point, actually.  Can't this just use base's "Version"
class
> to parse?

Powered by Google App Engine
This is Rietveld 408576698