Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make EphyEmbedPersist a non-interface type. | Xan Lopez | 2009-06-06 | 3 | -154/+0 |
| | |||||
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 3 | -401/+1 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 1 | -3/+3 |
| | |||||
* | Change EphyEmbed to not be an interface type. | Xan Lopez | 2009-06-05 | 5 | -1108/+0 |
| | | | | Holds the code that used to be in WebKitEmbed, which is now dead. | ||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 1 | -139/+45 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 1 | -25/+4 |
| | |||||
* | Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request. | Xan Lopez | 2009-06-03 | 1 | -11/+0 |
| | |||||
* | Correctly handle the 'cancel' case in the download decision dialog | Gustavo Noronha Silva | 2009-06-02 | 1 | -1/+2 |
| | | | | | | | | | Bug #583855 The code that handled responses for the download decision dialog was getting the downloader view from the embed too early. This change confines the request for the downloader view to the condition block that actually uses it. | ||||
* | webkit-embed.c: we still do need to update loading_uri here. | Xan Lopez | 2009-05-31 | 1 | -0/+3 |
| | | | | | Fell through the cracks when moving the normalization higher on the stack. | ||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 1 | -41/+0 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Remove LoadFlags | Gustavo Noronha Silva | 2009-05-30 | 1 | -1/+0 |
| | | | | | | They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization. | ||||
* | Move URL normalization out of embed, to a higher level | Gustavo Noronha Silva | 2009-05-30 | 1 | -13/+1 |
| | | | | | We need this because not all code that loads URLs goes through embed now. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 1 | -2/+3 |
| | | | | | This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. | ||||
* | webkit-embed.c: do not reinvent ephy-embed-utils functions. | Xan Lopez | 2009-05-29 | 1 | -10/+2 |
| | |||||
* | webkit-embed: use C gettext macro for translation context. | Xan Lopez | 2009-05-28 | 1 | -3/+1 |
| | | | | Patch by Claude Paroz, bug #583893 | ||||
* | Preserve back/forward history when opening links in new tabs/windows. | Xan Lopez | 2009-05-28 | 1 | -0/+31 |
| | | | | Bug #583459. | ||||
* | Fix variable declaration mixed with the code. | Gustavo Noronha Silva | 2009-05-23 | 1 | -1/+2 |
| | |||||
* | Reimplement the original download logic and dialog. | Gustavo Noronha Silva | 2009-05-23 | 1 | -2/+162 |
| | | | | | We are still missing some of the MIME logic, pending on a WebKit feature landing. | ||||
* | Implement caret browsing mode (bug #562621) | Xan Lopez | 2009-04-28 | 1 | -1/+4 |
| | |||||
* | webkit-embed: don use deprecated 'title-changed' signal, connect to ↵ | Xan Lopez | 2009-04-24 | 1 | -11/+14 |
| | | | | notify::title instead. | ||||
* | Use GNOME settings for default font sizes. | Xan Lopez | 2009-04-22 | 1 | -0/+38 |
| | | | | We were using WebKitGTK+ defaults now. | ||||
* | Remove unnecessary passing around of WebKitEmbed, and fix some style | Gustavo Noronha Silva | 2009-03-27 | 1 | -13/+6 |
| | | | | | | issues. svn path=/trunk/; revision=8945 | ||||
* | Adding myself to the header as copyright holder, for earlier | Gustavo Noronha Silva | 2009-03-27 | 1 | -0/+1 |
| | | | | | | contributions. svn path=/trunk/; revision=8943 | ||||
* | Implementing auto-download, and respecting download lock-down. | Gustavo Noronha Silva | 2009-03-27 | 1 | -30/+88 |
| | | | | svn path=/trunk/; revision=8942 | ||||
* | Remove downloading files when cancelling the download. | Gustavo Noronha Silva | 2009-03-26 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8940 | ||||
* | 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-single: couple of cleanups. | Xan Lopez | 2009-03-14 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=8886 | ||||
* | 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 get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 1 | -9/+0 |
| | | | | svn path=/trunk/; revision=8825 | ||||
* | webkit-embed-prefs: use utils macro to get WebView from embed. | Xan Lopez | 2009-02-28 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=8823 | ||||
* | webkit-embed-prefs: support user style sheets. | Xan Lopez | 2009-02-27 | 1 | -1/+36 |
| | | | | | | Bug #562628 svn path=/trunk/; revision=8819 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8695 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 1 | -1/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | 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 | 2 | -1/+68 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | 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 | ||||
* | 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 | 4 | -160/+1 |
| | | | | | | 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 | ||||
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 3 | -238/+0 |
| | | | | svn path=/trunk/; revision=8292 | ||||
* | Implement search in page for the WebKit embed. | Cosimo Cecchi | 2008-06-17 | 1 | -9/+81 |
| | | | | svn path=/trunk/; revision=8284 | ||||
* | 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 epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 2 | -0/+4 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | 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 | ||||
* | Support more preferences in the WebKit backend and add code to easily add | Xan Lopez | 2008-02-28 | 1 | -18/+91 |
| | | | | | | support for more (in theory..). svn path=/trunk/; revision=7995 | ||||
* | 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 | ||||
* | Add our own reference to the webkit history item. | Xan Lopez | 2008-02-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7961 | ||||
* | 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 | 3 | -22/+0 |
| | | | | svn path=/trunk/; revision=7951 | ||||
* | Do not apply prefs to a view more than once. | Xan Lopez | 2008-02-15 | 1 | -11/+0 |
| | | | | svn path=/trunk/; revision=7943 | ||||
* | Plug leaks in webkit-embed-prefs.c | Xan Lopez | 2008-02-15 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=7942 | ||||
* | Initial implementation of WebKit preferences. | Xan Lopez | 2008-02-15 | 5 | -0/+158 |
| | | | | 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 | ||||
* | Cleanups in webkit-embed.c | Xan Lopez | 2008-02-10 | 1 | -24/+15 |
| | | | | svn path=/trunk/; revision=7925 | ||||
* | Fix encoding for webkit-history-item.* | Xan Lopez | 2008-02-05 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=7919 | ||||
* | Implement back and forward history, patch by Jan Alonzo | Xan Lopez | 2008-02-05 | 4 | -10/+231 |
| | | | | | | with several cleanups. (#506566) svn path=/trunk/; revision=7918 | ||||
* | Track header location change in WebKit r29898 | Alp Toker | 2008-02-01 | 2 | -2/+2 |
| | | | | 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 | 2 | -3/+0 |
| | | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858 | ||||
* | Update to new coding guidelines. | Xan Lopez | 2008-01-05 | 1 | -18/+20 |
| | | | | svn path=/trunk/; revision=7850 | ||||
* | 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 | ||||
* | Fix parent class/instance types. | Xan Lopez | 2007-12-22 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=7796 | ||||
* | 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 | 2 | -5/+2 |
| | | | | | | include <webkit.h>. svn path=/trunk/; revision=7769 | ||||
* | Small cleanup in webkit-embed-persist.c | Xan Lopez | 2007-12-10 | 1 | -36/+21 |
| | | | | svn path=/trunk/; revision=7765 | ||||
* | Rename cpp files to c in the WebKit backend; they are pure C. | Xan Lopez | 2007-12-10 | 5 | -6/+8 |
| | | | | | | Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764 | ||||
* | Match WebKit/GTK+ API changes made in WebKit SVN r28273 | Alp Toker | 2007-12-01 | 2 | -34/+34 |
| | | | | | | | | | http://bugs.webkit.org/show_bug.cgi?id=15691 [GTK] Public API does not follow GTK+ conventions This change is part of the current API stabilization effort. svn path=/trunk/; revision=7740 | ||||
* | Remove unused variable in WebKitEmbed class_init. | Xan Lopez | 2007-11-18 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=7715 | ||||
* | Fix: http being appended to 'about' pages. (Bug #496136) | Jan Michael C. Alonzo | 2007-11-13 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=7683 | ||||
* | Fix backend name for WebKit and update docs in ↵ | Xan Lopez | 2007-11-13 | 1 | -1/+1 |
| | | | | | | ephy_embed_single_get_backend_name. svn path=/trunk/; revision=7678 | ||||
* | Call webkit_init in engine initialization to avoid crashes. (Bug #496114) | Jan Michael C. Alonzo | 2007-11-12 | 2 | -2/+4 |
| | | | | svn path=/trunk/; revision=7674 | ||||
* | Implement grab_focus in EphyBaseEmbed. | Xan Lopez | 2007-11-12 | 1 | -7/+0 |
| | | | | | | | | We still need a custom implementation in MozillaEmbed because the child of the embed won't exist until the widget is realized, so there is no point in grabbing focus until then. svn path=/trunk/; revision=7668 | ||||
* | Remove unused ge_net_state and ge_security_change. | Xan Lopez | 2007-11-12 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=7665 | ||||
* | Oops, readd missing variable. | Xan Lopez | 2007-11-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=7658 | ||||
* | Don't use mozilla-like variable names for parameters. | Xan Lopez | 2007-11-11 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=7657 | ||||
* | Implement close for WebKitEmbed (simply destroys the widget). | Xan Lopez | 2007-11-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7656 | ||||
* | Connect to "hovering-over-link" signal in WebKit to set link_message. | Cosimo Cecchi | 2007-11-07 | 1 | -0/+11 |
| | | | | svn path=/trunk/; revision=7638 | ||||
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7636 | ||||
* | Fix webkit backend build, and modify indentation to match new style. | Xan Lopez | 2007-11-06 | 4 | -128/+121 |
| | | | | svn path=/trunk/; revision=7635 | ||||
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -430/+29 |
| | | | | | | | The way both backends track progress seem to be very different, so I've exported the set_load_percent to get this going for now. svn path=/trunk/; revision=7630 | ||||
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 1 | -0/+6 |
| | | | | | | | in Mozilla and XulRunner backends. Bug #476411. svn path=/trunk/; revision=7623 | ||||
* | Remove trailing whitespace, patch by Cyril Brulebois. | Xan Lopez | 2007-11-01 | 1 | -29/+29 |
| | | | | svn path=/trunk/; revision=7614 | ||||
* | Update title property on title-changed signal from webkit. | Xan Lopez | 2007-10-29 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=7611 | ||||
* | Add dummy popup management properties to the webkit backend. | Xan Lopez | 2007-10-29 | 1 | -36/+48 |
| | | | | | | Also, untabify. svn path=/trunk/; revision=7610 | ||||
* | Add placeholders for all the new properties in embed. | Xan Lopez | 2007-10-27 | 1 | -15/+192 |
| | | | | | | The backend now compiles and runs. svn path=/trunk/; revision=7573 | ||||
* | Remove non-existing functions in the embed interface from the _init function. | Xan Lopez | 2007-10-27 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=7572 | ||||
* | get_link_message returns const char * now. | Xan Lopez | 2007-10-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7571 | ||||
* | get_title returns const char * now. | Xan Lopez | 2007-10-26 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7570 | ||||
* | Update WebKit backend to EphyEmbed and EphyTab changes, and implements load ↵ | Cosimo Cecchi | 2007-10-23 | 1 | -6/+203 |
| | | | | | | progress for WebKit. svn path=/trunk/; revision=7551 | ||||
* | Do not bother emitting signal we don't have. | Xan Lopez | 2007-10-07 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=7518 | ||||
* | Implement several missing methods. | Xan Lopez | 2007-10-07 | 1 | -54/+122 |
| | | | | | | | | | | | | | Based on the patch by Cosimo Cecchi. This adds the stubs for proper net status notification, implements get_title, get_location and workarounds the bug in webkit that will make pages not load images if the protocol is not specified in the url (it will only work for http though). Fixes bug #461652 svn path=/trunk/; revision=7517 | ||||
* | Match the WebKit/Gtk+ API changes made in WebKit SVN r26022 | Alp Toker | 2007-10-04 | 1 | -16/+16 |
| | | | | svn path=/trunk/; revision=7514 | ||||
* | Implement reload. | Xan Lopez | 2007-08-17 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=7281 | ||||
* | Do not use #ifdef inside macros, ancient compilers don't like it | Xan Lopez | 2007-07-31 | 1 | -2/+14 |
| | | | | | | | | | | | | 2007-07-31 Xan Lopez <xan@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: * embed/webkit/webkit-embed-single.cpp: Do not use #ifdef inside macros, ancient compilers don't like it svn path=/trunk/; revision=7225 | ||||
* | can_go methods now work, WebKit was missing the implementations for those | Diego Escalante Urrelo | 2007-07-30 | 1 | -4/+25 |
| | | | | | | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/webkit/webkit-embed.cpp: can_go methods now work, WebKit was missing the implementations for those functions, it's fixed now so we can use can_go methods. Note that they are useless without the ge_location signal being emitted (dummy code included, commented). Part of Bug #461652. svn path=/trunk/; revision=7216 | ||||
* | Add returns where needed, remove unnecessary variables. | Xan Lopez | 2007-07-30 | 2 | -6/+5 |
| | | | | | | | | | | | 2007-07-30 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed.cpp: Add returns where needed, remove unnecessary variables. svn path=/trunk/; revision=7215 | ||||
* | Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug | Diego Escalante Urrelo | 2007-07-30 | 8 | -80/+80 |
| | | | | | | | | | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-find.cpp: Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug #461689. svn path=/trunk/; revision=7214 | ||||
* | Implement stop loading method, for some reason can_go methods will fail to | Xan Lopez | 2007-07-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | 2007-07-28 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed.cpp: Implement stop loading method, for some reason can_go methods will fail to link. * src/epiphany.override: Remove mozilla include. svn path=/trunk/; revision=7209 | ||||
* | Add support for the WebKit engine, compile with --with-engine=webkit to | Xan Lopez | 2007-07-28 | 9 | -0/+1233 |
2007-07-27 Xan Lopez <xan@gnome.org> * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. svn path=/trunk/; revision=7208 |