aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed-single.c
Commit message (Collapse)AuthorAgeFilesLines
* 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