[Webkit-unassigned] [Bug 88614] New: Use CUSTOM_SCHEME_HANDLER flag rather than REGISTER_PROTOCOL_HANDLER.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 21:34:51 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88614
Summary: Use CUSTOM_SCHEME_HANDLER flag rather than
REGISTER_PROTOCOL_HANDLER.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dw.im at samsung.com
Now, two new APIs are added into the Custom Scheme Handler spec,
and I implemented those functions in WebCore behind the CUSTOM_SCHEME_HANDLER flag.
How about use only CUSTOM_SCHEME_HANDLER rather than use both flags?
I think I can move 'registerProtocolHandler' function behind the CUSTOM_SCHEME_HANDLER flag.
--
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