Changeset 142609 in webkit


Ignore:
Timestamp:
Feb 12, 2013 5:56:33 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Enable CSS Variables feature in development builds
https://bugs.webkit.org/show_bug.cgi?id=109474

Reviewed by Martin Robinson.

Tools:

  • Scripts/webkitperl/FeatureList.pm: Enable the feature on development

builds of the GTK port.

LayoutTests:

  • platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r142607 r142609  
     12013-02-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Enable CSS Variables feature in development builds
     4        https://bugs.webkit.org/show_bug.cgi?id=109474
     5
     6        Reviewed by Martin Robinson.
     7
     8        * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
     9
    1102013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r142606 r142609  
    380380webkit.org/b/79203 fast/mediastream [ Skip ]
    381381webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
    382 
    383 # CSS Variables are not yet enabled.
    384 webkit.org/b/99057 fast/css/variables [ Skip ]
    385 webkit.org/b/99057 inspector/styles/variables [ Skip ]
    386382
    387383# No CORS support for media elements is implemented yet.
  • trunk/Tools/ChangeLog

    r142606 r142609  
     12013-02-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Enable CSS Variables feature in development builds
     4        https://bugs.webkit.org/show_bug.cgi?id=109474
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Scripts/webkitperl/FeatureList.pm: Enable the feature on development
     9        builds of the GTK port.
     10
    1112013-02-12  Zan Dobersek  <zdobersek@igalia.com>
    212
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r142606 r142609  
    220220
    221221    { option => "css-variables", desc => "Toggle CSS Variable support",
    222       define => "ENABLE_CSS_VARIABLES", default => (isBlackBerry() || isEfl()), value => \$cssVariablesSupport },
     222      define => "ENABLE_CSS_VARIABLES", default => (isBlackBerry() || isEfl() || isGtk()), value => \$cssVariablesSupport },
    223223
    224224    { option => "custom-scheme-handler", desc => "Toggle Custom Scheme Handler support",
Note: See TracChangeset for help on using the changeset viewer.