aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-061-16/+0
|
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-061-3/+1
|
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-051-4/+0
| | | | Holds the code that used to be in WebKitEmbed, which is now dead.
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-141-1/+0
| | | | | | Bug #567601 svn path=/trunk/; revision=8682
* embed: remove history item abstraction from embed.Xan Lopez2008-06-301-3/+1
| | | | | | Not needed anymore. svn path=/trunk/; revision=8314
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-281-2/+0
| | | | svn path=/trunk/; revision=8292
* Initial implementation of WebKit preferences.Xan Lopez2008-02-151-0/+2
| | | | svn path=/trunk/; revision=7940
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-051-1/+3
| | | | | | with several cleanups. (#506566) svn path=/trunk/; revision=7918
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-101-4/+4
| | | | | | Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-0/+23
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