Title: [144222] trunk
- Revision
- 144222
- Author
- [email protected]
- Date
- 2013-02-27 12:21:39 -0800 (Wed, 27 Feb 2013)
Log Message
[GTK] Disable MathML support in release builds
https://bugs.webkit.org/show_bug.cgi?id=110981
Patch by Zan Dobersek <[email protected]> on 2013-02-27
Reviewed by Martin Robinson.
* Source/autotools/SetupWebKitFeatures.m4: Disable the MathML support in release builds
as the code is not yet deemed production-ready.
Modified Paths
Diff
Modified: trunk/ChangeLog (144221 => 144222)
--- trunk/ChangeLog 2013-02-27 20:20:37 UTC (rev 144221)
+++ trunk/ChangeLog 2013-02-27 20:21:39 UTC (rev 144222)
@@ -1,3 +1,13 @@
+2013-02-27 Zan Dobersek <[email protected]>
+
+ [GTK] Disable MathML support in release builds
+ https://bugs.webkit.org/show_bug.cgi?id=110981
+
+ Reviewed by Martin Robinson.
+
+ * Source/autotools/SetupWebKitFeatures.m4: Disable the MathML support in release builds
+ as the code is not yet deemed production-ready.
+
2013-02-27 Glenn Adams <[email protected]>
Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
Modified: trunk/Source/autotools/SetupWebKitFeatures.m4 (144221 => 144222)
--- trunk/Source/autotools/SetupWebKitFeatures.m4 2013-02-27 20:20:37 UTC (rev 144221)
+++ trunk/Source/autotools/SetupWebKitFeatures.m4 2013-02-27 20:21:39 UTC (rev 144222)
@@ -59,7 +59,7 @@
ENABLE_LEGACY_WEB_AUDIO=0
ENABLE_LINK_PREFETCH=0
ENABLE_LINK_PRERENDER=0
- ENABLE_MATHML=1
+ ENABLE_MATHML=0
ENABLE_MEDIA_CAPTURE=0
ENABLE_MEDIA_SOURCE=0
ENABLE_MEDIA_STATISTICS=0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes