Title: [160446] trunk
Revision
160446
Author
zandober...@gmail.com
Date
2013-12-11 10:25:06 -0800 (Wed, 11 Dec 2013)

Log Message

[GTK] Enable Battery Status API
https://bugs.webkit.org/show_bug.cgi?id=125453

Reviewed by Martin Robinson.

Tools: 

* Scripts/webkitperl/FeatureList.pm: Enable the Battery Status API feature for the GTK port.

LayoutTests: 

* platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests
since all the tests pass now that the feature is enabled.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (160445 => 160446)


--- trunk/LayoutTests/ChangeLog	2013-12-11 18:23:02 UTC (rev 160445)
+++ trunk/LayoutTests/ChangeLog	2013-12-11 18:25:06 UTC (rev 160446)
@@ -1,3 +1,13 @@
+2013-12-11  Zan Dobersek  <zdober...@igalia.com>
+
+        [GTK] Enable Battery Status API
+        https://bugs.webkit.org/show_bug.cgi?id=125453
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests
+        since all the tests pass now that the feature is enabled.
+
 2013-12-11  Javier Fernandez  <jfernan...@igalia.com>
 
         Arithmetic overflow when computing max-height CSS property with subpixel layout

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (160445 => 160446)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-11 18:23:02 UTC (rev 160445)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-11 18:25:06 UTC (rev 160446)
@@ -356,10 +356,6 @@
 webkit.org/b/99036 http/tests/fullscreen [ Skip ]
 webkit.org/b/99036 http/tests/pointer-lock [ Skip ]
 
-# Battery Status API support not yet.
-webkit.org/b/95582 batterystatus [ Failure ]
-webkit.org/b/95582 batterystatus/event-after-navigation.html [ Timeout ]
-
 # Network Information API support not yet.
 webkit.org/b/99052 networkinformation [ Failure ]
 webkit.org/b/99052 networkinformation/event-after-navigation.html [ Timeout ]

Modified: trunk/Tools/ChangeLog (160445 => 160446)


--- trunk/Tools/ChangeLog	2013-12-11 18:23:02 UTC (rev 160445)
+++ trunk/Tools/ChangeLog	2013-12-11 18:25:06 UTC (rev 160446)
@@ -1,3 +1,12 @@
+2013-12-11  Zan Dobersek  <zdober...@igalia.com>
+
+        [GTK] Enable Battery Status API
+        https://bugs.webkit.org/show_bug.cgi?id=125453
+
+        Reviewed by Martin Robinson.
+
+        * Scripts/webkitperl/FeatureList.pm: Enable the Battery Status API feature for the GTK port.
+
 2013-12-11  José Dapena Paz  <jdap...@igalia.com> and Zan Dobersek  <zdober...@igalia.com>
 
         [GTK][WK2] Add the WebKitBatteryProvider class

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (160445 => 160446)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-12-11 18:23:02 UTC (rev 160445)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-12-11 18:25:06 UTC (rev 160446)
@@ -166,7 +166,7 @@
       define => "ENABLE_ACCELERATED_2D_CANVAS", default => 0, value => \$accelerated2DCanvasSupport },
 
     { option => "battery-status", desc => "Toggle Battery Status support",
-      define => "ENABLE_BATTERY_STATUS", default => (isEfl() || isBlackBerry()), value => \$batteryStatusSupport },
+      define => "ENABLE_BATTERY_STATUS", default => (isEfl() || isBlackBerry() || isGtk()), value => \$batteryStatusSupport },
 
     { option => "blob", desc => "Toggle Blob support",
       define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$blobSupport },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to