DescriptionUnify the version string to be displayed on "About Chromium" dialog. (3/6)
- Refactor the views about dialog to use shared code for generating the version string.
- Remove the OS version string from the views about dialog because it is no longer needed to differentiate between Windows and ChromeOS.
We decided to split the changes of issue 7104106 (http://codereview.chromium.org/7104106/) into the following steps. This is the third 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, mark)
(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=94253
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|