Title: [113489] trunk/Tools
Revision
113489
Author
[email protected]
Date
2012-04-06 13:12:41 -0700 (Fri, 06 Apr 2012)

Log Message

Turn on vibration support for BlackBerry.

Reviewed by Rob Buis.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (113488 => 113489)


--- trunk/Tools/ChangeLog	2012-04-06 20:07:27 UTC (rev 113488)
+++ trunk/Tools/ChangeLog	2012-04-06 20:12:41 UTC (rev 113489)
@@ -1,3 +1,11 @@
+2012-04-06  George Staikos  <[email protected]>
+
+        Turn on vibration support for BlackBerry.
+
+        Reviewed by Rob Buis.
+
+        * Scripts/build-webkit:
+
 2012-04-06  Dan Bernstein  <[email protected]>
 
         <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access

Modified: trunk/Tools/Scripts/build-webkit (113488 => 113489)


--- trunk/Tools/Scripts/build-webkit	2012-04-06 20:07:27 UTC (rev 113488)
+++ trunk/Tools/Scripts/build-webkit	2012-04-06 20:12:41 UTC (rev 113489)
@@ -347,7 +347,7 @@
       define => "ENABLE_TOUCH_ICON_LOADING", default => 0, value => \$touchIconLoadingSupport },
 
     { option => "vibration", desc => "Toggle Vibration API support",
-      define => "ENABLE_VIBRATION", default => isEfl(), value => \$vibrationSupport },
+      define => "ENABLE_VIBRATION", default => (isEfl() || isBlackBerry()), value => \$vibrationSupport },
 
     { option => "video", desc => "Toggle Video support",
       define => "ENABLE_VIDEO", default => (isAppleWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$videoSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to