SoupPasswordManager: kill
authorDan Winship <danw@gnome.org>
Wed, 22 Aug 2012 15:40:04 +0000 (11:40 -0400)
committerDan Winship <danw@gnome.org>
Tue, 11 Dec 2012 15:16:28 +0000 (16:16 +0100)
commit65890298dbe26d1058f523a6eb4741d57b05142c
tree991a1e5bfe897f97e44acbffe28690b0ab1a95d2
parent0ce58e3a12410255c643ce5d7be60b30ec1e4960
SoupPasswordManager: kill

Deprecate and remove support for SoupPasswordManager;
SoupPasswordManagerGNOME is now a dummy class, and the related
SoupAuth methods are all no-ops. SoupSession also no longer has any
special support for SoupPasswordManager.

To avoid breaking old builds, the functions/types are still around,
but are now marked as having always been deprecated (which, really,
they were).

https://bugzilla.gnome.org/show_bug.cgi?id=594377
https://bugzilla.gnome.org/show_bug.cgi?id=679866
12 files changed:
configure.ac
libsoup/Makefile.am
libsoup/soup-auth.c
libsoup/soup-auth.h
libsoup/soup-gnome-features.h
libsoup/soup-password-manager-gnome.c
libsoup/soup-password-manager.c
libsoup/soup-password-manager.h
libsoup/soup-session-async.c
libsoup/soup-session-sync.c
libsoup/soup-session.c
libsoup/soup.h