On Fri, May 22, 2015 at 1:50 PM, Gyuyoung Kim <gyuyoung....@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/ _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev