Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon | Peter Bui | 2009-07-21 | 1 | -0/+1 |
| | | | | | | Bug #578575 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 1 | -6/+0 |
| | | | | | | Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. | ||||
* | ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the address | Xan Lopez | 2009-07-21 | 1 | -0/+6 |
| | | | | | Fixes the updating of the current address before the load starts when loading pages from the command line (bug #588143) | ||||
* | ephy-embed.h: remove unneeded header. | Xan Lopez | 2009-06-21 | 1 | -1/+0 |
| | |||||
* | Add a function to get the EphyWebView inside an EphyEmbed. | Xan Lopez | 2009-06-21 | 2 | -1/+17 |
| | | | | For the benefit of bindings. | ||||
* | ephy-web-view.c: adapt to another API change in WebKitGTK+. | Xan Lopez | 2009-06-21 | 1 | -2/+2 |
| | | | | | The bf list now refs newly added items, mostly for the convenience of bindings. | ||||
* | ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView. | Xan Lopez | 2009-06-17 | 1 | -1/+1 |
| | | | | Not many chances it will work. | ||||
* | Simplify widget hierarchy. | Xan Lopez | 2009-06-16 | 3 | -54/+22 |
| | | | | Get rid of a dummy GtkBin layer. | ||||
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 4 | -38/+38 |
| | |||||
* | ephy-web-view.c: use 'load-status' property from WebKitWebView also internally. | Xan Lopez | 2009-06-14 | 1 | -36/+7 |
| | | | | | | Get rid of our 'load-status' property, and just keep the API semantics of the ephy_web_view_get_load_status function using the WebKitWebView's 'load-status' property. | ||||
* | Use WebKitWebView::load-status instead of our own solution. | Xan Lopez | 2009-06-14 | 1 | -106/+53 |
| | |||||
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 3 | -84/+2 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-web-view.c: s/embed/view/ in a few places. | Xan Lopez | 2009-06-14 | 1 | -5/+5 |
| | |||||
* | downloader-view.c: fix warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embeds-single.c: style fix. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embed-single.*: re-indent and untabify. | Xan Lopez | 2009-06-06 | 2 | -156/+158 |
| | |||||
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 6 | -114/+3 |
| | | | | It's useless now, since there's only one backend. | ||||
* | Make EphyEmbedPersist a non-interface type. | Xan Lopez | 2009-06-06 | 6 | -165/+7 |
| | |||||
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 7 | -474/+268 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 7 | -48/+46 |
| | |||||
* | Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed. | Xan Lopez | 2009-06-05 | 4 | -167/+48 |
| | |||||
* | Change EphyEmbed to not be an interface type. | Xan Lopez | 2009-06-05 | 10 | -119/+110 |
| | | | | 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 | 13 | -2645/+2239 |
| | | | | | | | 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 | 5 | -45/+24 |
| | |||||
* | Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request. | Xan Lopez | 2009-06-03 | 3 | -34/+0 |
| | |||||
* | ephy-web-view.c: use nil for false value in elisp, not 'f'. | Xan Lopez | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -74/+49 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Remove LoadFlags | Gustavo Noronha Silva | 2009-05-30 | 3 | -12/+1 |
| | | | | | | 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. | ||||
* | Provide API to loading using WebKitNetworkRequest | Gustavo Noronha Silva | 2009-05-30 | 2 | -0/+22 |
| | | | | | | As the first API adition to out WebKitWebView subclass, we allow Epiphany code to use a WebKitNetworkRequest to load pages. This way we can use the full request information, not just the URI. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 4 | -3/+130 |
| | | | | | 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 | 2 | -0/+32 |
| | | | | 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 | 3 | -3/+229 |
| | | | | | We are still missing some of the MIME logic, pending on a WebKit feature landing. | ||||
* | ephy-embed: remove scroll methods from embed | Xan Lopez | 2009-05-22 | 1 | -17/+0 |
| | | | | The way to scroll now is through the adjustments bound to the view. | ||||
* | Implement caret browsing mode (bug #562621) | Xan Lopez | 2009-04-28 | 2 | -1/+5 |
| | |||||
* | ephy-embed: Mark favicon cache as dirty after deletion (bug #120826) | Priit Laes | 2009-04-25 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -4/+40 |
| | | | | 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 | 2 | -1/+4 |
| | | | | 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 | 2 | -26/+68 |
| | | | | | | | | 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 | ||||
* | ephy-base-embed: remove note about using force reload when available. | Xan Lopez | 2009-03-18 | 1 | -4/+0 |
| | | | | | | Turns out it's better not to, see bug #568108. svn path=/trunk/; revision=8916 | ||||
* | 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 | ||||
* | Adapt WebKitDownload-related code to the changes done today in | Gustavo Noronha Silva | 2009-03-13 | 1 | -28/+36 |
| | | | | | | WebKitGTK+. svn path=/trunk/; revision=8877 | ||||
* | 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 | 2 | -11/+14 |
| | | | | svn path=/trunk/; revision=8851 | ||||
* | Basic download functionality for ephy/webkit. This update also removes | Gustavo Noronha Silva | 2009-03-05 | 6 | -400/+173 |
| | | | | | | | | | 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 | 3 | -25/+0 |
| | | | | svn path=/trunk/; revision=8833 | ||||
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 3 | -28/+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 | 3 | -62/+1 |
| | | | | | | 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 | 3 | -5/+8 |
| | | | | | | 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 | 4 | -394/+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 | ||||
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8796 | ||||
* | Remove two unused get_type functions from public header files | Robert Carr | 2009-02-07 | 2 | -4/+0 |
| | | | | svn path=/trunk/; revision=8754 | ||||
* | 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 | ||||
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 2 | -146/+84 |
| | | | | svn path=/trunk/; revision=8731 | ||||
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 2 | -84/+0 |
| | | | | svn path=/trunk/; revision=8720 | ||||
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 1 | -9/+3 |
| | | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705 | ||||
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 37 | -37/+0 |
| | | | | svn path=/trunk/; revision=8695 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 2 | -2/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 1 | -1/+1 |
| | | | | | | | | | | Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678 | ||||
* | 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 | ||||
* | And re-add ephy-cookie-manager too. | Xan Lopez | 2008-12-12 | 2 | -0/+363 |
| | | | | svn path=/trunk/; revision=8635 | ||||
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 3 | -1/+69 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 2 | -0/+33 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 4 | -396/+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 | ||||
* | Include missing Returns: in comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+8 |
| | | | | svn path=/trunk/; revision=8562 | ||||
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8560 | ||||
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵ | Christian Persch | 2008-09-25 | 1 | -3/+7 |
| | | | | | | GnomeClient. svn path=/trunk/; revision=8541 | ||||
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 1 | -12/+0 |
| | | | | | | | This should fix the crash when libnotify was uninit before the notification was actually shown. Fix suggested by Colin Walters, closes: #536768. svn path=/trunk/; revision=8380 | ||||
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 3 | -23/+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 | 2 | -35/+39 |
| | | | | svn path=/trunk/; revision=8328 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 3 | -63/+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 | 4 | -79/+47 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 8 | -278/+1 |
| | | | | | | Not needed anymore. svn path=/trunk/; revision=8314 | ||||
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 3 | -30/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313 | ||||
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 3 | -74/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312 | ||||
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 3 | -83/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311 | ||||
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8310 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 3 | -24/+0 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 4 | -24/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 4 | -24/+2 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 3 | -24/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 3 | -23/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 4 | -33/+4 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 3 | -23/+0 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | ephy-embed-utils: add macro to get webkitwebview from embed. | Xan Lopez | 2008-06-30 | 2 | -0/+5 |
| | | | | | | Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301 | ||||
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 7 | -475/+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 | ||||
* | Fix some build warnings. Bug #537487. | Cosimo Cecchi | 2008-06-10 | 3 | -2/+2 |
| | | | | svn path=/trunk/; revision=8274 | ||||
* | 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 | ||||
* | Do not do single includes in embed/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 9 | -27/+10 |
| | | | | svn path=/trunk/; revision=8266 | ||||
* | 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 | ||||
* | Fix the window title copying status bar's text, closes: #524587 | Diego Escalante Urrelo | 2008-05-24 | 1 | -13/+8 |
| | | | | svn path=/trunk/; revision=8250 | ||||
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 26 | -0/+100 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | Small cleanup. | Xan Lopez | 2008-04-08 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=8202 | ||||
* | Small cleanups and correct return value of popup-menu callback. | Xan Lopez | 2008-04-08 | 1 | -7/+5 |
| | | | | svn path=/trunk/; revision=8201 | ||||
* | Remove this too | Christian Persch | 2008-04-04 | 82 | -22391/+0 |
| | | | | svn path=/trunk/; revision=8184 | ||||
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 2 | -56/+4 |
| | | | | svn path=/trunk/; revision=8183 | ||||
* | Decruftify | Christian Persch | 2008-04-03 | 139 | -29111/+0 |
| | | | | svn path=/trunk/; revision=8182 | ||||
* | Try harder to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8177 | ||||
* | Try to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 2 | -0/+10 |
| | | | | svn path=/trunk/; revision=8175 | ||||
* | Do use a 1.9 xpidl for this | Christian Persch | 2008-03-28 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8139 | ||||
* | Renegerate this with an older xpidl version, so it compiles on xr1.9 beta ↵ | Christian Persch | 2008-03-28 | 1 | -20/+18 |
| | | | | | | release svn path=/trunk/; revision=8138 | ||||
* | Next try to get cert exception addition working. This too isn't not working ↵ | Christian Persch | 2008-03-27 | 12 | -214/+426 |
| | | | | | | correctly though; it fails to get any properties from my |arguments| object. svn path=/trunk/; revision=8135 | ||||
* | Fix the build | Christian Persch | 2008-03-17 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=8115 | ||||
* | Try to fix the build on 1.8. | Christian Persch | 2008-03-17 | 2 | -9/+31 |
| | | | | svn path=/trunk/; revision=8114 | ||||
* | Add a service to open the cert exception dialogue. | Christian Persch | 2008-03-15 | 4 | -0/+212 |
| | | | | svn path=/trunk/; revision=8110 | ||||
* | Fix the build with 1.9b4. | Christian Persch | 2008-03-15 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8108 | ||||
* | Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9. | Christian Persch | 2008-03-15 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8107 | ||||
* | Remove the unnecessary setting of the preffered action in the casees that ↵ | Christian Persch | 2008-03-15 | 2 | -28/+32 |
| | | | | | | | | action was going to be the default one anyway. Don't open twice, just let gecko handle opening in the preferred application. Browse-to doesn't seem to work yet. svn path=/trunk/; revision=8106 | ||||
* | Make this inclusion conditionally, since we don't use our directory provider ↵ | Christian Persch | 2008-03-14 | 1 | -1/+4 |
| | | | | | | on xr 1.9. svn path=/trunk/; revision=8105 | ||||
* | Typo fix | Christian Persch | 2008-03-14 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8104 | ||||
* | Fix the branding bundle registration by providing the app chrome manifest in ↵ | Christian Persch | 2008-03-14 | 1 | -2/+5 |
| | | | | | | the right directory, and set that directory as the component directory with gtk_moz_embed_set_comp_path. svn path=/trunk/; revision=8103 | ||||
* | Try again to fix the directory provider for 1.9. Branding still fails though | Christian Persch | 2008-03-13 | 6 | -14/+271 |
| | | | | svn path=/trunk/; revision=8101 | ||||
* | Try to fix the gecko 1.8 backend, and this also might fix the branding ↵ | Christian Persch | 2008-03-13 | 1 | -5/+3 |
| | | | | | | bundle not working on 1.9 svn path=/trunk/; revision=8100 | ||||
* | Use GChecksum to calculate the MD5 of favicons. | Xan Lopez | 2008-03-12 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=8099 | ||||
* | Fix | Christian Persch | 2008-03-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8096 | ||||
* | Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 | Christian Persch | 2008-03-11 | 8 | -25/+249 |
| | | | | svn path=/trunk/; revision=8094 | ||||
* | Add visited pages to history. | Xan Lopez | 2008-03-11 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=8093 | ||||
* | Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. ↵ | Xan Lopez | 2008-03-08 | 3 | -8/+8 |
| | | | | | | (#521017) svn path=/trunk/; revision=8054 | ||||
* | Use g_slice for EphyCookie allocation. (#520560) | Xan Lopez | 2008-03-06 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8044 | ||||
* | 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 | ||||
* | Strip anchors from URIs before trying to turn them into a GFile, and properly | Jens Granseuer | 2008-02-29 | 1 | -4/+21 |
| | | | | | | | handle get_file_info failing. Fixes a crash when using URLs like file:///path#anchor. Bug #519370. svn path=/trunk/; revision=8002 | ||||
* | Initialise variable. Bug #519173. | Christian Persch | 2008-02-28 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8001 | ||||
* | Fix AutoModalDialog::ShouldShow(). Bug #519173. | Christian Persch | 2008-02-28 | 2 | -6/+4 |
| | | | | svn path=/trunk/; revision=7999 | ||||
* | 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 | ||||
* | Fix a crash when downloading a file. (Bug #519121) | Carlos Garcia Campos | 2008-02-28 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=7994 | ||||
* | Remove cruft | Christian Persch | 2008-02-27 | 12 | -1040/+0 |
| | | | | svn path=/trunk/; revision=7990 | ||||
* | Add new types from xr 1.9. | Christian Persch | 2008-02-26 | 1 | -1/+9 |
| | | | | svn path=/trunk/; revision=7986 | ||||
* | Update for added nsIContentPolicy constants in 1.9. | Christian Persch | 2008-02-26 | 1 | -2/+8 |
| | | | | svn path=/trunk/; revision=7984 | ||||
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7981 | ||||
* | Remove unused struct member. | Xan Lopez | 2008-02-25 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=7979 | ||||
* | 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 | ||||
* | Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now ↵ | Xan Lopez | 2008-02-21 | 1 | -1/+1 |
| | | | | | | | | contained inside EphyEmbed instead of being its parent class. (#517149) svn path=/trunk/; revision=7972 | ||||
* | Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445. | Christian Persch | 2008-02-18 | 13 | -172/+415 |
| | | | | svn path=/trunk/; revision=7967 | ||||
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 13 | -463/+50 |
| | | | | svn path=/trunk/; revision=7964 | ||||
* | Comment this out; it's unreliable | Christian Persch | 2008-02-18 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=7963 | ||||
* | Add our own reference to the webkit history item. | Xan Lopez | 2008-02-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7961 | ||||
* | No need to implement nsIBadCertListener2 here | Christian Persch | 2008-02-18 | 2 | -21/+4 |
| | | | | svn path=/trunk/; revision=7960 | ||||
* | Add ephy-embed::new-document-now signal, does the same than old | Xan Lopez | 2008-02-18 | 4 | -0/+28 |
| | | | | | | | | ge-content-change (used by adblock extension). Part of #502283 svn path=/trunk/; revision=7959 | ||||
* | Add stub for displayProtectedAuth | Christian Persch | 2008-02-18 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=7957 | ||||
* | Add translator comment. | Christian Persch | 2008-02-18 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=7956 | ||||
* | Remove unneeded embed list for prefs. | Xan Lopez | 2008-02-16 | 3 | -22/+0 |
| | | | | svn path=/trunk/; revision=7951 | ||||
* | Make Go Up recognize HTML anchors. Bug #335631. | Cosimo Cecchi | 2008-02-15 | 1 | -1/+11 |
| | | | | svn path=/trunk/; revision=7946 | ||||
* | 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 | ||||
* | Fix keyboard focus remaining in the location entry after entering | Cosimo Cecchi | 2008-02-01 | 1 | -1/+4 |
| | | | | | | the address. Bug #513345. svn path=/trunk/; revision=7900 | ||||
* | Fix compilation error with gcc4.3. | Cosimo Cecchi | 2008-01-29 | 2 | -2/+2 |
| | | | | | | Patch by Sebastien Bacher, bug #512027. svn path=/trunk/; revision=7896 | ||||
* | Better fix for bug #511759. | Cosimo Cecchi | 2008-01-25 | 2 | -2/+9 |
| | | | | svn path=/trunk/; revision=7888 | ||||
* | Track upstream API change in WebKit r29550 | Alp Toker | 2008-01-18 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7872 | ||||
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 3 | -4/+6 |
| | | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 18 | -222/+236 |
| | | | | | | | 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 | ||||
* | Port ephy-window.c to the new API, remove old API. | Xan Lopez | 2007-12-30 | 3 | -148/+8 |
| | | | | | | Closes bug #506005 svn path=/trunk/; revision=7836 | ||||
* | Make MozillaHistoryItem create url and title on demand. | Xan Lopez | 2007-12-30 | 6 | -47/+109 |
| | | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835 | ||||
* | Use the new interfaces for backward/forward menus. | Xan Lopez | 2007-12-30 | 3 | -7/+4 |
| | | | | | | | | | | | Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 svn path=/trunk/; revision=7834 | ||||
* | Mozilla implementation of the embed history interfaces. | Xan Lopez | 2007-12-30 | 5 | -4/+219 |
| | | | | svn path=/trunk/; revision=7833 | ||||
* | Add new embed history interfaces. | Xan Lopez | 2007-12-30 | 5 | -81/+282 |
| | | | | svn path=/trunk/; revision=7832 | ||||
* | If is_blank is TRUE then set title to Blank page without checking whether | Xan Lopez | 2007-12-27 | 1 | -2/+2 |
| | | | | | | title was NULL or not. Fixes (again!) empty new tabs. svn path=/trunk/; revision=7829 | ||||
* | Make libnotify optional, completes the previous commit by chpe. | Diego Escalante Urrelo | 2007-12-27 | 1 | -4/+38 |
| | | | | svn path=/trunk/; revision=7825 | ||||
* | Whitespace fixes. | Xan Lopez | 2007-12-27 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7824 | ||||
* | Implement "select all" for WebKit backend. (#505569) | Xan Lopez | 2007-12-25 | 1 | -0/+2 |
| | | | | | | Patch by Luca Bruno. svn path=/trunk/; revision=7819 | ||||
* | Display a single host entry in the History Window also when the same host | Cosimo Cecchi | 2007-12-25 | 1 | -10/+21 |
| | | | | | | | is visited with different protocols (http and https). Fix bug #313481. svn path=/trunk/; revision=7818 | ||||
* | Fix missing tab title on empty page. | Cosimo Cecchi | 2007-12-25 | 1 | -5/+6 |
| | | | | | | Bug #503854. svn path=/trunk/; revision=7817 | ||||
* | Enable multiple selection in download dialog, now you can cancel more than one | Diego Escalante Urrelo | 2007-12-24 | 1 | -19/+45 |
| | | | | | | | | | download at a time. Note that this has no effect over the Pause button, only over Stop. Bug #327734. svn path=/trunk/; revision=7812 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -2/+8 |
| | | | | svn path=/trunk/; revision=7811 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -8/+37 |
| | | | | svn path=/trunk/; revision=7810 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7809 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -3/+11 |
| | | | | svn path=/trunk/; revision=7808 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 2 | -1/+9 |
| | | | | svn path=/trunk/; revision=7807 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=7806 | ||||
* | Fixes for xr 1.9. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -1/+18 |
| | | | | svn path=/trunk/; revision=7805 | ||||
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=7804 | ||||
* | Add ifdefs for xr 1.9. Part of bug #503657. | Christian Persch | 2007-12-24 | 2 | -7/+41 |
| | | | | svn path=/trunk/; revision=7803 | ||||
* | download-dialog hidden state is now saved to gconf. New downloads started while | Diego Escalante Urrelo | 2007-12-24 | 1 | -13/+97 |
| | | | | | | | | | | the dialog is hidden pop-up a notification (as in libnotify). We now require libnotify to build. Fixes bug #311209. svn path=/trunk/; revision=7802 | ||||
* | Also fix parent instance/class for MozillaEmbed. | Xan Lopez | 2007-12-23 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=7797 | ||||
* | 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 | 2 | -39/+65 |
| | | | | 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 | ||||
* | Constify char* parameter for ephy_base_embed_location_changed. | Xan Lopez | 2007-12-18 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=7781 | ||||
* | Release 2.21.4.RELEASE_2_21_4 | Christian Persch | 2007-12-16 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=7776 | ||||
* | Fix comment. | Christian Persch | 2007-12-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7773 | ||||
* | 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 | ||||
* | Need to put the parent struct first. | Christian Persch | 2007-11-29 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=7739 | ||||
* | Initialize the title property to "Blank page" in EphyBaseEmbed. | Xan Lopez | 2007-11-27 | 1 | -0/+1 |
| | | | | | | Bug #499803 svn path=/trunk/; revision=7732 | ||||
* | Remove unused variable in WebKitEmbed class_init. | Xan Lopez | 2007-11-18 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=7715 | ||||
* | Fix vfunc for get_visibility in EphyEmbed interface. | Xan Lopez | 2007-11-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7714 | ||||
* | Move size-to code to the gecko backend. | Xan Lopez | 2007-11-18 | 1 | -0/+137 |
| | | | | | | Last part of bug #490672 svn path=/trunk/; revision=7713 | ||||
* | Put visibility property into EphyBaseEmbed, we need it for popups. | Xan Lopez | 2007-11-18 | 5 | -1/+68 |
| | | | | svn path=/trunk/; revision=7712 | ||||
* | Re-enable popup management code in EphyBaseEmbed. | Xan Lopez | 2007-11-17 | 3 | -317/+312 |
| | | | | | | | Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. svn path=/trunk/; revision=7711 | ||||
* | Move print-preview property to EphyEmbedContainer interface. | Xan Lopez | 2007-11-17 | 1 | -0/+4 |
| | | | | | | | | Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709 | ||||
* | Rename param to "set_active". | Christian Persch | 2007-11-17 | 2 | -5/+7 |
| | | | | svn path=/trunk/; revision=7708 | ||||
* | Yes, tabs. | Xan Lopez | 2007-11-17 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=7707 | ||||
* | Add type checkings in the EmbedContainer interface, not in the implementations. | Xan Lopez | 2007-11-17 | 1 | -7/+40 |
| | | | | svn path=/trunk/; revision=7706 | ||||
* | Move active-tab property to the embed-container interface. | Xan Lopez | 2007-11-17 | 1 | -0/+4 |
| | | | | | | | Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. svn path=/trunk/; revision=7703 | ||||
* | Make EphyEmbedContainer add_child method return the child's new position ↵ | Xan Lopez | 2007-11-17 | 2 | -4/+5 |
| | | | | | | inside the container. svn path=/trunk/; revision=7700 | ||||
* | Rename ephy_embed_container_jump_to_child to ↵ | Xan Lopez | 2007-11-16 | 2 | -9/+9 |
| | | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699 | ||||
* | Untabify ephy-embed-container.h | Xan Lopez | 2007-11-16 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=7696 | ||||
* | Add EphyEmbedContainer. | Xan Lopez | 2007-11-16 | 3 | -0/+266 |
| | | | | svn path=/trunk/; revision=7692 | ||||
* | embed/ephy-history.h: build fix, missing comma | Jan Michael C. Alonzo | 2007-11-14 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7688 | ||||
* | Add icon-updated signal to EphyHistory. | Xan Lopez | 2007-11-14 | 3 | -27/+39 |
| | | | | | | Use it to update the bookmarks icon, as it was done in EphyTab before. svn path=/trunk/; revision=7687 | ||||
* | Uncomment icon update for history in EphyBaseEmbed, it works just fine. | Xan Lopez | 2007-11-14 | 1 | -8/+5 |
| | | | | svn path=/trunk/; revision=7686 | ||||
* | 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 | 2 | -2/+2 |
| | | | | | | 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 | ||||
* | 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-12 | 1 | -1/+1 |
| | | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - mozilla/EphyAboutModule.cpp: move comment one line down so it shows up in the .po files svn path=/trunk/; revision=7673 | ||||
* | 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-12 | 1 | -1/+2 |
| | | | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - mozilla/EphyAboutModule.cpp: s/Epiphany/the web browser and add translator comment to indicate that %s means LSB_DISTRIBUTOR svn path=/trunk/; revision=7671 | ||||
* | Implement grab_focus in EphyBaseEmbed. | Xan Lopez | 2007-11-12 | 3 | -25/+26 |
| | | | | | | | | 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 | ||||
* | We don't inherit nothing from GtkMozEmbed anymore. | Xan Lopez | 2007-11-12 | 1 | -14/+0 |
| | | | | svn path=/trunk/; revision=7667 | ||||
* | Remove unused ge_content_changed. | Xan Lopez | 2007-11-12 | 3 | -23/+0 |
| | | | | svn path=/trunk/; revision=7666 | ||||
* | Remove unused ge_net_state and ge_security_change. | Xan Lopez | 2007-11-12 | 4 | -48/+0 |
| | | | | svn path=/trunk/; revision=7665 | ||||
* | Remove unused ge-location signal. | Xan Lopez | 2007-11-12 | 3 | -24/+0 |
| | | | | svn path=/trunk/; revision=7664 | ||||
* | 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 |