Title: [115682] trunk
Revision
115682
Author
[email protected]
Date
2012-04-30 15:44:17 -0700 (Mon, 30 Apr 2012)

Log Message

Source/WebKit/chromium: [chromium] Disable battery-status API support.

The battery-status API support should not have view-dependency. So disable it until
that is fixed.
https://bugs.webkit.org/show_bug.cgi?id=84499

Patch by Sadrul Habib Chowdhury <[email protected]> on 2012-04-30
Reviewed by Adam Barth.

* features.gypi:

LayoutTests: [chromium] Disable battery-status API support.
https://bugs.webkit.org/show_bug.cgi?id=84499

Patch by Sadrul Habib Chowdhury <[email protected]> on 2012-04-30
Reviewed by Adam Barth.

* platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (115681 => 115682)


--- trunk/LayoutTests/ChangeLog	2012-04-30 22:42:37 UTC (rev 115681)
+++ trunk/LayoutTests/ChangeLog	2012-04-30 22:44:17 UTC (rev 115682)
@@ -1,3 +1,13 @@
+2012-04-30  Sadrul Habib Chowdhury  <[email protected]>
+
+        [chromium] Disable battery-status API support.
+        https://bugs.webkit.org/show_bug.cgi?id=84499
+
+        Reviewed by Adam Barth.
+
+        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2012-04-30  Gavin Barraclough  <[email protected]>
 
         Arguments object resets attributes on redefinition of a parameter

Modified: trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt (115681 => 115682)


--- trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt	2012-04-30 22:42:37 UTC (rev 115681)
+++ trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt	2012-04-30 22:44:17 UTC (rev 115682)
@@ -17,7 +17,6 @@
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
-navigator.webkitBattery is OK
 navigator.webkitGamepads is OK
 navigator.webkitPointer is OK
 navigator.webkitStartActivity() threw err TypeError: Not enough arguments
@@ -38,7 +37,6 @@
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
-navigator.webkitBattery is OK
 navigator.webkitGamepads is OK
 navigator.webkitPointer is OK
 navigator.webkitStartActivity() threw err TypeError: Not enough arguments

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (115681 => 115682)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-30 22:42:37 UTC (rev 115681)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-30 22:44:17 UTC (rev 115682)
@@ -133,6 +133,9 @@
 // Vibration API is not supported yet in the chromium port.
 BUGWK72010 SKIP : fast/dom/navigator-vibration.html = FAIL
 
+// Battery Status API is not supported yet in the chromium port.
+BUGWK62698 SKIP : batterystatus = PASS FAIL
+
 // Touch Adjustment is not supported yet in the chromium port.
 BUGWK78801 SKIP : touchadjustment/ = FAIL
 

Modified: trunk/Source/WebKit/chromium/ChangeLog (115681 => 115682)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-04-30 22:42:37 UTC (rev 115681)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-04-30 22:44:17 UTC (rev 115682)
@@ -1,3 +1,15 @@
+2012-04-30  Sadrul Habib Chowdhury  <[email protected]>
+
+        [chromium] Disable battery-status API support.
+
+        The battery-status API support should not have view-dependency. So disable it until
+        that is fixed.
+        https://bugs.webkit.org/show_bug.cgi?id=84499
+
+        Reviewed by Adam Barth.
+
+        * features.gypi:
+
 2012-04-30  Gavin Peters  <[email protected]>
 
         [Chromium] Remove Webkit/chromium/public/WebReferrerPolicy.h thunk.

Modified: trunk/Source/WebKit/chromium/features.gypi (115681 => 115682)


--- trunk/Source/WebKit/chromium/features.gypi	2012-04-30 22:42:37 UTC (rev 115681)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-04-30 22:44:17 UTC (rev 115682)
@@ -33,7 +33,7 @@
   'variables': {
     'feature_defines': [
       'ENABLE_3D_PLUGIN=1',
-      'ENABLE_BATTERY_STATUS=1',
+      'ENABLE_BATTERY_STATUS=0',
       'ENABLE_BLOB=1',
       'ENABLE_BLOB_SLICE=1',
       'ENABLE_CHANNEL_MESSAGING=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to