[Webkit-unassigned] [Bug 125583] [SOUP] Port custom URI schemes implementation to CUSTOM PROTOCOLS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 31 22:11:42 PST 2013


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





--- Comment #3 from Sam Weinig <sam at webkit.org>  2013-12-31 22:09:34 PST ---
(From update of attachment 220164)
View in context: https://bugs.webkit.org/attachment.cgi?id=220164&action=review

> Source/WebKit2/Shared/Network/CustomProtocols/CustomProtocolManager.h:91
> +#if USE(SOUP)
> +    // SoupRequest implementation.
> +    void send(GTask*);
> +    GInputStream* finish(GTask*, GError**);
> +#endif

Can you find a way to do this without putting SOUP specific functions in this file.  If you need to refactor, that is fine, but please don't add to the #ifdef hell.

-- 
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