[Webkit-unassigned] [Bug 104894] [GTK] Remove deprecated API usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 06:20:05 PDT 2013


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





--- Comment #13 from Dan Winship <danw at gnome.org>  2013-04-04 06:18:18 PST ---
(From update of attachment 196449)
View in context: https://bugs.webkit.org/attachment.cgi?id=196449&action=review

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:58
>  #define LIBSOUP_USE_UNSTABLE_REQUEST_API
>  #include <libsoup/soup-multipart-input-stream.h>

Once GTK and EFL both depend on 2.42, you should not need to define LIBSOUP_USE_UNSTABLE_REQUEST_API anywhere, and you should not need to include any libsoup headers other than <libsoup/soup.h> anywhere.

> Source/WebKit2/WebProcess/soup/WebSoupRequestManager.cpp:-107
> -    soup_session_feature_add_feature(SOUP_SESSION_FEATURE(requester.get()), WEBKIT_TYPE_SOUP_REQUEST_GENERIC);

You don't want to remove this, you just want to change it to

  soup_session_add_feature_by_type (session, WEBKIT_TYPE_SOUP_REQUEST_GENERIC);

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