Title: [108294] releases/WebKitGTK/webkit-1.8
Revision
108294
Author
mrobin...@webkit.org
Date
2012-02-20 19:59:07 -0800 (Mon, 20 Feb 2012)

Log Message

Merging r108288

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (108293 => 108294)


--- releases/WebKitGTK/webkit-1.8/ChangeLog	2012-02-21 03:48:59 UTC (rev 108293)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog	2012-02-21 03:59:07 UTC (rev 108294)
@@ -1,5 +1,14 @@
 2012-02-20  Martin Robinson  <mrobin...@igalia.com>
 
+        [GTK] Turn on requestAnimationFrame for release builds
+        https://bugs.webkit.org/show_bug.cgi?id=79038
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Turn on requestAnimationFrame by default.
+
+2012-02-20  Martin Robinson  <mrobin...@igalia.com>
+
         [GTK] Geolocation support should be on by default
         https://bugs.webkit.org/show_bug.cgi?id=79037
 

Modified: releases/WebKitGTK/webkit-1.8/configure.ac (108293 => 108294)


--- releases/WebKitGTK/webkit-1.8/configure.ac	2012-02-21 03:48:59 UTC (rev 108293)
+++ releases/WebKitGTK/webkit-1.8/configure.ac	2012-02-21 03:59:07 UTC (rev 108294)
@@ -1035,8 +1035,8 @@
 AC_MSG_CHECKING([whether to enable requestAnimationFrame support])
 AC_ARG_ENABLE(request_animation_frame,
               AC_HELP_STRING([--enable-request-animation-frame],
-                             [enable support for requestAnimationFrame (experimental) [default=no]]),
-              [],[enable_request_animation_frame="no"])
+                             [enable support for requestAnimationFrame (experimental) [default=yes]]),
+              [],[enable_request_animation_frame="yes"])
 AC_MSG_RESULT([$enable_request_animation_frame])
 
 # check whether to enable touch icon loading 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to