Changeset 139767 in webkit


Ignore:
Timestamp:
Jan 15, 2013 11:46:01 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Enable CSS Image Resolution feature
https://bugs.webkit.org/show_bug.cgi?id=99038

Patch by Zan Dobersek <zandobersek@gmail.com> on 2013-01-15
Reviewed by Gustavo Noronha Silva.

Tools:

Enable the CSS Image Resolution feature for the development
builds of the GTK port.

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:

Remove the failure expectation for the fast/css/image-resolution directory,
the single layout test inside it now passes.

  • platform/gtk/TestExpectations:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r139763 r139767  
     12013-01-15  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] Enable CSS Image Resolution feature
     4        https://bugs.webkit.org/show_bug.cgi?id=99038
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Remove the failure expectation for the fast/css/image-resolution directory,
     9        the single layout test inside it now passes.
     10
     11        * platform/gtk/TestExpectations:
     12
    1132013-01-15  Zan Dobersek  <zdobersek@igalia.com>
    214
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r139763 r139767  
    373373webkit.org/b/99057 fast/css/variables [ Skip ]
    374374webkit.org/b/99057 inspector/styles/variables [ Skip ]
    375 
    376 # CSS image-resolution is not yet enabled.
    377 webkit.org/b/99038 fast/css/image-resolution [ Failure ]
    378375
    379376# CSS image-orientation is not yet enabled.
  • trunk/Tools/ChangeLog

    r139766 r139767  
     12013-01-15  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] Enable CSS Image Resolution feature
     4        https://bugs.webkit.org/show_bug.cgi?id=99038
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Enable the CSS Image Resolution feature for the development
     9        builds of the GTK port.
     10
     11        * Scripts/webkitperl/FeatureList.pm:
     12
    1132013-01-15  Zan Dobersek  <zandobersek@gmail.com>
    214
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r139324 r139767  
    195195
    196196    { option => "css-image-resolution", desc => "Toggle CSS image-resolution support",
    197       define => "ENABLE_CSS_IMAGE_RESOLUTION", default => isBlackBerry(), value => \$cssImageResolutionSupport },
     197      define => "ENABLE_CSS_IMAGE_RESOLUTION", default => (isBlackBerry() || isGtk()), value => \$cssImageResolutionSupport },
    198198
    199199    { option => "css-regions", desc => "Toggle CSS Regions support",
Note: See TracChangeset for help on using the changeset viewer.