gecko/browser/devtools/webaudioeditor/test
Jordan Santell 34256306a2 Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp
From fe7f1f72bdb00e0ad2d687d40548138de506a4d6 Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  2 +
 .../test/browser_wa_properties-view-media-nodes.js | 45 ++++++++++++++++++++++
 .../test/doc_media-node-creation.html              | 29 ++++++++++++++
 browser/devtools/webaudioeditor/test/head.js       | 16 ++++++++
 toolkit/devtools/server/actors/webaudio.js         |  7 +++-
 5 files changed, 98 insertions(+), 1 deletion(-)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_wa_properties-view-media-nodes.js
 create mode 100644 browser/devtools/webaudioeditor/test/doc_media-node-creation.html
2014-06-17 15:54:53 -07:00
..
440hz_sine.ogg Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_audionode-actor-get-param-flags.js Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp 2014-04-02 15:51:21 -07:00
browser_audionode-actor-get-params-01.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_audionode-actor-get-params-02.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_audionode-actor-get-set-param.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_audionode-actor-get-type.js Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
browser_audionode-actor-is-source.js Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
browser_wa_first-run.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_graph-click.js Bug 1013544 - Highlight active node in web audio editor. r=vp 2014-05-26 11:32:00 -04:00
browser_wa_graph-markers.js Bug 1006875 - Better styles for graphs in web audio editor, r=vp 2014-05-20 12:50:00 +02:00
browser_wa_graph-render-01.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_graph-render-02.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_graph-selected.js Bug 1013544 - Highlight active node in web audio editor. r=vp 2014-05-26 11:32:00 -04:00
browser_wa_inspector-toggle.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_inspector.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_properties-view-edit.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_wa_properties-view-media-nodes.js Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp 2014-06-17 15:54:53 -07:00
browser_wa_properties-view-params-objects.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_wa_properties-view-params.js Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
browser_wa_properties-view.js Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
browser_wa_reset-01.js Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
browser_wa_reset-02.js Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
browser_wa_reset-03.js Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
browser_webaudio-actor-simple.js Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
browser.ini Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp 2014-06-17 15:54:53 -07:00
doc_buffer-and-array.html Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
doc_complex-context.html Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
doc_media-node-creation.html Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp 2014-06-17 15:54:53 -07:00
doc_simple-context.html Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
doc_simple-node-creation.html Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
head.js Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp 2014-06-17 15:54:53 -07:00