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

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

Created:
9 years, 4 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. (6/6) - Update tweak_info_plist 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 sixth 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 Mac OS X" on Mac. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94855

Patch Set 1 #

Total comments: 1

Patch Set 2 : bulid/util/ -> build/util #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -53 lines) Patch
M chrome/tools/build/mac/tweak_info_plist View 1 2 chunks +6 lines, -53 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
haraken1
mark: would you please take a look? tony: FYI
9 years, 4 months ago (2011-07-27 14:12:01 UTC) #1
Mark Mentovai
I don’t think you can actually make this change until lastchange.py is revised. http://codereview.chromium.org/7514042/diff/1/chrome/tools/build/mac/tweak_info_plist File ...
9 years, 4 months ago (2011-07-27 19:12:03 UTC) #2
haraken1
> http://codereview.chromium.org/7514042/diff/1/chrome/tools/build/mac/tweak_info_plist > File chrome/tools/build/mac/tweak_info_plist (right): > > http://codereview.chromium.org/7514042/diff/1/chrome/tools/build/mac/tweak_info_plist#newcode34 > chrome/tools/build/mac/tweak_info_plist:34: sys.path.insert(0, os.path.join(TOP, > "build/util/")) ...
9 years, 4 months ago (2011-07-28 01:02:51 UTC) #3
Mark Mentovai
OK, good, it’s unanimous. Put this one on ice for the time being and request ...
9 years, 4 months ago (2011-07-28 01:44:46 UTC) #4
haraken1
The change of lastchange.py (http://codereview.chromium.org/7493073/) is landed successfully. Is it OK to commit this patch ...
9 years, 4 months ago (2011-07-31 03:44:58 UTC) #5
Mark Mentovai
LGTM to land now. Please watch very closely for regressions.
9 years, 4 months ago (2011-07-31 04:10:32 UTC) #6
commit-bot: I haz the power
Change committed as 94855
9 years, 4 months ago (2011-07-31 08:51:22 UTC) #7
Mark Mentovai
In a build with this change in effect, I now see the .app’s Contents/Info.plist reflecting ...
9 years, 4 months ago (2011-07-31 13:42:05 UTC) #8
haraken1
I checkout the latest revision (r94855), removed all the files in src/xcodebuild/Debug, and then built ...
9 years, 4 months ago (2011-07-31 14:52:14 UTC) #9
Mark Mentovai
9 years, 4 months ago (2011-08-01 02:45:37 UTC) #10
http://codereview.chromium.org/7514042/diff/2002/chrome/tools/build/mac/tweak...
File chrome/tools/build/mac/tweak_info_plist (left):

http://codereview.chromium.org/7514042/diff/2002/chrome/tools/build/mac/tweak...
chrome/tools/build/mac/tweak_info_plist:108: (stdout, retval) =
_GetOutputNoError(['svn', 'info', TOP])
Note this. The “svn info” used to happen in directory TOP.

http://codereview.chromium.org/7514042/diff/2002/chrome/tools/build/mac/tweak...
File chrome/tools/build/mac/tweak_info_plist (right):

http://codereview.chromium.org/7514042/diff/2002/chrome/tools/build/mac/tweak...
chrome/tools/build/mac/tweak_info_plist:109: version_info =
lastchange.FetchVersionInfo(default_lastchange=None)
To be equivalent, this should have |directory=TOP| included as an argument.

Powered by Google App Engine
This is Rietveld 408576698