Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Epiphany's profile directory to store the downloaded file | Gustavo Noronha Silva | 2009-03-26 | 1 | -7/+8 |
| | | | | | | temporarily, instead of XDG's cache directory. svn path=/trunk/; revision=8939 | ||||
* | webkit-embed: 'foo ? foo : NULL' == 'foo' | Xan Lopez | 2009-03-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8930 | ||||
* | Removing unused variable | Gustavo Noronha Silva | 2009-03-21 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8929 | ||||
* | Do not use gtk_dialog_run() for the file chooser dialog when | Gustavo Noronha Silva | 2009-03-21 | 1 | -26/+60 |
| | | | | | | | | downloading. Start downloading early to a temporary location, and change the target URI after the user has decided where to put the file on. svn path=/trunk/; revision=8928 | ||||
* | webkit-embed: re-add support for click-to-download. | Xan Lopez | 2009-03-16 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8908 | ||||
* | webkit-embed.c: set security information. | Xan Lopez | 2009-03-06 | 1 | -1/+24 |
| | | | | | | | | | | | | | Patch by Mario Sánchez Prada. Libsoup lacks the needed security API to do this properly, so for now just set SECURITY_HIGH when a site with 'https' protocol reaches load-committed. This at least means we are actually using SSL, otherwise libosup would have failed to load. Bug #551106 svn path=/trunk/; revision=8852 | ||||
* | Fix a few compiler warnings and coding style. | Xan Lopez | 2009-03-05 | 1 | -10/+13 |
| | | | | svn path=/trunk/; revision=8851 | ||||
* | Basic download functionality for ephy/webkit. This update also removes | Gustavo Noronha Silva | 2009-03-05 | 1 | -0/+57 |
| | | | | | | | | | the EphyDownload wrapper, which should be no longer needed with the advent of WebKitDownload. http://bugzilla.gnome.org/show_bug.cgi?id=570735 svn path=/trunk/; revision=8848 | ||||
* | webkit-embed: increase default size of inspector window. | Xan Lopez | 2009-03-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8843 | ||||
* | Remove ephy_embed_has_automatic_encoding, it's unused now. | Xan Lopez | 2009-03-02 | 1 | -7/+0 |
| | | | | svn path=/trunk/; revision=8833 | ||||
* | Remove embedding APIs for set/get encoding. | Xan Lopez | 2009-02-27 | 1 | -17/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8817 | ||||
* | webkit-embed: remove extra ';'. | Xan Lopez | 2009-02-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8816 | ||||
* | Implement get/set encoding for the embed. | Xan Lopez | 2009-02-27 | 1 | -2/+5 |
| | | | | | | Bug #525265 svn path=/trunk/; revision=8815 | ||||
* | Set page title for history on title-changed | Gustavo Noronha Silva | 2009-02-03 | 1 | -9/+8 |
| | | | | svn path=/trunk/; revision=8747 | ||||
* | webkit-embed: add titles for history items when we know them. | Xan Lopez | 2009-01-31 | 1 | -2/+13 |
| | | | | svn path=/trunk/; revision=8746 | ||||
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 1 | -31/+0 |
| | | | | svn path=/trunk/; revision=8720 | ||||
* | webkit-embed: do not prefix callbacks with 'webkit_embed', they are static ↵ | Xan Lopez | 2009-01-04 | 1 | -33/+33 |
| | | | | | | functions. svn path=/trunk/; revision=8663 | ||||
* | Emit ge-document-type when the mime type of a page is known. | Xan Lopez | 2009-01-04 | 1 | -0/+33 |
| | | | | svn path=/trunk/; revision=8662 | ||||
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 1 | -0/+64 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | webkit-embed: lose not needed casts to GObject. | Xan Lopez | 2008-12-06 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=8630 | ||||
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 1 | -7/+0 |
| | | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332 | ||||
* | embed: forgot to uncomment this when re-enabling restore zoom. | Xan Lopez | 2008-07-03 | 1 | -7/+1 |
| | | | | svn path=/trunk/; revision=8331 | ||||
* | embed: restore restore_zoom_level. | Xan Lopez | 2008-07-01 | 1 | -0/+39 |
| | | | | svn path=/trunk/; revision=8328 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 1 | -19/+0 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 1 | -1/+44 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 1 | -2/+0 |
| | | | | | | Not needed anymore. svn path=/trunk/; revision=8314 | ||||
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 1 | -10/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313 | ||||
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 1 | -40/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312 | ||||
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 1 | -47/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 1 | -8/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | Apply clamping for pixel scroll | Alp Toker | 2008-06-17 | 1 | -5/+2 |
| | | | | svn path=/trunk/; revision=8283 | ||||
* | Emit zoom change signal and implement pixel scrolling | Alp Toker | 2008-06-17 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=8282 | ||||
* | Add pages to ephy history on load-committed. | Xan Lopez | 2008-06-05 | 1 | -6/+5 |
| | | | | | | On load-started there's no guarantee that the page actually exists. svn path=/trunk/; revision=8272 | ||||
* | Add printing support. | Alp Toker | 2008-05-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8262 | ||||
* | Bring back zoom support using the zoom-level property added in WebKit r34249. | Alp Toker | 2008-05-30 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=8261 | ||||
* | Add visited pages to history. | Xan Lopez | 2008-03-11 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=8093 | ||||
* | 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 |