Title: [160486] trunk
- Revision
- 160486
- Author
- [email protected]
- Date
- 2013-12-12 04:21:10 -0800 (Thu, 12 Dec 2013)
Log Message
Unreviewed, rolling out r160446.
http://trac.webkit.org/changeset/160446
https://bugs.webkit.org/show_bug.cgi?id=125630
The upower-glib-based implementation is using API that was
recently removed (Requested by zdobersek1 on #webkit).
Tools:
* Scripts/webkitperl/FeatureList.pm:
LayoutTests:
* platform/gtk/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (160485 => 160486)
--- trunk/LayoutTests/ChangeLog 2013-12-12 12:04:20 UTC (rev 160485)
+++ trunk/LayoutTests/ChangeLog 2013-12-12 12:21:10 UTC (rev 160486)
@@ -1,5 +1,16 @@
2013-12-12 Commit Queue <[email protected]>
+ Unreviewed, rolling out r160446.
+ http://trac.webkit.org/changeset/160446
+ https://bugs.webkit.org/show_bug.cgi?id=125630
+
+ The upower-glib-based implementation is using API that was
+ recently removed (Requested by zdobersek1 on #webkit).
+
+ * platform/gtk/TestExpectations:
+
+2013-12-12 Commit Queue <[email protected]>
+
Unreviewed, rolling out r160417.
http://trac.webkit.org/changeset/160417
https://bugs.webkit.org/show_bug.cgi?id=125629
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (160485 => 160486)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2013-12-12 12:04:20 UTC (rev 160485)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2013-12-12 12:21:10 UTC (rev 160486)
@@ -356,6 +356,10 @@
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 (160485 => 160486)
--- trunk/Tools/ChangeLog 2013-12-12 12:04:20 UTC (rev 160485)
+++ trunk/Tools/ChangeLog 2013-12-12 12:21:10 UTC (rev 160486)
@@ -1,5 +1,16 @@
2013-12-12 Commit Queue <[email protected]>
+ Unreviewed, rolling out r160446.
+ http://trac.webkit.org/changeset/160446
+ https://bugs.webkit.org/show_bug.cgi?id=125630
+
+ The upower-glib-based implementation is using API that was
+ recently removed (Requested by zdobersek1 on #webkit).
+
+ * Scripts/webkitperl/FeatureList.pm:
+
+2013-12-12 Commit Queue <[email protected]>
+
Unreviewed, rolling out r160417.
http://trac.webkit.org/changeset/160417
https://bugs.webkit.org/show_bug.cgi?id=125629
Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (160485 => 160486)
--- trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-12-12 12:04:20 UTC (rev 160485)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-12-12 12:21:10 UTC (rev 160486)
@@ -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() || isGtk()), value => \$batteryStatusSupport },
+ define => "ENABLE_BATTERY_STATUS", default => (isEfl() || isBlackBerry()), value => \$batteryStatusSupport },
{ option => "blob", desc => "Toggle Blob support",
define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$blobSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes