[webkit-dev] Support "registerProtocolHandler" in WebKit2

Gyuyoung Kim gyuyoung.kim at webkit.org
Fri May 22 20:36:39 PDT 2015


Hi Anne,

I need to verify the behaviour using the patch though, I think the
registered URL isn't fetched under current patch of Bug 92749.
However I need to check if the registered URL is passed to application
under the patch's implementation. If this feature will be landed to WK2,
it would be good if we add a test to check it. Let me do it.

Gyuyoung.

On Sat, May 23, 2015 at 9:55 AM, Anne van Kesteren <annevk at annevk.nl> wrote:

> On Fri, May 22, 2015 at 6:43 PM, Gyuyoung Kim <gyuyoung.kim at webkit.org>
> wrote:
> > Current implementation doesn't hook to HTML's navigation directly. We
> > delegate the html navigation(or call native application) to application.
> > Application is able to decide to navigate the given html page or execute
> > native application through the patch. As far as I know, Chrome also has
> > similar implementation.
>
> Okay, so
>
>   <img src=mailto:...>
>
> results in a network error and not a fetch to the registered URL?
>
>
> --
> https://annevankesteren.nl/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150523/d44f2486/attachment.html>


More information about the webkit-dev mailing list