Changeset 168520 in webkit


Ignore:
Timestamp:
May 8, 2014 10:32:36 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Enable MEDIA_STREAM for EFL port
https://bugs.webkit.org/show_bug.cgi?id=132648

Patch by Praveen R Jadhav <praveen.j@samsung.com> on 2014-05-08
Reviewed by Gyuyoung Kim.

Tools:
Script modified to enable MEDIA_STREAM for EFL build.

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:
Updated webaudio test case expectation after enabling MEDIA_STREAM

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168504 r168520  
     12014-05-08  Praveen R Jadhav  <praveen.j@samsung.com>
     2
     3        [EFL] Enable MEDIA_STREAM for EFL port
     4        https://bugs.webkit.org/show_bug.cgi?id=132648
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Updated webaudio test case expectation after enabling MEDIA_STREAM
     9
     10        * platform/efl/TestExpectations:
     11
    1122014-05-08  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/LayoutTests/platform/efl/TestExpectations

    r168354 r168520  
    12191219
    12201220# WebAudio remaining issues
    1221 webkit.org/b/105289 webaudio/mediastreamaudiosourcenode.html [ Failure ]
    1222 webkit.org/b/105289 webaudio/mediastreamaudiodestinationnode.html [ Failure ]
    12231221webkit.org/b/105294 webaudio/codec-tests/aac/vbr-128kbps-44khz.html [ Failure ]
    12241222webkit.org/b/105294 webaudio/codec-tests/mp3/128kbps-44khz.html [ Missing Failure ]
  • trunk/Tools/ChangeLog

    r168511 r168520  
     12014-05-08  Praveen R Jadhav  <praveen.j@samsung.com>
     2
     3        [EFL] Enable MEDIA_STREAM for EFL port
     4        https://bugs.webkit.org/show_bug.cgi?id=132648
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Script modified to enable MEDIA_STREAM for EFL build.
     9
     10        * Scripts/webkitperl/FeatureList.pm:
     11
    1122014-05-08  David Farler  <dfarler@apple.com>
    213
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r168109 r168520  
    327327
    328328    { option => "media-stream", desc => "Toggle Media Stream support",
    329       define => "ENABLE_MEDIA_STREAM", default => isGtk(), value => \$mediaStreamSupport },
     329      define => "ENABLE_MEDIA_STREAM", default => (isGtk() || isEfl()), value => \$mediaStreamSupport },
    330330
    331331    { option => "meter-element", desc => "Toggle Meter Element support",
Note: See TracChangeset for help on using the changeset viewer.