Changeset 123427 in webkit


Ignore:
Timestamp:
Jul 23, 2012 10:46:51 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Fix ENABLE_CSS_IMAGE_ORIENTATION compile flag
https://bugs.webkit.org/show_bug.cgi?id=91961

Patch by David Barr <davidbarr@chromium.org> on 2012-07-23
Reviewed by Tony Chang.

https://bugs.webkit.org/show_bug.cgi?id=89055
A rule was missed implementing the ENABLE_CSS_IMAGE_ORIENTATION compile flag.

https://bugs.webkit.org/show_bug.cgi?id=90046
Half of the missing rule was inadvertently added together with ENABLE_CSS_STICKY_POSITION.

No new tests; build configuration fix.

  • Configurations/FeatureDefines.xcconfig:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r123426 r123427  
     12012-07-23  David Barr  <davidbarr@chromium.org>
     2
     3        Fix ENABLE_CSS_IMAGE_ORIENTATION compile flag
     4        https://bugs.webkit.org/show_bug.cgi?id=91961
     5
     6        Reviewed by Tony Chang.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=89055
     9        A rule was missed implementing the ENABLE_CSS_IMAGE_ORIENTATION compile flag.
     10
     11        https://bugs.webkit.org/show_bug.cgi?id=90046
     12        Half of the missing rule was inadvertently added together with ENABLE_CSS_STICKY_POSITION.
     13
     14        No new tests; build configuration fix.
     15
     16        * Configurations/FeatureDefines.xcconfig:
     17
    1182012-07-23  Douglas Stockwell  <dstockwell@chromium.org>
    219
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r123379 r123427  
    4141ENABLE_CSS_EXCLUSIONS = ENABLE_CSS_EXCLUSIONS;
    4242ENABLE_CSS_FILTERS = ENABLE_CSS_FILTERS;
     43ENABLE_CSS_IMAGE_ORIENTATION = ;
    4344ENABLE_CSS_IMAGE_RESOLUTION = ;
    4445ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
Note: See TracChangeset for help on using the changeset viewer.