[kazehakase-svn] [3181] * module/embed/gecko/kz-gecko-embed.cpp ( net_stop_proccess):

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
Fri Apr 13 18:40:10 JST 2007


Revision: 3181
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3181
Author:   kous
Date:     2007-04-13 18:40:09 +0900 (Fri, 13 Apr 2007)

Log Message:
-----------
* module/embed/gecko/kz-gecko-embed.cpp (net_stop_proccess):
  removed workaround for Gecko 1.8. We should fix a bug that
  kz-thumbnails-view.c:cb_bookmark_notify doesn't called.

Modified Paths:
--------------
    kazehakase/trunk/ChangeLog
    kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp

Modified: kazehakase/trunk/ChangeLog
===================================================================
--- kazehakase/trunk/ChangeLog	2007-04-13 09:37:50 UTC (rev 3180)
+++ kazehakase/trunk/ChangeLog	2007-04-13 09:40:09 UTC (rev 3181)
@@ -1,5 +1,9 @@
 2007-04-13  Kouhei Sutou  <kou****@cozmi*****>
 
+	* module/embed/gecko/kz-gecko-embed.cpp (net_stop_proccess):
+	removed workaround for Gecko 1.8. We should fix a bug that
+	kz-thumbnails-view.c:cb_bookmark_notify doesn't called.
+
 	* src/kz-marshalers.list: added VOID:STRING,ENUM.
 
 	* src/net/Makefile.am (INCLUDES): added

Modified: kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp
===================================================================
--- kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2007-04-13 09:37:50 UTC (rev 3180)
+++ kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2007-04-13 09:40:09 UTC (rev 3181)
@@ -1104,20 +1104,6 @@
 		const gchar *uri = sURI.get();
       		rv = NewURI(getter_AddRefs(inURI), uri);
 
-#ifdef MOZ_NSICANVASRENDERINGCONTEXTINTERNAL_HAVE_GETINPUTSTREAM_
-		gboolean create_thumbnail = FALSE;
-		EggPixbufThumbSize size = EGG_PIXBUF_THUMB_LARGE;
-
-		KZ_CONF_GET("Global", "create_thumbnail",
-			    create_thumbnail, BOOL);
-		if (create_thumbnail &&
-		    (!last_modified ||
-		     (thumbnail_get_last_modified(uri, size) < last_modified)))
-		{
-			kz_gecko_embed_create_thumbnail(KZ_EMBED(kzembed), size);
-		}
-#endif
-
 		if ((!last_modified || (history_get_last_modified(uri) < last_modified)) &&
 		    !g_str_has_prefix(location, "history-search:"))
 		{




More information about the Kazehakase-cvs mailing list
Zurück zum Archiv-Index