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

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

Created:
9 years, 4 months ago by haraken1
Modified:
9 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Unify the version string to be displayed on "About Chromium" dialog. (5/6) - Fetch Subversion URL and the revision from 'git log' even if git-svn is not available. - Remove VersionInfo.root, since nobody is using it. - Allow a user to specify the directory name just prior to the svn src URL. FYI: We decided to split the changes of issue 7104106 (http://codereview.chromium.org/7104106/) into the following steps. This is the fifth 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) Make changes to lastchange.py and webkit_version.py. (reviewer: evan, mark) (6) Update tweak_info_plist to use lastchange.py. (reviewer: mark) BUG=37186 TEST=Observe that "About Chromium" dialog shows the version string like "14.0.787.0 (Developer Build 88242 Windows" on Windows and Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94828

Patch Set 1 #

Total comments: 2

Patch Set 2 : make _SVN_URL_REGEX non-global #

Total comments: 2

Patch Set 3 : Remove 'r' from regular expressions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -118 lines) Patch
M build/util/lastchange.py View 1 2 5 chunks +70 lines, -102 lines 0 comments Download
M webkit/build/webkit_version.py View 1 2 2 chunks +9 lines, -16 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
haraken1
Would you please take a look? mark: lastchange.py and webkit_version.py evan: lastchange.py tony: FYI mark ...
9 years, 4 months ago (2011-07-29 04:47:49 UTC) #1
Mark Mentovai
http://codereview.chromium.org/7493073/diff/1/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/7493073/diff/1/build/util/lastchange.py#newcode182 build/util/lastchange.py:182: global _SVN_URL_REGEX It doesn’t make sense for this to ...
9 years, 4 months ago (2011-07-29 13:47:58 UTC) #2
haraken1
http://codereview.chromium.org/7493073/diff/1/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/7493073/diff/1/build/util/lastchange.py#newcode182 build/util/lastchange.py:182: global _SVN_URL_REGEX On 2011/07/29 13:47:58, Mark Mentovai wrote: > ...
9 years, 4 months ago (2011-07-29 14:01:32 UTC) #3
Mark Mentovai
LGTM largely on the basis of my previous review. Please wait for Tony’s LG too ...
9 years, 4 months ago (2011-07-29 14:09:30 UTC) #4
Evan Martin
I am afraid of this change, because it changes a lot of code that has ...
9 years, 4 months ago (2011-07-29 17:01:40 UTC) #5
tony
LGTM, just 2 small nits. Please watch the tree when you land. http://codereview.chromium.org/7493073/diff/2002/build/util/lastchange.py File build/util/lastchange.py ...
9 years, 4 months ago (2011-07-29 17:08:40 UTC) #6
commit-bot: I haz the power
9 years, 4 months ago (2011-07-30 05:34:50 UTC) #7
Change committed as 94828

Powered by Google App Engine
This is Rietveld 408576698