aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed-single.c
Commit message (Collapse)AuthorAgeFilesLines
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-061-343/+0
|
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-3/+3
|
* webkit-embed-single: couple of cleanups.Xan Lopez2009-03-141-8/+0
| | | | svn path=/trunk/; revision=8886
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-281-9/+0
| | | | svn path=/trunk/; revision=8825
* webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings.Xan Lopez2009-02-261-1/+6
| | | | svn path=/trunk/; revision=8814
* webkit-embed-single: unref cookie jar once it's added to the session.Xan Lopez2009-02-261-0/+1
| | | | svn path=/trunk/; revision=8813
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-231-31/+14
| | | | | | | 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
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-121-0/+31
| | | | svn path=/trunk/; revision=8633
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-31/+0
| | | | svn path=/trunk/; revision=8632
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-1/+8
| | | | | | between online and offline mode at this point). svn path=/trunk/; revision=7978
* Initial implementation of WebKit preferences.Xan Lopez2008-02-151-0/+5
| | | | svn path=/trunk/; revision=7940
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
| | | | svn path=/trunk/; revision=7937
* Track header location change in WebKit r29898Alp Toker2008-02-011-1/+1
| | | | svn path=/trunk/; revision=7902
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-1/+0
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-151-3/+1
| | | | | | include <webkit.h>. svn path=/trunk/; revision=7769
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-101-0/+361
Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764