circ icon indicating copy to clipboard operation
circ copied to clipboard

CIRC should register to handle irc:// URLs

Open RByers opened this issue 11 years ago • 10 comments

Click on an irc:// URL (eg. see some here http://www.webkit.org/contact.html). CIRC should have a way to hook these.

RByers avatar Nov 16 '12 15:11 RByers

I haven't been able to find any information on how to do this. Do you have any links that might help?

noahsug avatar Nov 26 '12 06:11 noahsug

http://updates.html5rocks.com/2011/06/Registering-a-custom-protocol-handler

flackr avatar Nov 26 '12 13:11 flackr

Awesome, thanks!

registerProtocolHandler takes 3 arguements: protocol, uri and title. Can this be used with native apps? What is the URI of a native app?

noahsug avatar Nov 26 '12 17:11 noahsug

This can't be implemented until https://code.google.com/p/chromium/issues/detail?id=161054 is fixed

noahsug avatar Nov 29 '12 21:11 noahsug

I also filed https://code.google.com/p/chromium/issues/detail?id=163900 to track this specific scenario (it's conceivable it would be fixed, before the more general and harder problem in issue 161054 is addressed).

RByers avatar Dec 03 '12 14:12 RByers

Whoops, didn't mean to close

RByers avatar Dec 03 '12 14:12 RByers

I wonder if a context menu item could be added to irc:// URLs via http://developer.chrome.com/extensions/contextMenus.html as a temporary hack until apps can be protocol handlers.

dgl avatar Apr 02 '13 14:04 dgl

This would be awesome. I hope it will be implemented.

lyramsr avatar Sep 22 '13 08:09 lyramsr

+1

tnarik avatar Mar 14 '14 10:03 tnarik

+1

rdeforest avatar Jun 10 '15 15:06 rdeforest