--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
Chromium Discussion mailing list: chromium...@chromium.org
A new feature which is quite well hidden in the HTML5 specification is
the addition of two new methods[1]:
registerContentHandler (mimeType, url, title);
registerProtocolHandler (scheme, url, title);
Both methods will be available on the navigator object. To focus on
your question, capturing links to mailto: URLs, especially the latter
is interesting: it would allow you to register one of your pages which
has to handle mailto: links. While this probably wouldn't be
interesting for yourself, it would be a feature web-based e-mail
services such as GMail could provide.
Right now, this feature isn't available yet in Chrome, but you might
want to star the following issue to keep track of updates on the
subject.
http://code.google.com/p/chromium/issues/detail?id=11359
Kind regards,
Peter Beverloo