aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit
Commit message (Expand)AuthorAgeFilesLines
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-063-154/+0
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-063-401/+1
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-3/+3
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-055-1108/+0
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-139/+45
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-25/+4
* Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.Xan Lopez2009-06-031-11/+0
* Correctly handle the 'cancel' case in the download decision dialogGustavo Noronha Silva2009-06-021-1/+2
* webkit-embed.c: we still do need to update loading_uri here.Xan Lopez2009-05-311-0/+3
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-41/+0
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-1/+0
* Move URL normalization out of embed, to a higher levelGustavo Noronha Silva2009-05-301-13/+1
* Adding a new EphyWebView objectGustavo Noronha Silva2009-05-301-2/+3
* webkit-embed.c: do not reinvent ephy-embed-utils functions.Xan Lopez2009-05-291-10/+2
* webkit-embed: use C gettext macro for translation context.Xan Lopez2009-05-281-3/+1
* Preserve back/forward history when opening links in new tabs/windows.Xan Lopez2009-05-281-0/+31
* Fix variable declaration mixed with the code.Gustavo Noronha Silva2009-05-231-1/+2
* Reimplement the original download logic and dialog.Gustavo Noronha Silva2009-05-231-2/+162
* Implement caret browsing mode (bug #562621)Xan Lopez2009-04-281-1/+4
* webkit-embed: don use deprecated 'title-changed' signal, connect to notify::t...Xan Lopez2009-04-241-11/+14
* Use GNOME settings for default font sizes.Xan Lopez2009-04-221-0/+38
* Remove unnecessary passing around of WebKitEmbed, and fix some styleGustavo Noronha Silva2009-03-271-13/+6
* Adding myself to the header as copyright holder, for earlierGustavo Noronha Silva2009-03-271-0/+1
* Implementing auto-download, and respecting download lock-down.Gustavo Noronha Silva2009-03-271-30/+88
* Remove downloading files when cancelling the download.Gustavo Noronha Silva2009-03-261-1/+3
* Use Epiphany's profile directory to store the downloaded fileGustavo Noronha Silva2009-03-261-7/+8
* webkit-embed: 'foo ? foo : NULL' == 'foo'Xan Lopez2009-03-221-1/+1
* Removing unused variableGustavo Noronha Silva2009-03-211-1/+0
* Do not use gtk_dialog_run() for the file chooser dialog whenGustavo Noronha Silva2009-03-211-26/+60
* webkit-embed: re-add support for click-to-download.Xan Lopez2009-03-161-0/+8
* webkit-embed-single: couple of cleanups.Xan Lopez2009-03-141-8/+0
* webkit-embed.c: set security information.Xan Lopez2009-03-061-1/+24
* Fix a few compiler warnings and coding style.Xan Lopez2009-03-051-10/+13
* Basic download functionality for ephy/webkit. This update also removesGustavo Noronha Silva2009-03-051-0/+57
* webkit-embed: increase default size of inspector window.Xan Lopez2009-03-041-1/+1
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-7/+0
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-281-9/+0
* webkit-embed-prefs: use utils macro to get WebView from embed.Xan Lopez2009-02-281-1/+2
* webkit-embed-prefs: support user style sheets.Xan Lopez2009-02-271-1/+36
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-271-17/+0
* webkit-embed: remove extra ';'.Xan Lopez2009-02-271-1/+1
* Implement get/set encoding for the embed.Xan Lopez2009-02-271-2/+5
* webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings.Xan Lopez2009-02-261-1/+6
* webkit-embed-single: unref cookie jar once it's added to the session.Xan Lopez2009-02-261-0/+1
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-231-31/+14
* Set page title for history on title-changedGustavo Noronha Silva2009-02-031-9/+8
* webkit-embed: add titles for history items when we know them.Xan Lopez2009-01-311-2/+13
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-231-31/+0
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-141-1/+0
* webkit-embed: do not prefix callbacks with 'webkit_embed', they are static fu...Xan Lopez2009-01-041-33/+33
* Emit ge-document-type when the mime type of a page is known.Xan Lopez2009-01-041-0/+33
* Enable Web Inspector.Xan Lopez2008-12-122-1/+68
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-121-0/+31
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-31/+0
* webkit-embed: lose not needed casts to GObject.Xan Lopez2008-12-061-6/+6
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-7/+0
* embed: forgot to uncomment this when re-enabling restore zoom.Xan Lopez2008-07-031-7/+1
* embed: restore restore_zoom_level.Xan Lopez2008-07-011-0/+39
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-19/+0
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-1/+44
* embed: remove history item abstraction from embed.Xan Lopez2008-06-304-160/+1
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-301-10/+0
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-40/+0
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-47/+0
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-8/+0
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-7/+0
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-283-238/+0
* Implement search in page for the WebKit embed.Cosimo Cecchi2008-06-171-9/+81
* Apply clamping for pixel scrollAlp Toker2008-06-171-5/+2
* Emit zoom change signal and implement pixel scrollingAlp Toker2008-06-171-0/+17
* Add pages to ephy history on load-committed.Xan Lopez2008-06-051-6/+5
* Add printing support.Alp Toker2008-05-311-0/+1
* Bring back zoom support using the zoom-level property added in WebKit r34249.Alp Toker2008-05-301-1/+4
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-122-0/+4
* Add visited pages to history.Xan Lopez2008-03-111-0/+10
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-03-011-12/+8
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-03-011-1/+0
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-281-18/+91
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-1/+8
* Add our own reference to the webkit history item.Xan Lopez2008-02-181-1/+1
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+4
* Remove unneeded embed list for prefs.Xan Lopez2008-02-163-22/+0
* Do not apply prefs to a view more than once.Xan Lopez2008-02-151-11/+0
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-151-0/+4
* Initial implementation of WebKit preferences.Xan Lopez2008-02-155-0/+158
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
* Cleanups in webkit-embed.cXan Lopez2008-02-101-24/+15
* Fix encoding for webkit-history-item.*Xan Lopez2008-02-052-2/+2
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-054-10/+231
* Track header location change in WebKit r29898Alp Toker2008-02-012-2/+2
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-142-3/+0
* Update to new coding guidelines.Xan Lopez2008-01-051-18/+20
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
* Implement clipboard operations for WebKit.Xan Lopez2007-12-221-0/+17
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-152-5/+2
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-34/+34
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
* Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_...Xan Lopez2007-11-131-1/+1
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-122-2/+4
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-7/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-3/+0
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+1
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-430/+29
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+6
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-15/+192
* Remove non-existing functions in the embed interface from the _init function.Xan Lopez2007-10-271-3/+0
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...Cosimo Cecchi2007-10-231-6/+203
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
* Implement reload.Xan Lopez2007-08-171-0/+1
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-2/+14
* can_go methods now work, WebKit was missing the implementations for thoseDiego Escalante Urrelo2007-07-301-4/+25
* Add returns where needed, remove unnecessary variables.Xan Lopez2007-07-302-6/+5
* Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bugDiego Escalante Urrelo2007-07-308-80/+80
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-0/+3
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-289-0/+1233