Changeset 90876 in webkit


Ignore:
Timestamp:
Jul 12, 2011 6:33:50 PM (13 years ago)
Author:
crogers@google.com
Message:

Enable Web Audio for chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=64409

Reviewed by James Robinson.

Tools:

  • DumpRenderTree/chromium/TestShell.cpp:

(TestShell::TestShell):

LayoutTests:

  • platform/chromium/fast/dom/prototype-inheritance-expected.txt:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r90875 r90876  
     12011-07-12  Chris Rogers  <crogers@google.com>
     2
     3        Enable Web Audio for chromium DRT
     4        https://bugs.webkit.org/show_bug.cgi?id=64409
     5
     6        Reviewed by James Robinson.
     7
     8        * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
     9
    1102011-07-12  Oliver Hunt  <oliver@apple.com>
    211
  • trunk/LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt

    r89782 r90876  
    792792PASS inner.unescape.isInner is true
    793793PASS inner.unescape.constructor.isInner is true
     794PASS inner.webkitAudioContext.isInner is true
     795PASS inner.webkitAudioContext.constructor.isInner is true
    794796PASS inner.webkitCancelRequestAnimationFrame.isInner is true
    795797PASS inner.webkitCancelRequestAnimationFrame.constructor.isInner is true
  • trunk/Tools/ChangeLog

    r90871 r90876  
     12011-07-12  Chris Rogers  <crogers@google.com>
     2
     3        Enable Web Audio for chromium DRT
     4        https://bugs.webkit.org/show_bug.cgi?id=64409
     5
     6        Reviewed by James Robinson.
     7
     8        * DumpRenderTree/chromium/TestShell.cpp:
     9        (TestShell::TestShell):
     10
    1112011-07-12  Adam Barth  <abarth@webkit.org>
    212
  • trunk/Tools/DumpRenderTree/chromium/TestShell.cpp

    r90137 r90876  
    118118    WebRuntimeFeatures::enableJavaScriptI18NAPI(true);
    119119    WebRuntimeFeatures::enableMediaStream(true);
     120    WebRuntimeFeatures::enableWebAudio(true);
    120121
    121122    m_webPermissions = adoptPtr(new WebPermissions());
Note: See TracChangeset for help on using the changeset viewer.