Title: [126079] trunk
- Revision
- 126079
- Author
- [email protected]
- Date
- 2012-08-20 15:23:54 -0700 (Mon, 20 Aug 2012)
Log Message
[BlackBerry] Enable XHR Response BLOB
https://bugs.webkit.org/show_bug.cgi?id=94525
Reviewed by Rob Buis.
.:
Add the XHR response blob enable feature to the cmake build system and
enable it for BlackBerry.
* Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable
* Source/cmakeconfig.h.cmake: Add the feature
Tools:
Turn on the XHR response blob feature for the BlackBerry port.
* Scripts/webkitperl/FeatureList.pm: Add the feature and enable it.
Modified Paths
Diff
Modified: trunk/ChangeLog (126078 => 126079)
--- trunk/ChangeLog 2012-08-20 22:22:55 UTC (rev 126078)
+++ trunk/ChangeLog 2012-08-20 22:23:54 UTC (rev 126079)
@@ -1,3 +1,16 @@
+2012-08-20 George Staikos <[email protected]>
+
+ [BlackBerry] Enable XHR Response BLOB
+ https://bugs.webkit.org/show_bug.cgi?id=94525
+
+ Reviewed by Rob Buis.
+
+ Add the XHR response blob enable feature to the cmake build system and
+ enable it for BlackBerry.
+
+ * Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable
+ * Source/cmakeconfig.h.cmake: Add the feature
+
2012-08-20 Dominik Röttsches <[email protected]>
[EFL] Get rid of pango backend support once harfbuzz-ng is working
Modified: trunk/Source/cmake/OptionsBlackBerry.cmake (126078 => 126079)
--- trunk/Source/cmake/OptionsBlackBerry.cmake 2012-08-20 22:22:55 UTC (rev 126078)
+++ trunk/Source/cmake/OptionsBlackBerry.cmake 2012-08-20 22:23:54 UTC (rev 126079)
@@ -166,6 +166,7 @@
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WORKERS ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XHR_RESPONSE_BLOB ON)
IF (ENABLE_GLES2)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_3D_RENDERING ON)
Modified: trunk/Source/cmakeconfig.h.cmake (126078 => 126079)
--- trunk/Source/cmakeconfig.h.cmake 2012-08-20 22:22:55 UTC (rev 126078)
+++ trunk/Source/cmakeconfig.h.cmake 2012-08-20 22:23:54 UTC (rev 126079)
@@ -102,6 +102,7 @@
#cmakedefine01 ENABLE_WEB_SOCKETS
#cmakedefine01 ENABLE_WEB_TIMING
#cmakedefine01 ENABLE_WORKERS
+#cmakedefine01 ENABLE_XHR_RESPONSE_BLOB
#cmakedefine01 ENABLE_XSLT
#cmakedefine01 USE_SYSTEM_MALLOC
#cmakedefine01 WTF_USE_TILED_BACKING_STORE
Modified: trunk/Tools/ChangeLog (126078 => 126079)
--- trunk/Tools/ChangeLog 2012-08-20 22:22:55 UTC (rev 126078)
+++ trunk/Tools/ChangeLog 2012-08-20 22:23:54 UTC (rev 126079)
@@ -1,3 +1,14 @@
+2012-08-20 George Staikos <[email protected]>
+
+ [BlackBerry] Enable XHR Response BLOB
+ https://bugs.webkit.org/show_bug.cgi?id=94525
+
+ Reviewed by Rob Buis.
+
+ Turn on the XHR response blob feature for the BlackBerry port.
+
+ * Scripts/webkitperl/FeatureList.pm: Add the feature and enable it.
+
2012-08-20 Dirk Pranke <[email protected]>
Fix change for timeout detection to not crash if we have no output :)
Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (126078 => 126079)
--- trunk/Tools/Scripts/webkitperl/FeatureList.pm 2012-08-20 22:22:55 UTC (rev 126078)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm 2012-08-20 22:23:54 UTC (rev 126079)
@@ -136,6 +136,7 @@
$webSocketsSupport,
$webTimingSupport,
$workersSupport,
+ $xhrResponseBlobSupport,
$xsltSupport,
);
@@ -419,6 +420,9 @@
{ option => "workers", desc => "Toggle Workers support",
define => "ENABLE_WORKERS", default => (isAppleWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$workersSupport },
+ { option => "xhr-response-blob", desc => "Toggle XHR Response BLOB support",
+ define => "ENABLE_XHR_RESPONSE_BLOB", default => isBlackBerry(), value => \$xhrResponseBlobSupport },
+
{ option => "xslt", desc => "Toggle XSLT support",
define => "ENABLE_XSLT", default => 1, value => \$xsltSupport },
);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes