Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use g_object_connect for multiple signal connections to the same object. | Xan Lopez | 2008-03-01 | 1 | -12/+8 |
| | | | | svn path=/trunk/; revision=8005 | ||||
* | Do not set to NULL private members in init, memory is already zeroed. | Xan Lopez | 2008-03-01 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8004 | ||||
* | Add ephy-embed::new-document-now signal, does the same than old | Xan Lopez | 2008-02-18 | 1 | -0/+4 |
| | | | | | | | | ge-content-change (used by adblock extension). Part of #502283 svn path=/trunk/; revision=7959 | ||||
* | Remove unneeded embed list for prefs. | Xan Lopez | 2008-02-16 | 1 | -11/+0 |
| | | | | svn path=/trunk/; revision=7951 | ||||
* | Initial implementation of WebKit preferences. | Xan Lopez | 2008-02-15 | 1 | -0/+14 |
| | | | | svn path=/trunk/; revision=7940 | ||||
* | Cleanups in webkit-embed.c | Xan Lopez | 2008-02-10 | 1 | -24/+15 |
| | | | | svn path=/trunk/; revision=7925 | ||||
* | Implement back and forward history, patch by Jan Alonzo | Xan Lopez | 2008-02-05 | 1 | -9/+73 |
| | | | | | | with several cleanups. (#506566) svn path=/trunk/; revision=7918 | ||||
* | Track header location change in WebKit r29898 | Alp Toker | 2008-02-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7902 | ||||
* | Track upstream API change in WebKit r29550 | Alp Toker | 2008-01-18 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7872 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -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 lands | Xan Lopez | 2007-12-30 | 1 | -33/+34 |
| | | | | | | on trunk. svn path=/trunk/; revision=7837 | ||||
* | Implement "select all" for WebKit backend. (#505569) | Xan Lopez | 2007-12-25 | 1 | -0/+2 |
| | | | | | | Patch by Luca Bruno. svn path=/trunk/; revision=7819 | ||||
* | Implement clipboard operations for WebKit. | Xan Lopez | 2007-12-22 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=7795 | ||||
* | Track WebKit upstream API changes r28817, r28818 | Alp Toker | 2007-12-18 | 1 | -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 only | Xan Lopez | 2007-12-15 | 1 | -2/+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/+516 |
Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764 |