⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 140461 in webkit


Ignore:
Timestamp:
Jan 22, 2013, 1:28:41 PM (14 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Disable CSS Regions in release builds
https://bugs.webkit.org/show_bug.cgi?id=106541

Patch by Zan Dobersek <zandobersek@gmail.com> on 2013-01-22
Reviewed by Martin Robinson.

The CSS Regions feature is not yet deemed stable enough to be enabled
in release builds, so disable it. It's still enabled for development
builds, via FeatureList.pm.

No new tests - no testable changes.

  • GNUmakefile.features.am.in:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r140459 r140461  
     12013-01-22  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] Disable CSS Regions in release builds
     4        https://bugs.webkit.org/show_bug.cgi?id=106541
     5
     6        Reviewed by Martin Robinson.
     7
     8        The CSS Regions feature is not yet deemed stable enough to be enabled
     9        in release builds, so disable it. It's still enabled for development
     10        builds, via FeatureList.pm.
     11
     12        No new tests - no testable changes.
     13
     14        * GNUmakefile.features.am.in:
     15
    1162013-01-22  Zan Dobersek  <zandobersek@gmail.com>
    217
  • trunk/Source/WebCore/GNUmakefile.features.am.in

    r140431 r140461  
    1616        ENABLE_CSS_IMAGE_ORIENTATION=0 \
    1717        ENABLE_CSS_IMAGE_RESOLUTION=0 \
    18         ENABLE_CSS_REGIONS=1 \
     18        ENABLE_CSS_REGIONS=0 \
    1919        ENABLE_CSS_SHADERS=0 \
    2020        ENABLE_CSS_STICKY_POSITION=0 \
Note: See TracChangeset for help on using the changeset viewer.