Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 1 | -343/+0 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 1 | -3/+3 |
| | |||||
* | webkit-embed-single: couple of cleanups. | Xan Lopez | 2009-03-14 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=8886 | ||||
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 1 | -9/+0 |
| | | | | svn path=/trunk/; revision=8825 | ||||
* | webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings. | Xan Lopez | 2009-02-26 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=8814 | ||||
* | webkit-embed-single: unref cookie jar once it's added to the session. | Xan Lopez | 2009-02-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8813 | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 1 | -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 Lopez | 2008-12-12 | 1 | -0/+31 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 1 | -31/+0 |
| | | | | svn path=/trunk/; revision=8632 | ||||
* | Make epiphany/webkit start in online mode (though there is no difference | Xan Lopez | 2008-02-24 | 1 | -1/+8 |
| | | | | | | between online and offline mode at this point). svn path=/trunk/; revision=7978 | ||||
* | Initial implementation of WebKit preferences. | Xan Lopez | 2008-02-15 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=7940 | ||||
* | Small cleanups in webki-embed-single.c | Xan Lopez | 2008-02-14 | 1 | -12/+13 |
| | | | | svn path=/trunk/; revision=7937 | ||||
* | Track header location change in WebKit r29898 | Alp Toker | 2008-02-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7902 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -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 only | Xan Lopez | 2007-12-15 | 1 | -3/+1 |
| | | | | | | include <webkit.h>. svn path=/trunk/; revision=7769 | ||||
* | Rename cpp files to c in the WebKit backend; they are pure C. | Xan Lopez | 2007-12-10 | 1 | -0/+361 |
Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764 |