diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
commit | 6e63719484801e93f2b570d8c416645d71815c8e (patch) | |
tree | 63a6c258190a829d5c65587efe66331f161f0d1b /doc/reference/epiphany-sections.txt | |
parent | 8256ad318861ef0fa4c4a9f88c915afc56ab09bb (diff) | |
download | gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.gz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.bz2 gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.lz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.xz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.zst gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.zip |
Use libsoup, getting the session from webkit, to handle cookies.
Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on
2.25.91, although we actually need trunk to get working code.
svn path=/trunk/; revision=8811
Diffstat (limited to 'doc/reference/epiphany-sections.txt')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index c35f4a01f..1b96a08ea 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -293,27 +293,6 @@ ephy_password_info_get_type EPHY_PASSWORD_MANAGER_GET_IFACE </SECTION> -<SECTION> -<FILE>ephy-cookie-manager</FILE> -EPHY_COOKIE_MANAGER_IFACE -EPHY_IS_COOKIE_MANAGER_IFACE -EPHY_TYPE_COOKIE -EphyCookieP3PState -EphyCookieP3PPolicy -ephy_cookie_new -ephy_cookie_copy -ephy_cookie_free -ephy_cookie_manager_get_type -ephy_cookie_manager_list_cookies -ephy_cookie_manager_remove_cookie -ephy_cookie_manager_clear -<SUBSECTION Standard> -EPHY_COOKIE_MANAGER -EPHY_IS_COOKIE_MANAGER -EPHY_TYPE_COOKIE_MANAGER -ephy_cookie_get_type -EPHY_COOKIE_MANAGER_GET_IFACE -</SECTION> <SECTION> <FILE>EphyContentPolicy</FILE> |