Title: [106562] trunk/Source/WebKit/efl
- Revision
- 106562
- Author
- [email protected]
- Date
- 2012-02-02 09:15:01 -0800 (Thu, 02 Feb 2012)
Log Message
[EFL] Remove check for ENABLE_GTK_PLUGINS_SUPPORT
https://bugs.webkit.org/show_bug.cgi?id=77647
Reviewed by Martin Robinson.
There is no clear reason why this check was in place (it came with the
upstreaming of the port), but ENABLE_GTK_PLUGINS_SUPPORT is not set
anywhere, and the build system does not even check for the presence of
GTK+ when building.
* ewk/ewk_main.cpp:
(_ewk_init_body):
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (106561 => 106562)
--- trunk/Source/WebKit/efl/ChangeLog 2012-02-02 16:59:17 UTC (rev 106561)
+++ trunk/Source/WebKit/efl/ChangeLog 2012-02-02 17:15:01 UTC (rev 106562)
@@ -1,3 +1,18 @@
+2012-02-02 Raphael Kubo da Costa <[email protected]>
+
+ [EFL] Remove check for ENABLE_GTK_PLUGINS_SUPPORT
+ https://bugs.webkit.org/show_bug.cgi?id=77647
+
+ Reviewed by Martin Robinson.
+
+ There is no clear reason why this check was in place (it came with the
+ upstreaming of the port), but ENABLE_GTK_PLUGINS_SUPPORT is not set
+ anywhere, and the build system does not even check for the presence of
+ GTK+ when building.
+
+ * ewk/ewk_main.cpp:
+ (_ewk_init_body):
+
2012-01-31 Ryuan Choi <[email protected]>
[EFL] Add basic DRT/Efl implementation to support viewport test.
Modified: trunk/Source/WebKit/efl/ewk/ewk_main.cpp (106561 => 106562)
--- trunk/Source/WebKit/efl/ewk/ewk_main.cpp 2012-02-02 16:59:17 UTC (rev 106561)
+++ trunk/Source/WebKit/efl/ewk/ewk_main.cpp 2012-02-02 17:15:01 UTC (rev 106562)
@@ -44,13 +44,8 @@
#if ENABLE(GLIB_SUPPORT)
#include <glib-object.h>
#include <glib.h>
-
-#ifdef ENABLE_GTK_PLUGINS_SUPPORT
-#include <gtk/gtk.h>
#endif
-#endif
-
#if USE(SOUP)
// REMOVE-ME: see todo below
#include "ResourceHandle.h"
@@ -149,12 +144,6 @@
if (!g_thread_supported())
g_thread_init(0);
-#ifdef ENABLE_GTK_PLUGINS_SUPPORT
- gdk_threads_init();
- if (!gtk_init_check(0, 0))
- WRN("Could not initialize GTK support.");
-#endif
-
if (!ecore_main_loop_glib_integrate())
WRN("Ecore was not compiled with GLib support, some plugins will not "
"work (ie: Adobe Flash)");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes