Changeset 145200 in webkit


Ignore:
Timestamp:
Mar 8, 2013 2:08:05 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Enable Web Audio in development builds
https://bugs.webkit.org/show_bug.cgi?id=111831

Reviewed by Philippe Normand.

Web Audio is already quite well supported on the GTK port but still has a few issues
that must be addressed before it is enabled by default. Despite that it should be enabled
in development builds just so we are up-to-date with future feature infrastructure changes.
The Web Audio-related layout tests are not run yet due to missing support in DRT/WKTR, but
that's an obvious goal before enabling the feature in release builds.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r145189 r145200  
     12013-03-08  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Enable Web Audio in development builds
     4        https://bugs.webkit.org/show_bug.cgi?id=111831
     5
     6        Reviewed by Philippe Normand.
     7
     8        Web Audio is already quite well supported on the GTK port but still has a few issues
     9        that must be addressed before it is enabled by default. Despite that it should be enabled
     10        in development builds just so we are up-to-date with future feature infrastructure changes.
     11        The Web Audio-related layout tests are not run yet due to missing support in DRT/WKTR, but
     12        that's an obvious goal before enabling the feature in release builds.
     13
     14        * Scripts/webkitperl/FeatureList.pm:
     15
    1162013-03-07  Jochen Eisinger  <jochen@chromium.org>
    217
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r144614 r145200  
    465465
    466466    { option => "web-audio", desc => "Toggle Web Audio support",
    467       define => "ENABLE_WEB_AUDIO", default => (isEfl()), value => \$webAudioSupport },
     467      define => "ENABLE_WEB_AUDIO", default => (isEfl() || isGtk()), value => \$webAudioSupport },
    468468
    469469    { option => "web-sockets", desc => "Toggle Web Sockets support",
Note: See TracChangeset for help on using the changeset viewer.