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

Issue 6894037: Add more information to about:version and "About Chromium" dialog (Closed)

Created:
9 years, 8 months ago by haraken1
Modified:
9 years, 5 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., arv (Not doing code reviews), jshin+watch_chromium.org, brettw-cc_chromium.org, Mark Mentovai
Visibility:
Public.

Description

Add more information to about:version and "About Chromium" dialog - Add the information of an executable full-path, a profile path and an OS to about:version - Add the information of a build type and an OS to "About Chromium" dialog (Retry of r84808 with ChromeOS fixed.) BUG=18679, 37186 TEST=Observe that about:version and "About Chromium" dialog display enough information Patch by Kentaro Hara <haraken@google.com>;. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84825

Patch Set 1 #

Total comments: 4

Patch Set 2 : Delete "webkit_name" and "js_name" and misc #

Total comments: 3

Patch Set 3 : Replace "a/an" with "the", Put OS_CHROMEOS with OS_LINUX, etc #

Total comments: 1

Patch Set 4 : Use ScopedAllowIO and directly call AbsolutePath() #

Total comments: 1

Patch Set 5 : Change the name of GetProfile() to profile() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -30 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 2 3 4 9 chunks +47 lines, -8 lines 0 comments Download
M chrome/browser/resources/about_version.html View 1 2 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/ui/gtk/about_chrome_dialog.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/about_chrome_view.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/about_chrome_view.cc View 1 2 3 7 chunks +12 lines, -11 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 3 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
haraken1
I am trying to fix the bug 18679 and 37186. I found your name in ...
9 years, 8 months ago (2011-04-22 22:30:57 UTC) #1
Evan Martin
It appears you accidentally included string_util changes in this change. http://codereview.chromium.org/6894037/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/6894037/diff/1/chrome/app/generated_resources.grd#newcode4451 ...
9 years, 8 months ago (2011-04-22 22:36:40 UTC) #2
haraken1
> It appears you accidentally included string_util changes in this change. Sorry! I invalidated the ...
9 years, 8 months ago (2011-04-23 17:05:43 UTC) #3
haraken1
Would you take a look at it?
9 years, 7 months ago (2011-04-27 17:33:17 UTC) #4
Evan Martin
http://codereview.chromium.org/6894037/diff/1003/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/6894037/diff/1003/chrome/app/generated_resources.grd#newcode4460 chrome/app/generated_resources.grd:4460: <message name="IDS_ABOUT_VERSION_OS" desc="label for an OS on the about:version ...
9 years, 7 months ago (2011-04-27 18:00:23 UTC) #5
haraken1
> http://codereview.chromium.org/6894037/diff/1003/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > http://codereview.chromium.org/6894037/diff/1003/chrome/app/generated_resources.grd#newcode4460 > chrome/app/generated_resources.grd:4460: <message > name="IDS_ABOUT_VERSION_OS" desc="label ...
9 years, 7 months ago (2011-04-28 00:37:02 UTC) #6
Evan Martin
I almost lost this change, sorry! Please ping me if I don't respond to your ...
9 years, 7 months ago (2011-05-03 01:16:24 UTC) #7
haraken1
I am very sorry but I am confused. > http://codereview.chromium.org/6894037/diff/7002/chrome/browser/browser_about_handler.cc > File chrome/browser/browser_about_handler.cc (right): > ...
9 years, 7 months ago (2011-05-04 05:42:38 UTC) #8
Evan Martin
On Tue, May 3, 2011 at 10:42 PM, Kentaro Hara <haraken@google.com> wrote: > Do you ...
9 years, 7 months ago (2011-05-04 22:09:52 UTC) #9
haraken1
Thank you very much for the clear explanation. > I think for now you can ...
9 years, 7 months ago (2011-05-05 03:12:10 UTC) #10
haraken1
ping?
9 years, 7 months ago (2011-05-08 11:05:27 UTC) #11
Evan Martin
LGTM Really sorry I took so long to review. :( http://codereview.chromium.org/6894037/diff/14001/chrome/browser/browser_about_handler.cc File chrome/browser/browser_about_handler.cc (right): http://codereview.chromium.org/6894037/diff/14001/chrome/browser/browser_about_handler.cc#newcode211 ...
9 years, 7 months ago (2011-05-09 18:52:28 UTC) #12
commit-bot: I haz the power
Presubmit check for 6894037-14001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 7 months ago (2011-05-10 01:37:48 UTC) #13
haraken1
Dear Evan Would you put this patch set into the commit queue instead of me? ...
9 years, 7 months ago (2011-05-10 08:19:30 UTC) #14
Evan Martin
I committed it. I am again really sorry this took so long. :( I promise ...
9 years, 7 months ago (2011-05-10 17:53:55 UTC) #15
Evan Martin
This failed to compile on ARM: http://build.chromium.org/p/chromium/builders/Arm/builds/10664/steps/compile/logs/stdio chrome/common/chrome_version_info.cc: In member function 'std::string chrome::VersionInfo::OSType() const': chrome/common/chrome_version_info.cc:97:36:error: ...
9 years, 7 months ago (2011-05-10 18:09:43 UTC) #16
Evan Martin
On 2011/05/10 18:09:43, Evan Martin wrote: > This failed to compile on ARM: > http://build.chromium.org/p/chromium/builders/Arm/builds/10664/steps/compile/logs/stdio ...
9 years, 7 months ago (2011-05-10 18:13:26 UTC) #17
Evan Martin
On 2011/05/10 18:13:26, Evan Martin wrote: > On 2011/05/10 18:09:43, Evan Martin wrote: > > ...
9 years, 7 months ago (2011-05-10 18:39:49 UTC) #18
haraken1
Thanks a lot!!!
9 years, 7 months ago (2011-05-11 00:16:17 UTC) #19
Mark Mentovai
This seems to have been done for all platforms except Mac, and nobody mentioned Mac ...
9 years, 5 months ago (2011-06-30 01:28:39 UTC) #20
haraken1
9 years, 5 months ago (2011-06-30 01:35:58 UTC) #21
I am trying to unify the version string on "About Chromium" dialog on all
platforms in http://codereview.chromium.org/7104106/

Powered by Google App Engine
This is Rietveld 408576698