[Webkit-unassigned] [Bug 29651] [HTML5] Add a way for an application to register as a protocol handler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 14:15:45 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29651


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39940|review?                     |review-
               Flag|                            |




--- Comment #2 from Mark Rowe (bdash) <mrowe at apple.com>  2009-09-22 14:15:45 PDT ---
(From update of attachment 39940)
Why does Chrome::runJavaScriptRegisterProtocolHandler return a boolean?

This code won't even compile.  Navigator::registerProtocolHandler calls a
non-existent method named "runJavascripRegisterProtocolHandler".

NAVIGATOR_ABILITIES is an incredibly vague name for a define and doesn't sound
at all related to the function in question.  It's not clear to me why this is
#if'd at all given that the default behavior is to do nothing.

We also prefer that a full name is used in ChangeLog entries.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list