aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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