epiphany r8314 - in trunk: embed embed/webkit src



Author: xan
Date: Mon Jun 30 07:24:01 2008
New Revision: 8314
URL: http://svn.gnome.org/viewvc/epiphany?rev=8314&view=rev

Log:
embed: remove history item abstraction from embed.

Not needed anymore.


Removed:
   trunk/embed/ephy-history-item.c
   trunk/embed/ephy-history-item.h
   trunk/embed/webkit/webkit-history-item.c
   trunk/embed/webkit/webkit-history-item.h
Modified:
   trunk/embed/Makefile.am
   trunk/embed/ephy-embed.h
   trunk/embed/webkit/Makefile.am
   trunk/embed/webkit/webkit-embed.c
   trunk/src/ephy-navigation-action.c

Modified: trunk/embed/Makefile.am
==============================================================================
--- trunk/embed/Makefile.am	(original)
+++ trunk/embed/Makefile.am	Mon Jun 30 07:24:01 2008
@@ -32,7 +32,6 @@
 	ephy-embed-shell.h		\
 	ephy-embed-utils.h              \
 	ephy-history.h			\
-	ephy-history-item.h             \
 	ephy-password-manager.h		\
 	ephy-permission-manager.h
 
@@ -59,7 +58,6 @@
 	ephy-encodings.c		\
 	ephy-favicon-cache.c		\
 	ephy-history.c			\
-	ephy-history-item.c             \
 	ephy-password-manager.c		\
 	ephy-permission-manager.c	\
 	$(INST_H_FILES)			\

Modified: trunk/embed/ephy-embed.h
==============================================================================
--- trunk/embed/ephy-embed.h	(original)
+++ trunk/embed/ephy-embed.h	Mon Jun 30 07:24:01 2008
@@ -26,7 +26,6 @@
 #define EPHY_EMBED_H
 
 #include "ephy-embed-event.h"
-#include "ephy-history-item.h"
 
 #include <glib-object.h>
 #include <glib.h>

Modified: trunk/embed/webkit/Makefile.am
==============================================================================
--- trunk/embed/webkit/Makefile.am	(original)
+++ trunk/embed/webkit/Makefile.am	Mon Jun 30 07:24:01 2008
@@ -8,9 +8,7 @@
 	webkit-embed-prefs.c            \
 	webkit-embed-prefs.h            \
 	webkit-embed-single.c	        \
-	webkit-embed-single.h		\
-	webkit-history-item.c		\
-	webkit-history-item.h
+	webkit-embed-single.h
 
 libephywebkitembed_la_CPPFLAGS = \
 	-I$(top_srcdir)/lib	    		\

Modified: trunk/embed/webkit/webkit-embed.c
==============================================================================
--- trunk/embed/webkit/webkit-embed.c	(original)
+++ trunk/embed/webkit/webkit-embed.c	Mon Jun 30 07:24:01 2008
@@ -34,10 +34,8 @@
 
 #include "webkit-embed.h"
 #include "webkit-embed-prefs.h"
-#include "webkit-history-item.h"
 #include "ephy-embed.h"
 #include "ephy-base-embed.h"
-#include "ephy-history-item.h"
 
 static void     webkit_embed_class_init (WebKitEmbedClass *klass);
 static void     webkit_embed_init       (WebKitEmbed *gs);

Modified: trunk/src/ephy-navigation-action.c
==============================================================================
--- trunk/src/ephy-navigation-action.c	(original)
+++ trunk/src/ephy-navigation-action.c	Mon Jun 30 07:24:01 2008
@@ -31,7 +31,6 @@
 #include "ephy-embed-container.h"
 #include "ephy-embed-shell.h"
 #include "ephy-embed-utils.h"
-#include "ephy-history-item.h"
 #include "ephy-link.h"
 #include "ephy-gui.h"
 #include "ephy-debug.h"



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