Title: [129552] trunk/Source/WebKit/blackberry
Revision
129552
Author
[email protected]
Date
2012-09-25 13:52:00 -0700 (Tue, 25 Sep 2012)

Log Message

[BlackBerry] Make COMPUTED_GOTO part of the HAVE section
https://bugs.webkit.org/show_bug.cgi?id=97600

Reviewed by Yong Li.

Also get rid of COMPUTED_GOTO_INTERPRETER and add COMPUTED_GOTO_OPCODES.

* WebCoreSupport/AboutDataEnableFeatures.in:
* WebCoreSupport/AboutDataHaveFeatures.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (129551 => 129552)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-09-25 20:47:23 UTC (rev 129551)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-09-25 20:52:00 UTC (rev 129552)
@@ -1,3 +1,15 @@
+2012-09-25  Rob Buis  <[email protected]>
+
+        [BlackBerry] Make COMPUTED_GOTO part of the HAVE section
+        https://bugs.webkit.org/show_bug.cgi?id=97600
+
+        Reviewed by Yong Li.
+
+        Also get rid of COMPUTED_GOTO_INTERPRETER and add COMPUTED_GOTO_OPCODES.
+
+        * WebCoreSupport/AboutDataEnableFeatures.in:
+        * WebCoreSupport/AboutDataHaveFeatures.in:
+
 2012-09-25  Mike Fenton  <[email protected]>
 
         [BlackBerry] Suspend the backingstore while adjusting the view on input field focus.

Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in (129551 => 129552)


--- trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in	2012-09-25 20:47:23 UTC (rev 129551)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in	2012-09-25 20:52:00 UTC (rev 129552)
@@ -14,8 +14,7 @@
 CHANNEL_MESSAGING
 CODEBLOCK_SAMPLING
 COMPARE_AND_SWAP
-COMPUTED_GOTO
-COMPUTED_GOTO_INTERPRETER
+COMPUTED_GOTO_OPCODES
 CONSISTENCY_CHECK
 CONTEXT_MENUS
 CSS_FILTERS

Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataHaveFeatures.in (129551 => 129552)


--- trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataHaveFeatures.in	2012-09-25 20:47:23 UTC (rev 129551)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataHaveFeatures.in	2012-09-25 20:52:00 UTC (rev 129552)
@@ -5,6 +5,7 @@
 CFNETWORK_DATA_ARRAY_CALLBACK
 CG_INTERPOLATION_MEDIUM
 CGINTERPOLATION_MEDIUM
+COMPUTED_GOTO
 CXX_NULLPTR
 DISPATCH_H
 DTRACE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to