Changeset 114151 in webkit


Ignore:
Timestamp:
Apr 13, 2012 11:26:46 AM (12 years ago)
Author:
scheib@chromium.org
Message:

Unreviewed, rolling out r114140.
http://trac.webkit.org/changeset/114140
https://bugs.webkit.org/show_bug.cgi?id=83921

Fails fast/css/image-set-parsing.html test it attempts to
introduce. (Requested by scheib on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-04-13

Source/WebCore:

  • WebCore.gypi:

Source/WebKit/chromium:

  • features.gypi:

LayoutTests:

  • platform/chromium/fast/css/image-set-parsing-expected.txt: Removed.
  • platform/chromium/test_expectations.txt:
Location:
trunk
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r114150 r114151  
     12012-04-13  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r114140.
     4        http://trac.webkit.org/changeset/114140
     5        https://bugs.webkit.org/show_bug.cgi?id=83921
     6
     7        Fails fast/css/image-set-parsing.html test it attempts to
     8        introduce. (Requested by scheib on #webkit).
     9
     10        * platform/chromium/fast/css/image-set-parsing-expected.txt: Removed.
     11        * platform/chromium/test_expectations.txt:
     12
    1132012-04-13  Dan Bernstein  <mitz@apple.com>
    214
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r114144 r114151  
    30553055BUGWK70066 SKIP : fast/hidpi = TIMEOUT
    30563056
     3057// CSS image-set support not yet enabled (needs ENABLE_CSS_IMAGE_SET).
     3058BUGWK81859 SKIP : fast/css/image-set-parsing.html = FAIL
     3059BUGWK81859 SKIP : fast/css/image-set-parsing-invalid.html = FAIL
     3060
    30573061// Flaky tests from ~r97647
    30583062BUGWK70298 : fast/images/pdf-as-background.html = FAIL TIMEOUT PASS
  • trunk/Source/WebCore/ChangeLog

    r114150 r114151  
     12012-04-13  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r114140.
     4        http://trac.webkit.org/changeset/114140
     5        https://bugs.webkit.org/show_bug.cgi?id=83921
     6
     7        Fails fast/css/image-set-parsing.html test it attempts to
     8        introduce. (Requested by scheib on #webkit).
     9
     10        * WebCore.gypi:
     11
    1122012-04-13  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebCore/WebCore.gypi

    r114147 r114151  
    7777            'css/CSSHelper.h',
    7878            'css/CSSImageGeneratorValue.h',
    79             'css/CSSImageSetValue.h',
    8079            'css/CSSImageValue.h',
    8180            'css/CSSLineBoxContainValue.h',
     
    575574            'rendering/style/StyleBoxData.h',
    576575            'rendering/style/StyleCachedImage.h',
    577             'rendering/style/StyleCachedImageSet.h',
    578576            'rendering/style/StyleDashboardRegion.h',
    579577            'rendering/style/StyleDeprecatedFlexibleBoxData.h',
     
    24192417            'css/CSSGradientValue.h',
    24202418            'css/CSSImageGeneratorValue.cpp',
    2421             'css/CSSImageSetValue.cpp',
    24222419            'css/CSSImageValue.cpp',
    24232420            'css/CSSImportRule.cpp',
     
    48994896            'rendering/style/StyleBoxData.cpp',
    49004897            'rendering/style/StyleCachedImage.cpp',
    4901             'rendering/style/StyleCachedImageSet.cpp',
    49024898            'rendering/style/StyleCachedShader.h',
    49034899            'rendering/style/StyleCachedShader.cpp',
  • trunk/Source/WebKit/chromium/ChangeLog

    r114140 r114151  
     12012-04-13  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r114140.
     4        http://trac.webkit.org/changeset/114140
     5        https://bugs.webkit.org/show_bug.cgi?id=83921
     6
     7        Fails fast/css/image-set-parsing.html test it attempts to
     8        introduce. (Requested by scheib on #webkit).
     9
     10        * features.gypi:
     11
    1122012-04-13  Rob Flack  <flackr@chromium.org>
    213
  • trunk/Source/WebKit/chromium/features.gypi

    r114140 r114151  
    3939      'ENABLE_CHANNEL_MESSAGING=1',
    4040      'ENABLE_CSS_FILTERS=1',
    41       'ENABLE_CSS_IMAGE_SET=1',
    4241      'ENABLE_CSS_SHADERS=1',
    4342      'ENABLE_DASHBOARD_SUPPORT=0',
Note: See TracChangeset for help on using the changeset viewer.