Changeset 123415 in webkit


Ignore:
Timestamp:
Jul 23, 2012, 6:59:17 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Disable flexbox on Windows
https://bugs.webkit.org/show_bug.cgi?id=92047
<rdar://problem/11570384>

Patch by Roger Fong <roger_fong@apple.com> on 2012-07-23
Reviewed by Darin Adler.

Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.

WebKitLibraries:

  • win/tools/vsprops/FeatureDefines.vsprops:

Disable ENABLE_CSS3_FLEXBOX property.

LayoutTests:

  • platform/win/Skipped:

Add related CSS3 Flexbox tests to skip list.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r123414 r123415  
     12012-07-23  Roger Fong  <roger_fong@apple.com>
     2
     3        Disable flexbox on Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=92047
     5        <rdar://problem/11570384>
     6
     7        Reviewed by Darin Adler.
     8
     9        Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
     10
     11        * platform/win/Skipped:
     12        Add related CSS3 Flexbox tests to skip list.
     13       
    1142012-07-23  Hanyee Kim  <choco@company100.net>
    215
  • trunk/LayoutTests/platform/win/Skipped

    r123347 r123415  
    19411941svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
    19421942
     1943# CSS3 flexbox is disabled <rdar://problem/11570384>
     1944css3/flexbox
     1945transitions/flex-transitions.html
     1946fast/multicol/span/clone-flexbox.html
     1947
    19431948# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
    19441949# https://bugs.webkit.org/show_bug.cgi?id=85558
  • trunk/WebKitLibraries/ChangeLog

    r123300 r123415  
     12012-07-23  Roger Fong  <roger_fong@apple.com>
     2
     3        Disable flexbox on Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=92047
     5        <rdar://problem/11570384>
     6
     7        Reviewed by Darin Adler.
     8
     9        Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
     10
     11        * win/tools/vsprops/FeatureDefines.vsprops:
     12        Disable ENABLE_CSS3_FLEXBOX property.
     13       
    1142012-07-23  Kent Tamura  <tkent@chromium.org>
    215
  • trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops

    r123300 r123415  
    3939  <UserMacro
    4040                Name="ENABLE_CSS3_FLEXBOX"
    41                 Value="ENABLE_CSS3_FLEXBOX"
     41                Value=""
    4242                PerformEnvironmentSet="true"
    4343        />
Note: See TracChangeset for help on using the changeset viewer.