aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-2/+0
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
| | | | | | on trunk. svn path=/trunk/; revision=7837
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
| | | | | | Patch by Luca Bruno. svn path=/trunk/; revision=7819
* Implement clipboard operations for WebKit.Xan Lopez2007-12-221-0/+17
| | | | svn path=/trunk/; revision=7795
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
| | | | | | This makes current location and page title updates work more consistently. svn path=/trunk/; revision=7782
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-151-2/+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/+516
Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764