Title: [129338] trunk/Source/WebKit2
Revision
129338
Author
[email protected]
Date
2012-09-24 02:38:20 -0700 (Mon, 24 Sep 2012)

Log Message

[EFL][WK2] Invalid featuring of INPUT_TYPE_COLOR in test_ewk2_view.
https://bugs.webkit.org/show_bug.cgi?id=97430

Patch by KwangYong Choi <[email protected]> on 2012-09-24
Reviewed by Kenneth Rohde Christiansen.

The tests of ewk_view_context_get and ewk_view_feed_touch_event are not related to
INPUT_TYPE_COLOR. These tests should be moved to outside of INPUT_TYPE_COLOR block.

* UIProcess/API/efl/tests/test_ewk2_view.cpp:
(TEST_F):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (129337 => 129338)


--- trunk/Source/WebKit2/ChangeLog	2012-09-24 09:38:12 UTC (rev 129337)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-24 09:38:20 UTC (rev 129338)
@@ -1,3 +1,16 @@
+2012-09-24  KwangYong Choi  <[email protected]>
+
+        [EFL][WK2] Invalid featuring of INPUT_TYPE_COLOR in test_ewk2_view.
+        https://bugs.webkit.org/show_bug.cgi?id=97430
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        The tests of ewk_view_context_get and ewk_view_feed_touch_event are not related to
+        INPUT_TYPE_COLOR. These tests should be moved to outside of INPUT_TYPE_COLOR block.
+
+        * UIProcess/API/efl/tests/test_ewk2_view.cpp:
+        (TEST_F):
+
 2012-09-23  Seokju Kwon  <[email protected]>
 
         [EFL][WK2] Add setting to toggle developer extensions

Modified: trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp (129337 => 129338)


--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp	2012-09-24 09:38:12 UTC (rev 129337)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp	2012-09-24 09:38:20 UTC (rev 129338)
@@ -715,6 +715,7 @@
         ecore_main_loop_iterate();
     evas_object_smart_callback_del(webView(), "input,type,color,request", onColorPickerDone);
 }
+#endif // ENABLE(INPUT_TYPE_COLOR)
 
 TEST_F(EWK2UnitTestBase, ewk_view_context_get)
 {
@@ -748,4 +749,3 @@
 
     eina_list_free(points);
 }
-#endif // ENABLE(INPUT_TYPE_COLOR)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to