[webkit-dev] Support "registerProtocolHandler" in WebKit2
Anne van Kesteren
annevk at annevk.nl
Fri May 22 01:52:15 PDT 2015
On Fri, May 22, 2015 at 1:50 PM, Gyuyoung Kim <gyuyoung.kim at webkit.org> wrote:
> I also don't want to support the "content handler" feature at the moment.
> The feature might be more clear and mature. The patch of Bug 92749 only
> supports registerProtocolHandler,
> and unregisterProtocolHandler and isProtocolHandlerRegistered are supported
> as optional.
>
> https://bugs.webkit.org/show_bug.cgi?id=92749
Quickly scanning the bug I couldn't figure out whether you added hooks
to HTML's navigate algorithm or Fetch' fetch algorithm. In particular,
see the discussion in this bug:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24091
My personal opinion is that these schemes should only have an effect
if you navigate to them, not if you fetch them (the latter should
result in a network error in my opinion).
--
https://annevankesteren.nl/
More information about the webkit-dev
mailing list