Changeset 114140 in webkit


Ignore:
Timestamp:
Apr 13, 2012 10:20:24 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Chromium: Should enable -webkit-image-set
https://bugs.webkit.org/show_bug.cgi?id=81859

Patch by Rob Flack <flackr@chromium.org> on 2012-04-13
Reviewed by Adam Barth.

Source/WebCore:

Test: fast/css/image-set-parsing.html

  • WebCore.gypi:

Source/WebKit/chromium:

  • features.gypi:

LayoutTests:

  • platform/chromium/test_expectations.txt:
Location:
trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r114139 r114140  
     12012-04-13  Rob Flack  <flackr@chromium.org>
     2
     3        Chromium: Should enable -webkit-image-set
     4        https://bugs.webkit.org/show_bug.cgi?id=81859
     5
     6        Reviewed by Adam Barth.
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102012-04-13  Anton Muhin  <antonm@chromium.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

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

    r114135 r114140  
     12012-04-13  Rob Flack  <flackr@chromium.org>
     2
     3        Chromium: Should enable -webkit-image-set
     4        https://bugs.webkit.org/show_bug.cgi?id=81859
     5
     6        Reviewed by Adam Barth.
     7
     8        Test: fast/css/image-set-parsing.html
     9
     10        * WebCore.gypi:
     11
    1122012-04-13  Pavel Feldman  <pfeldman@chromium.org>
    213
  • trunk/Source/WebCore/WebCore.gypi

    r114126 r114140  
    7777            'css/CSSHelper.h',
    7878            'css/CSSImageGeneratorValue.h',
     79            'css/CSSImageSetValue.h',
    7980            'css/CSSImageValue.h',
    8081            'css/CSSLineBoxContainValue.h',
     
    574575            'rendering/style/StyleBoxData.h',
    575576            'rendering/style/StyleCachedImage.h',
     577            'rendering/style/StyleCachedImageSet.h',
    576578            'rendering/style/StyleDashboardRegion.h',
    577579            'rendering/style/StyleDeprecatedFlexibleBoxData.h',
     
    24172419            'css/CSSGradientValue.h',
    24182420            'css/CSSImageGeneratorValue.cpp',
     2421            'css/CSSImageSetValue.cpp',
    24192422            'css/CSSImageValue.cpp',
    24202423            'css/CSSImportRule.cpp',
     
    48944897            'rendering/style/StyleBoxData.cpp',
    48954898            'rendering/style/StyleCachedImage.cpp',
     4899            'rendering/style/StyleCachedImageSet.cpp',
    48964900            'rendering/style/StyleCachedShader.h',
    48974901            'rendering/style/StyleCachedShader.cpp',
  • trunk/Source/WebKit/chromium/ChangeLog

    r114130 r114140  
     12012-04-13  Rob Flack  <flackr@chromium.org>
     2
     3        Chromium: Should enable -webkit-image-set
     4        https://bugs.webkit.org/show_bug.cgi?id=81859
     5
     6        Reviewed by Adam Barth.
     7
     8        * features.gypi:
     9
    1102012-04-13  Yury Semikhatsky  <yurys@chromium.org>
    211
  • trunk/Source/WebKit/chromium/features.gypi

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