Title: [161135] trunk/Tools
Revision
161135
Author
m.pak...@samsung.com
Date
2013-12-29 17:27:55 -0800 (Sun, 29 Dec 2013)

Log Message

[EFL][WK2] Disable geolocation API test
https://bugs.webkit.org/show_bug.cgi?id=125851

Reviewed by Gyuyoung Kim.

Geolocation is turned off by default in EFL port, so it shouldn't be tested.

* TestWebKitAPI/PlatformEfl.cmake: Move Geolocation to test_webkit2_api_fail_BINARIES.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (161134 => 161135)


--- trunk/Tools/ChangeLog	2013-12-30 01:23:58 UTC (rev 161134)
+++ trunk/Tools/ChangeLog	2013-12-30 01:27:55 UTC (rev 161135)
@@ -1,3 +1,14 @@
+2013-12-29  Michał Pakuła vel Rutka  <m.pak...@samsung.com>
+
+        [EFL][WK2] Disable geolocation API test
+        https://bugs.webkit.org/show_bug.cgi?id=125851
+
+        Reviewed by Gyuyoung Kim.
+
+        Geolocation is turned off by default in EFL port, so it shouldn't be tested.
+
+        * TestWebKitAPI/PlatformEfl.cmake: Move Geolocation to test_webkit2_api_fail_BINARIES.
+
 2013-12-29  Ryuan Choi  <ryuan.c...@samsung.com>
 
         [EFL] Remove ewk_view_tiled

Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (161134 => 161135)


--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-12-30 01:23:58 UTC (rev 161134)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-12-30 01:27:55 UTC (rev 161135)
@@ -68,7 +68,6 @@
     ForceRepaint
     FrameMIMETypeHTML
     FrameMIMETypePNG
-    Geolocation
     GetInjectedBundleInitializationUserDataCallback
     HitTestResultNodeHandle
     InjectedBundleBasic
@@ -108,6 +107,7 @@
     CanHandleRequest
     DOMWindowExtensionBasic
     DownloadDecideDestinationCrash
+    Geolocation
     NewFirstVisuallyNonEmptyLayoutFrames
     ResizeReversePaginatedWebView
     RestoreSessionStateContainingFormData
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to