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

Issue 340039: Add "Report Bug" dialog to Mac OSX.... (Closed)

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

Description

Add "Report Bug" dialog to Mac OSX. BUG= http://crbug.com/19282 TEST= Use report bug dialog on Mac OSX. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30815

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 44

Patch Set 3 : '' #

Total comments: 30

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 6

Patch Set 11 : '' #

Total comments: 7

Patch Set 12 : '' #

Total comments: 22

Patch Set 13 : '' #

Patch Set 14 : '' #

Total comments: 6

Patch Set 15 : '' #

Patch Set 16 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1467 lines, -13 lines) Patch
M chrome/app/nibs/MainMenu.xib View 4 5 6 9 10 11 12 13 14 15 10 chunks +21 lines, -12 lines 0 comments Download
A chrome/app/nibs/ReportBug.xib View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1103 lines, -0 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/browser_window_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -1 line 0 comments Download
A chrome/browser/cocoa/bug_report_window_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +88 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bug_report_window_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +157 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/bug_report_window_controller_unittest.mm View 4 5 6 7 8 9 10 11 12 13 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Miranda Callahan
11 years, 1 month ago (2009-10-29 20:56:53 UTC) #1
John Grabowski
http://codereview.chromium.org/340039/diff/2001/3002 File chrome/browser/cocoa/bug_report_window_controller.h (right): http://codereview.chromium.org/340039/diff/2001/3002#newcode20 Line 20: IBOutlet NSButton* sendReportButton_; make private as well? http://codereview.chromium.org/340039/diff/2001/3002#newcode56 ...
11 years, 1 month ago (2009-10-29 22:03:44 UTC) #2
viettrungluu
This is a first pass at some comments -- I haven't actually read the logic ...
11 years, 1 month ago (2009-10-29 22:58:07 UTC) #3
Miranda Callahan
Addressed all comments; unit test coming! http://codereview.chromium.org/340039/diff/2001/3002 File chrome/browser/cocoa/bug_report_window_controller.h (right): http://codereview.chromium.org/340039/diff/2001/3002#newcode20 Line 20: IBOutlet NSButton* ...
11 years, 1 month ago (2009-10-30 00:19:16 UTC) #4
John Grabowski
http://codereview.chromium.org/340039/diff/2001/3003 File chrome/browser/cocoa/bug_report_window_controller.mm (right): http://codereview.chromium.org/340039/diff/2001/3003#newcode27 Line 27: - (id)initWithTabContents:(TabContents*)currentTab On 2009/10/30 00:19:16, Miranda Callahan wrote: ...
11 years, 1 month ago (2009-10-30 00:32:31 UTC) #5
Miranda Callahan
http://codereview.chromium.org/340039/diff/2001/3003 File chrome/browser/cocoa/bug_report_window_controller.mm (right): http://codereview.chromium.org/340039/diff/2001/3003#newcode27 Line 27: - (id)initWithTabContents:(TabContents*)currentTab On 2009/10/30 00:32:31, John Grabowski wrote: ...
11 years, 1 month ago (2009-10-30 00:35:23 UTC) #6
TVL
originally i filed one bug for this in the tool menu and one for this ...
11 years, 1 month ago (2009-10-30 01:37:46 UTC) #7
TVL
http://codereview.chromium.org/340039/diff/8/1011 File chrome/browser/cocoa/bug_report_window_controller.mm (right): http://codereview.chromium.org/340039/diff/8/1011#newcode89 Line 89: unsigned char png_data_chars = (*png_data_.get())[0]; um, this is ...
11 years, 1 month ago (2009-10-30 01:45:48 UTC) #8
Nico
Drive-by. http://codereview.chromium.org/340039/diff/8/1010 File chrome/browser/cocoa/bug_report_window_controller.h (right): http://codereview.chromium.org/340039/diff/8/1010#newcode30 Line 30: NSUInteger bugType_; // Strong. Having "Strong" on ...
11 years, 1 month ago (2009-10-30 01:47:03 UTC) #9
pink (ping after 24hrs)
http://codereview.chromium.org/340039/diff/8/1012 File chrome/browser/cocoa/browser_window_cocoa.mm (right): http://codereview.chromium.org/340039/diff/8/1012#newcode249 Line 249: if ((current_tab) and (current_tab->controller().GetActiveEntry())) { no need for ...
11 years, 1 month ago (2009-10-30 14:45:30 UTC) #10
Miranda Callahan
All right; I think I addressed everyone's comments here. I also added a unit test, ...
11 years, 1 month ago (2009-10-31 22:12:15 UTC) #11
John Grabowski
LGTM if URL and Title filled in for user. http://codereview.chromium.org/340039/diff/5003/5007 File chrome/browser/cocoa/bug_report_window_controller.mm (right): http://codereview.chromium.org/340039/diff/5003/5007#newcode70 Line ...
11 years, 1 month ago (2009-11-01 21:54:15 UTC) #12
Miranda Callahan
http://codereview.chromium.org/340039/diff/5003/5007 File chrome/browser/cocoa/bug_report_window_controller.mm (right): http://codereview.chromium.org/340039/diff/5003/5007#newcode70 Line 70: [self setPageURL:@""]; On 2009/11/01 21:54:15, John Grabowski wrote: ...
11 years, 1 month ago (2009-11-01 22:42:55 UTC) #13
John Grabowski
Still LGTM, but... http://codereview.chromium.org/340039/diff/1022/26 File chrome/browser/cocoa/bug_report_window_controller_unittest.mm (right): http://codereview.chromium.org/340039/diff/1022/26#newcode47 Line 47: EXPECT_FALSE([controller checkForPhishAndUpdateUI]); On 2009/11/01 22:42:55, ...
11 years, 1 month ago (2009-11-01 23:53:18 UTC) #14
jeremy
As a sidenote, the current "Report Bug" dialog for Windows is up for a very ...
11 years, 1 month ago (2009-11-02 05:50:13 UTC) #15
jeremy
As a sidenote, the current "Report Bug" dialog for Windows is up for a very ...
11 years, 1 month ago (2009-11-02 05:50:15 UTC) #16
TVL
http://codereview.chromium.org/340039/diff/2024/9010 File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/340039/diff/2024/9010#newcode484 Line 484: } else if (action == @selector(reportBug:)) { why ...
11 years, 1 month ago (2009-11-02 12:41:06 UTC) #17
pink (ping after 24hrs)
http://codereview.chromium.org/340039/diff/2024/9010 File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/340039/diff/2024/9010#newcode683 Line 683: BugReportWindowController* controller = [[BugReportWindowController alloc] i'd put everything ...
11 years, 1 month ago (2009-11-02 16:31:31 UTC) #18
Miranda Callahan
I think I addressed all the concerns; please take another look -- esp. TVL, as ...
11 years, 1 month ago (2009-11-02 21:40:41 UTC) #19
Miranda Callahan
On 2009/11/02 05:50:15, jeremy wrote: > As a sidenote, the current "Report Bug" dialog for ...
11 years, 1 month ago (2009-11-02 21:42:52 UTC) #20
TVL
might have some extra code left around. otherwise, lg, tx. http://codereview.chromium.org/340039/diff/8004/8011 File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/340039/diff/8004/8011#newcode470 ...
11 years, 1 month ago (2009-11-02 22:28:36 UTC) #21
Miranda Callahan
http://codereview.chromium.org/340039/diff/8004/8011 File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/340039/diff/8004/8011#newcode470 Line 470: case IDC_REPORT_BUG: On 2009/11/02 22:28:36, TVL wrote: > ...
11 years, 1 month ago (2009-11-03 00:10:16 UTC) #22
TVL
11 years, 1 month ago (2009-11-03 00:45:22 UTC) #23
lgtm

Powered by Google App Engine
This is Rietveld 408576698