Changeset 142617 in webkit


Ignore:
Timestamp:
Feb 12, 2013 6:51:07 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed followup to r142606, the EFL port also enables the CSS image-set
feature so the new configuration option's default value should reflect that.

  • Scripts/webkitperl/FeatureList.pm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r142609 r142617  
     12013-02-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Unreviewed followup to r142606, the EFL port also enables the CSS image-set
     4        feature so the new configuration option's default value should reflect that.
     5
     6        * Scripts/webkitperl/FeatureList.pm:
     7
    182013-02-12  Zan Dobersek  <zdobersek@igalia.com>
    29
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r142609 r142617  
    202202
    203203    { option => "css-image-set", desc => "Toggle CSS image-set support",
    204       define => "ENABLE_CSS_IMAGE_SET", default => isGtk(), value => \$cssImageSetSupport },
     204      define => "ENABLE_CSS_IMAGE_SET", default => (isEfl() || isGtk()), value => \$cssImageSetSupport },
    205205
    206206    { option => "css-regions", desc => "Toggle CSS Regions support",
Note: See TracChangeset for help on using the changeset viewer.