Ignore:
Timestamp:
Mar 24, 2014, 4:01:56 PM (11 years ago)
Author:
Brent Fulgham
Message:

Activate WebVTT Tests Once Merging is Complete
https://bugs.webkit.org/show_bug.cgi?id=130420

Reviewed by Eric Carlson.

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig: Turn on ENABLE(WEBVTT_REGIONS)

Source/WebCore:

  • Configurations/FeatureDefines.xcconfig: Turn on ENABLE(WEBVTT_REGIONS)

Source/WebKit/mac:

  • Configurations/FeatureDefines.xcconfig: Turn on ENABLE(WEBVTT_REGIONS)

Source/WebKit2:

  • Configurations/FeatureDefines.xcconfig: Turn on ENABLE(WEBVTT_REGIONS)

LayoutTests:

  • TestExpectations: Remove [Skip] for media/track/regions-webvtt
  • platform/efl/TestExpectations: Skip media/track/regions-webvtt
  • platform/gtk/TestExpectations: Skip media/track/regions-webvtt
  • platform/mac/js/dom/global-constructors-attributes.html: Add new VTTRegions cases.
  • platform/mac-mountainlion/js/dom/global-constructors-attributes.html: Ditto.
  • platform/win/TestExpectations: Skip media/track/regions-webvtt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r166192 r166201  
     12014-03-24  Brent Fulgham  <[email protected]>
     2
     3        Activate WebVTT Tests Once Merging is Complete
     4        https://bugs.webkit.org/show_bug.cgi?id=130420
     5
     6        Reviewed by Eric Carlson.
     7
     8        * Configurations/FeatureDefines.xcconfig: Turn on ENABLE(WEBVTT_REGIONS)
     9
    1102014-03-24  Andreas Kling  <[email protected]>
    211
Note: See TracChangeset for help on using the changeset viewer.