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

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

Created:
9 years, 5 months ago by haraken1
Modified:
9 years, 4 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Unify the version string to be displayed on "About Chromium" dialog. (4/6) - Update version.bat to use lastchange.py. FYI: We decided to split the changes of issue 7104106 (http://codereview.chromium.org/7104106/) into the following steps. This is the fourth 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, mark) BUG=37186 TEST=Observe that "About Chromium" dialog shows the version string like "14.0.787.0 (Developer Build 88242 Windows)" on Windows. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94409

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -12 lines) Patch
M chrome/tools/build/win/version.bat View 2 chunks +3 lines, -10 lines 2 comments Download
M chrome/tools/build/win/version.rules View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
haraken1
evan: would you please take a look at it? tony, mark: FYI
9 years, 5 months ago (2011-07-27 14:11:15 UTC) #1
Evan Martin
+maruel, rahulk, pamg. I don't really know this file, so I added reviewers who have ...
9 years, 5 months ago (2011-07-27 18:16:26 UTC) #2
M-A Ruel
Ugh, I didn't know we still had a .rules files. It wouldn't be compatible with ...
9 years, 5 months ago (2011-07-27 18:26:55 UTC) #3
Evan Martin
Poor haraken has been working on this change for quite a while, so if you ...
9 years, 5 months ago (2011-07-27 18:33:45 UTC) #4
Mark Mentovai
I’d give LGTM to this now and save the unrelated bit for the future, but ...
9 years, 5 months ago (2011-07-27 19:05:01 UTC) #5
M-A Ruel
On 2011/07/27 18:33:45, Evan Martin wrote: > Poor haraken has been working on this change ...
9 years, 5 months ago (2011-07-27 19:11:36 UTC) #6
Mark Mentovai
http://codereview.chromium.org/7470041/diff/1/chrome/tools/build/win/version.bat File chrome/tools/build/win/version.bat (right): http://codereview.chromium.org/7470041/diff/1/chrome/tools/build/win/version.bat#newcode47 chrome/tools/build/win/version.bat:47: python %LastChangeDir%\lastchange.py | sed "s/\(.*\)/set \1/" >> %VarsBat% Marc-Antoine ...
9 years, 5 months ago (2011-07-27 19:14:03 UTC) #7
commit-bot: I haz the power
9 years, 5 months ago (2011-07-28 01:32:51 UTC) #8
Change committed as 94409

Powered by Google App Engine
This is Rietveld 408576698