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

Issue 177040: Linux: handle external protocols, e.g. mailto: links. (Closed)

Created:
11 years, 3 months ago by Mike Mammarella
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Linux: handle external protocols, e.g. mailto: links. BUG=20696 TEST=click a mailto: link, it should open your default MUA Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25100

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -81 lines) Patch
M chrome/browser/external_protocol_handler.cc View 1 2 3 4 4 chunks +11 lines, -77 lines 0 comments Download
M chrome/common/platform_util.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/platform_util_linux.cc View 1 2 3 4 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/common/platform_util_mac.mm View 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/common/platform_util_win.cc View 3 4 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mike Mammarella
11 years, 3 months ago (2009-08-31 20:16:02 UTC) #1
Evan Stade
http://codereview.chromium.org/177040/diff/1/2 File chrome/browser/external_protocol_handler.cc (right): http://codereview.chromium.org/177040/diff/1/2#newcode169 Line 169: void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) { These ifdefs should ...
11 years, 3 months ago (2009-08-31 20:22:22 UTC) #2
Mike Mammarella
http://codereview.chromium.org/177040/diff/1/2 File chrome/browser/external_protocol_handler.cc (right): http://codereview.chromium.org/177040/diff/1/2#newcode169 Line 169: void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) { On 2009/08/31 20:22:22, ...
11 years, 3 months ago (2009-08-31 21:21:10 UTC) #3
Evan Stade
lgtm http://codereview.chromium.org/177040/diff/3004/1006 File chrome/browser/external_protocol_handler.cc (right): http://codereview.chromium.org/177040/diff/3004/1006#newcode138 Line 138: // TODO(port): implement dialog for Mac can ...
11 years, 3 months ago (2009-08-31 22:00:52 UTC) #4
Avi (use Gerrit)
http://codereview.chromium.org/177040/diff/3004/1008 File chrome/common/platform_util_mac.mm (right): http://codereview.chromium.org/177040/diff/3004/1008#newcode39 Line 39: scoped_cftyperef<CFURLRef> url_ref(CFURLCreateWithString(kCFAllocatorDefault, If we're moving the code here, ...
11 years, 3 months ago (2009-08-31 22:04:45 UTC) #5
Mike Mammarella
http://codereview.chromium.org/177040/diff/3004/1006 File chrome/browser/external_protocol_handler.cc (right): http://codereview.chromium.org/177040/diff/3004/1006#newcode138 Line 138: // TODO(port): implement dialog for Mac On 2009/08/31 ...
11 years, 3 months ago (2009-09-01 03:09:30 UTC) #6
Avi (use Gerrit)
LG
11 years, 3 months ago (2009-09-02 13:44:20 UTC) #7
szimszon
Hello, I wonder if somebody could help me. My xdg-open supports file, ftp, http and ...
11 years ago (2009-12-10 21:12:37 UTC) #8
Mike Mammarella
11 years ago (2009-12-10 22:02:31 UTC) #9
On 2009/12/10 21:12:37, szimszon wrote:
> Hello,
> 
> I wonder if somebody could help me.
> 
> My xdg-open supports file, ftp, http and https URLs, but not mailto:
> 
> xdg-email - command line tool for sending mail using the user’s
>        preferred e-mail composer

Hi szimszon, you should probably open a bug at http://crbug.com and include
information like what distribution you're running, what version of it you have,
what desktop environment you're using, and anything else that may be relevant to
why your xdg-open doesn't support this.

Powered by Google App Engine
This is Rietveld 408576698