aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-03-011-12/+8
| | | | svn path=/trunk/; revision=8005
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-03-011-1/+0
| | | | svn path=/trunk/; revision=8004
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-281-18/+91
| | | | | | support for more (in theory..). svn path=/trunk/; revision=7995
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-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 Lopez2008-02-181-1/+1
| | | | svn path=/trunk/; revision=7961
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+4
| | | | | | | | ge-content-change (used by adblock extension). Part of #502283 svn path=/trunk/; revision=7959
* Remove unneeded embed list for prefs.Xan Lopez2008-02-163-22/+0
| | | | svn path=/trunk/; revision=7951
* Do not apply prefs to a view more than once.Xan Lopez2008-02-151-11/+0
| | | | svn path=/trunk/; revision=7943
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-151-0/+4
| | | | svn path=/trunk/; revision=7942
* Initial implementation of WebKit preferences.Xan Lopez2008-02-155-0/+158
| | | | svn path=/trunk/; revision=7940
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
| | | | svn path=/trunk/; revision=7937
* Cleanups in webkit-embed.cXan Lopez2008-02-101-24/+15
| | | | svn path=/trunk/; revision=7925
* Fix encoding for webkit-history-item.*Xan Lopez2008-02-052-2/+2
| | | | svn path=/trunk/; revision=7919
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-054-10/+231
| | | | | | with several cleanups. (#506566) svn path=/trunk/; revision=7918
* Track header location change in WebKit r29898Alp Toker2008-02-012-2/+2
| | | | svn path=/trunk/; revision=7902
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
| | | | svn path=/trunk/; revision=7872
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-142-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 Lopez2008-01-051-18/+20
| | | | svn path=/trunk/; revision=7850
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
| | | | | | on trunk. svn path=/trunk/; revision=7837
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
| | | | | | Patch by Luca Bruno. svn path=/trunk/; revision=7819
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
| | | | svn path=/trunk/; revision=7796
* Implement clipboard operations for WebKit.Xan Lopez2007-12-221-0/+17
| | | | svn path=/trunk/; revision=7795
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-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 onlyXan Lopez2007-12-152-5/+2
| | | | | | include <webkit.h>. svn path=/trunk/; revision=7769
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
| | | | svn path=/trunk/; revision=7765
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
| | | | | | Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-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 Lopez2007-11-181-1/+0
| | | | svn path=/trunk/; revision=7715
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
| | | | svn path=/trunk/; revision=7683
* Fix backend name for WebKit and update docs in ↵Xan Lopez2007-11-131-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. Alonzo2007-11-122-2/+4
| | | | svn path=/trunk/; revision=7674
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-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 Lopez2007-11-121-3/+0
| | | | svn path=/trunk/; revision=7665
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
| | | | svn path=/trunk/; revision=7658
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
| | | | svn path=/trunk/; revision=7657
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
| | | | svn path=/trunk/; revision=7656
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
| | | | svn path=/trunk/; revision=7638
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+1
| | | | svn path=/trunk/; revision=7636
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
| | | | svn path=/trunk/; revision=7635
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-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 itCosimo Cecchi2007-11-051-0/+6
| | | | | | | in Mozilla and XulRunner backends. Bug #476411. svn path=/trunk/; revision=7623
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
| | | | svn path=/trunk/; revision=7614
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
| | | | svn path=/trunk/; revision=7611
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
| | | | | | Also, untabify. svn path=/trunk/; revision=7610
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-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 Lopez2007-10-271-3/+0
| | | | svn path=/trunk/; revision=7572
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
| | | | svn path=/trunk/; revision=7571
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
| | | | svn path=/trunk/; revision=7570
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load ↵Cosimo Cecchi2007-10-231-6/+203
| | | | | | progress for WebKit. svn path=/trunk/; revision=7551
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
| | | | svn path=/trunk/; revision=7518
* Implement several missing methods.Xan Lopez2007-10-071-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 r26022Alp Toker2007-10-041-16/+16
| | | | svn path=/trunk/; revision=7514
* Implement reload.Xan Lopez2007-08-171-0/+1
| | | | svn path=/trunk/; revision=7281
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-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 thoseDiego Escalante Urrelo2007-07-301-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 Lopez2007-07-302-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 bugDiego Escalante Urrelo2007-07-308-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 toXan Lopez2007-07-281-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 toXan Lopez2007-07-289-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