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

Issue 7468027: Unify the version string to be displayed on "About Chromium" dialog. (1/6) (Closed)

Created:
9 years, 5 months ago by haraken1
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Unify the version string to be displayed on "About Chromium" dialog. (1/6) We decided to split the changes of issue 7104106 (http://codereview.chromium.org/7104106/) into the following steps. This is the first step of them: (1) Add CreateVersionString() to chrome_version_info.*, update the GTK+ code to use it. (reviewer: erg, tony) (2) Update the mac code to use CreateVersionString(). Update About.xib. (reviewer: mark) (3) Update the views code to use CreateVersionString(). This can happen at the same time as (2). (reviewer: davemoore, tony) (4) Update version.bat to use lastchange.py. (reviewer: evan) (5) Update tweak_info_plist to use lastchange.py. This can happen at the same time as (4). (reviewer: mark) (6) Make changes to lastchange.py and webkit_version.py. (reviewer: evan) BUG=37186 TEST=Observe that "About Chromium" dialog shows the version string like "14.0.787.0 (Developer Build 88242 Linux)" on Linux.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Mac OS X -> Mac OS #

Patch Set 3 : Add !defined(NACL_WIN64) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -18 lines) Patch
M chrome/browser/ui/gtk/about_chrome_dialog.cc View 2 chunks +3 lines, -17 lines 0 comments Download
M chrome/common/chrome_version_info.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/chrome_version_info.cc View 1 2 2 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
haraken1
erg, tony: Would you please take a look at it?
9 years, 5 months ago (2011-07-21 14:40:46 UTC) #1
haraken1
erg, tony: Would you please take a look at it?
9 years, 5 months ago (2011-07-21 14:41:31 UTC) #2
tony
http://codereview.chromium.org/7468027/diff/1/chrome/common/chrome_version_info.cc File chrome/common/chrome_version_info.cc (right): http://codereview.chromium.org/7468027/diff/1/chrome/common/chrome_version_info.cc#newcode99 chrome/common/chrome_version_info.cc:99: current_version += l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_UNOFFICIAL); What happened to the version_info.IsOfficialBuild() check? ...
9 years, 5 months ago (2011-07-21 17:32:50 UTC) #3
Elliot Glaysher
The changes to the gtk file LGTM
9 years, 5 months ago (2011-07-21 17:52:54 UTC) #4
haraken1
http://codereview.chromium.org/7468027/diff/1/chrome/common/chrome_version_info.cc File chrome/common/chrome_version_info.cc (right): http://codereview.chromium.org/7468027/diff/1/chrome/common/chrome_version_info.cc#newcode99 chrome/common/chrome_version_info.cc:99: current_version += l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_UNOFFICIAL); On 2011/07/21 17:32:50, tony wrote: > ...
9 years, 5 months ago (2011-07-22 00:08:18 UTC) #5
tony
LGTM!
9 years, 5 months ago (2011-07-22 16:48:07 UTC) #6
commit-bot: I haz the power
Try job failure for 7468027-6001 (retry) on win for step "compile" (clobber build). It's a ...
9 years, 5 months ago (2011-07-23 01:49:52 UTC) #7
commit-bot: I haz the power
9 years, 5 months ago (2011-07-23 03:33:48 UTC) #8
Change committed as 93774

Powered by Google App Engine
This is Rietveld 408576698