epiphany r8292 - in trunk: embed embed/webkit src



Author: xan
Date: Sat Jun 28 13:58:59 2008
New Revision: 8292
URL: http://svn.gnome.org/viewvc/epiphany?rev=8292&view=rev

Log:
embed: remove ephy-embed-find and the webkit implementation.


Removed:
   trunk/embed/ephy-embed-find.c
   trunk/embed/ephy-embed-find.h
   trunk/embed/webkit/webkit-embed-find.c
   trunk/embed/webkit/webkit-embed-find.h
Modified:
   trunk/embed/Makefile.am
   trunk/embed/ephy-embed-factory.c
   trunk/embed/webkit/Makefile.am
   trunk/src/ephy-find-toolbar.c

Modified: trunk/embed/Makefile.am
==============================================================================
--- trunk/embed/Makefile.am	(original)
+++ trunk/embed/Makefile.am	Sat Jun 28 13:58:59 2008
@@ -13,7 +13,6 @@
 	downloader-view.h		\
 	ephy-download.h			\
 	ephy-embed-dialog.h		\
-	ephy-embed-find.h		\
 	ephy-encodings.h		\
 	ephy-favicon-cache.h
 
@@ -53,7 +52,6 @@
 	ephy-embed-container.c          \
 	ephy-embed-dialog.c		\
 	ephy-embed-event.c		\
-	ephy-embed-find.c		\
 	ephy-embed-persist.c		\
 	ephy-embed-single.c		\
 	ephy-embed-shell.c		\

Modified: trunk/embed/ephy-embed-factory.c
==============================================================================
--- trunk/embed/ephy-embed-factory.c	(original)
+++ trunk/embed/ephy-embed-factory.c	Sat Jun 28 13:58:59 2008
@@ -22,11 +22,9 @@
 
 #include "ephy-embed-factory.h"
 #include "webkit-embed.h"
-#include "webkit-embed-find.h"
 #include "webkit-embed-persist.h"
 #include "webkit-embed-single.h"
 #include "ephy-embed.h"
-#include "ephy-embed-find.h"
 #include "ephy-embed-persist.h"
 #include "ephy-embed-single.h"
 
@@ -51,10 +49,6 @@
 	{
                 object = g_object_new (WEBKIT_TYPE_EMBED_PERSIST, NULL);
 	}
-	else if (type == EPHY_TYPE_EMBED_FIND)
-	{
-		object = g_object_new (WEBKIT_TYPE_EMBED_FIND, NULL);
-	}
 	else if (type == EPHY_TYPE_EMBED_SINGLE)
 	{
 		object = g_object_new (WEBKIT_TYPE_EMBED_SINGLE, NULL);

Modified: trunk/embed/webkit/Makefile.am
==============================================================================
--- trunk/embed/webkit/Makefile.am	(original)
+++ trunk/embed/webkit/Makefile.am	Sat Jun 28 13:58:59 2008
@@ -3,8 +3,6 @@
 libephywebkitembed_la_SOURCES = 	\
 	webkit-embed.c  	        \
 	webkit-embed.h			\
-	webkit-embed-find.c             \
-	webkit-embed-find.h		\
 	webkit-embed-persist.c          \
 	webkit-embed-persist.h		\
 	webkit-embed-prefs.c            \

Modified: trunk/src/ephy-find-toolbar.c
==============================================================================
--- trunk/src/ephy-find-toolbar.c	(original)
+++ trunk/src/ephy-find-toolbar.c	Sat Jun 28 13:58:59 2008
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include "ephy-find-toolbar.h"
-#include "ephy-embed-factory.h"
 #include "ephy-debug.h"
 
 #include <webkit/webkit.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]