Changeset 144222 in webkit


Ignore:
Timestamp:
Feb 27, 2013 12:21:39 PM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Disable MathML support in release builds
https://bugs.webkit.org/show_bug.cgi?id=110981

Patch by Zan Dobersek <zdobersek@igalia.com> 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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r144214 r144222  
     12013-02-27  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Disable MathML support in release builds
     4        https://bugs.webkit.org/show_bug.cgi?id=110981
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Source/autotools/SetupWebKitFeatures.m4: Disable the MathML support in release builds
     9        as the code is not yet deemed production-ready.
     10
    1112013-02-27  Glenn Adams  <glenn@skynav.com>
    212
  • trunk/Source/autotools/SetupWebKitFeatures.m4

    r143604 r144222  
    6060        ENABLE_LINK_PREFETCH=0
    6161        ENABLE_LINK_PRERENDER=0
    62         ENABLE_MATHML=1
     62        ENABLE_MATHML=0
    6363        ENABLE_MEDIA_CAPTURE=0
    6464        ENABLE_MEDIA_SOURCE=0
Note: See TracChangeset for help on using the changeset viewer.