Title: [146222] trunk
- Revision
- 146222
- Author
- [email protected]
- Date
- 2013-03-19 10:52:35 -0700 (Tue, 19 Mar 2013)
Log Message
[BlackBerry] Enable USE_SYSTEM_MALLOC by default
https://bugs.webkit.org/show_bug.cgi?id=112365
Patch by Alberto Garcia <[email protected]> on 2013-03-19
Reviewed by Benjamin Poulain.
Enable USE_SYSTEM_MALLOC by default via FeatureList.pm instead of
harcoding it in wtf/Platform.h
Source/WTF:
* wtf/Platform.h:
Tools:
* Scripts/webkitperl/FeatureList.pm:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (146221 => 146222)
--- trunk/Source/WTF/ChangeLog 2013-03-19 17:47:38 UTC (rev 146221)
+++ trunk/Source/WTF/ChangeLog 2013-03-19 17:52:35 UTC (rev 146222)
@@ -1,3 +1,15 @@
+2013-03-19 Alberto Garcia <[email protected]>
+
+ [BlackBerry] Enable USE_SYSTEM_MALLOC by default
+ https://bugs.webkit.org/show_bug.cgi?id=112365
+
+ Reviewed by Benjamin Poulain.
+
+ Enable USE_SYSTEM_MALLOC by default via FeatureList.pm instead of
+ harcoding it in wtf/Platform.h
+
+ * wtf/Platform.h:
+
2013-03-18 Benjamin Poulain <[email protected]>
[iOS] Make a UChar string equal() based on the LChar version
Modified: trunk/Source/WTF/wtf/Platform.h (146221 => 146222)
--- trunk/Source/WTF/wtf/Platform.h 2013-03-19 17:47:38 UTC (rev 146221)
+++ trunk/Source/WTF/wtf/Platform.h 2013-03-19 17:52:35 UTC (rev 146222)
@@ -497,10 +497,6 @@
#endif
#endif
-#if OS(QNX)
-#define USE_SYSTEM_MALLOC 1
-#endif
-
#if PLATFORM(BLACKBERRY)
#define WTF_USE_SKIA 1
#define WTF_USE_LOW_QUALITY_IMAGE_INTERPOLATION 1
Modified: trunk/Tools/ChangeLog (146221 => 146222)
--- trunk/Tools/ChangeLog 2013-03-19 17:47:38 UTC (rev 146221)
+++ trunk/Tools/ChangeLog 2013-03-19 17:52:35 UTC (rev 146222)
@@ -1,3 +1,15 @@
+2013-03-19 Alberto Garcia <[email protected]>
+
+ [BlackBerry] Enable USE_SYSTEM_MALLOC by default
+ https://bugs.webkit.org/show_bug.cgi?id=112365
+
+ Reviewed by Benjamin Poulain.
+
+ Enable USE_SYSTEM_MALLOC by default via FeatureList.pm instead of
+ harcoding it in wtf/Platform.h
+
+ * Scripts/webkitperl/FeatureList.pm:
+
2013-03-19 Allan Sandfeld Jensen <[email protected]>
[Qt] Make ImageDiff similar to Chromium's ImageDiff
Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (146221 => 146222)
--- trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-03-19 17:47:38 UTC (rev 146221)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-03-19 17:52:35 UTC (rev 146222)
@@ -429,7 +429,7 @@
define => "ENABLE_SVG_FONTS", default => 1, value => \$svgFontsSupport },
{ option => "system-malloc", desc => "Toggle system allocator instead of TCmalloc",
- define => "USE_SYSTEM_MALLOC", default => isWinCE(), value => \$systemMallocSupport },
+ define => "USE_SYSTEM_MALLOC", default => (isBlackBerry() || isWinCE()), value => \$systemMallocSupport },
{ option => "template-element", desc => "Toggle HTMLTemplateElement support",
define => "ENABLE_TEMPLATE_ELEMENT", default => (isEfl() || isGtk()), value => \$templateElementSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes