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

Issue 355013: Add OS version information to the bug report utility for the Mac version.... (Closed)

Created:
11 years, 1 month ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Add OS version information to the bug report utility for the Mac version. BUG= http://crbug.com/26138 TEST= none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30867

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 9

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M chrome/browser/bug_report_util.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/bug_report_util.cc View 4 5 6 7 8 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Miranda Callahan
I was able to use the existing SysInfo::OperatingSystemVersionNumbers to get most of the data, and ...
11 years, 1 month ago (2009-11-03 20:05:33 UTC) #1
Mark Mentovai
http://codereview.chromium.org/355013/diff/1004/1009 File base/sys_info_mac.mm (right): http://codereview.chromium.org/355013/diff/1004/1009#newcode4 Line 4: #include <CoreServices/CoreServices.h> blank line before http://codereview.chromium.org/355013/diff/1004/1007 File chrome/browser/bug_report_util.cc ...
11 years, 1 month ago (2009-11-03 20:08:33 UTC) #2
Mark Mentovai
http://codereview.chromium.org/355013/diff/1004/1009 File base/sys_info_mac.mm (right): http://codereview.chromium.org/355013/diff/1004/1009#newcode4 Line 4: #include <CoreServices/CoreServices.h> Actually, the ordering was OK before. ...
11 years, 1 month ago (2009-11-03 20:12:03 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/355013/diff/1004/1009 File base/sys_info_mac.mm (right): http://codereview.chromium.org/355013/diff/1004/1009#newcode21 Line 21: reinterpret_cast<SInt32*>(bugfix_version)); If we're hauling in GTMSystemVersion, we might ...
11 years, 1 month ago (2009-11-03 20:14:03 UTC) #4
Mark Mentovai
There are concerns about sandbox warmup if we change the implementation of SysInfo::OperatingSystemVersionNumbers. Mark avi@chromium.org ...
11 years, 1 month ago (2009-11-03 20:20:10 UTC) #5
stuartmorgan
This LGTM with the one fix if we want the build; I'm not sure it's ...
11 years, 1 month ago (2009-11-03 20:21:27 UTC) #6
Miranda Callahan
Mark and Avi, what do you think about Stuart's suggestion to leave out the build ...
11 years, 1 month ago (2009-11-03 20:29:39 UTC) #7
Miranda Callahan
Fixed it all, then reverted to patch set 1 -- a vastly simplified patch, with ...
11 years, 1 month ago (2009-11-03 20:41:34 UTC) #8
Mark Mentovai
I don't think that the build number is terribly useful here either, but it doesn't ...
11 years, 1 month ago (2009-11-03 20:42:08 UTC) #9
pink (ping after 24hrs)
11 years, 1 month ago (2009-11-04 13:48:55 UTC) #10
Can you file a bug? Then at least we can get it on the radar so we
don't continue to forget about it. kthxbai.

On Tue, Nov 3, 2009 at 3:41 PM, Mark Mentovai <mark@chromium.org> wrote:
>
> I don't think that the build number is terribly useful here either,
> but it doesn't hurt and you've already done the work...
>
> The part that bugs me is how we drag GTM files one at a time into
> targets as needed, when we really should just make it its own target.
> That's not your fault or a reasonable problem to fix in this change,
> though, and we do it elsewhere.
>
> Mark
>
> mirandac@chromium.org wrote:
>> Mark and Avi, what do you think about Stuart's suggestion to leave out the
>> build
>> number altogether? If it's not necessary, that makes this change much
>> simpler
>> (it becomes patch set 1).
>>
>>
>>
>> http://codereview.chromium.org/355013
>>
>



-- 
Mike Pinkerton
Mac Weenie
pinkerton@google.com

Powered by Google App Engine
This is Rietveld 408576698