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

Issue 256065: External protocol dialog support for the Mac.... (Closed)

Created:
11 years, 2 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

External protocol dialog support for the Mac. BUG=http://crbug.com/15546 TEST=try to use an external protocol; it should put up a dialog

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -4 lines) Patch
A chrome/browser/cocoa/external_protocol_dialog.h View 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/external_protocol_dialog.mm View 1 2 1 chunk +148 lines, -0 lines 2 comments Download
M chrome/browser/external_protocol_handler.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/external_protocol_handler.cc View 1 2 3 4 chunks +23 lines, -4 lines 0 comments Download
M chrome/chrome.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Avi (use Gerrit)
11 years, 2 months ago (2009-10-05 22:02:28 UTC) #1
Mark Mentovai
http://codereview.chromium.org/256065/diff/1/5 File chrome/browser/cocoa/external_protocol_dialog.mm (right): http://codereview.chromium.org/256065/diff/1/5#newcode56 Line 56: l10n_util::GetNSStringWithFixup(IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT)]; I think that we want the OK ...
11 years, 2 months ago (2009-10-05 22:15:35 UTC) #2
Avi (use Gerrit)
http://codereview.chromium.org/256065/diff/1/5 File chrome/browser/cocoa/external_protocol_dialog.mm (right): http://codereview.chromium.org/256065/diff/1/5#newcode56 Line 56: l10n_util::GetNSStringWithFixup(IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT)]; On 2009/10/05 22:15:35, Mark Mentovai wrote: > ...
11 years, 2 months ago (2009-10-05 22:32:11 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/256065/diff/1/5 File chrome/browser/cocoa/external_protocol_dialog.mm (right): http://codereview.chromium.org/256065/diff/1/5#newcode110 Line 110: if ([[alert_ suppressionButton] state] == NSOnState) { Let's ...
11 years, 2 months ago (2009-10-06 14:30:26 UTC) #4
TVL
http://codereview.chromium.org/256065/diff/1005/24 File chrome/browser/cocoa/external_protocol_dialog.mm (right): http://codereview.chromium.org/256065/diff/1005/24#newcode71 Line 71: warningString]; drive by- maybe a comment as to ...
11 years, 2 months ago (2009-10-06 14:41:01 UTC) #5
Avi (use Gerrit)
http://codereview.chromium.org/256065/diff/1005/24 File chrome/browser/cocoa/external_protocol_dialog.mm (right): http://codereview.chromium.org/256065/diff/1005/24#newcode71 Line 71: warningString]; On 2009/10/06 14:41:02, TVL wrote: > drive ...
11 years, 2 months ago (2009-10-06 14:48:42 UTC) #6
TVL
On Tue, Oct 6, 2009 at 10:48 AM, <avi@chromium.org> wrote: > > http://codereview.chromium.org/256065/diff/1005/24 > File ...
11 years, 2 months ago (2009-10-06 14:59:13 UTC) #7
Avi (use Gerrit)
On 2009/10/06 14:59:13, TVL wrote: > Just to the fact that the items never need ...
11 years, 2 months ago (2009-10-06 15:04:24 UTC) #8
Avi (use Gerrit)
> Just to the fact that the items never need to be in a different ...
11 years, 2 months ago (2009-10-06 19:18:14 UTC) #9
Mark Mentovai
LGTM For the record, I think that remembering "don't open" is OK if the button's ...
11 years, 2 months ago (2009-10-06 19:20:00 UTC) #10
Evan Stade
FWIW, I think the external protocol handler ought to be changed to an infobar at ...
11 years, 2 months ago (2009-10-06 19:44:37 UTC) #11
Avi (use Gerrit)
11 years, 2 months ago (2009-10-06 19:49:34 UTC) #12
On 2009/10/06 19:44:37, Evan Stade wrote:
> FWIW, I think the external protocol handler ought to be changed to an infobar
at
> some point

There's a lot we can do to improve the UI here (three paragraphs of info text is
waaaay too much). But yeah, that'd be cool.

I just wanted to get this functionality finally in.

Powered by Google App Engine
This is Rietveld 408576698