Commit Graph

39 Commits

Author SHA1 Message Date
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Ehsan Akhgari
437d95a148 Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
Mahdi Dibaiee
18c251b347 Bug 1128974 - Fetch default values for AudioNode params instead of hardcoding. r=jsantell 2015-03-09 13:33:00 +01:00
J. Ryan Stinnett
ad65203fa5 Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
Jordan Santell
902cb976d6 Bug 1112378 - Rewrite errors from call watcher to hide information of the error originating from call watcher, rather than content. r=vp 2015-02-13 19:10:00 -05:00
Paul Adenot
1d865f4a9c Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug 2015-02-03 11:25:37 +01:00
Jordan Santell
e5fef72eea Bug 1055217 - Add front end for bypassing audio nodes in the web audio editor. r=vp 2015-01-20 10:28:00 -05:00
Jordan Santell
a5814c1e2f Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
Jordan Santell
874e810653 Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp 2015-01-06 11:23:00 +01:00
Jordan Santell
73bb8332fd Bug 1056458 - Add backend for recording automation events in the web audio API for developer tools. r=vp 2014-12-27 09:10:00 +01:00
Patrick Brosset
1ec9ec13c3 Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
J. Ryan Stinnett
99df2107de Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Jordan Santell
9e08975277 Bug 1068273 - remove time-based toggling in web audio editor tests. r=vp 2014-10-19 10:29:00 +02:00
Mark Hammond
6a87979897 Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset 2014-09-25 12:23:39 +10:00
Carsten "Tomcat" Book
9f326b6742 Backed out changeset 6d9fb906e5b9 (bug 1072141) for dt test failures 2014-09-24 11:33:00 +02:00
Mark Hammond
5f7c145bc1 Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset 2014-09-24 17:47:41 +10:00
Jordan Santell
21ed93c950 Bug 1057042 - refactor front end of web audio editor. r=vp 2014-09-19 17:19:00 +02:00
Jordan Santell
4d78e2d2cf Bug 1066450 - Fix regression of web audio tools not reinitializing after navigation. r=vp 2014-09-22 10:28:00 -04:00
Carsten "Tomcat" Book
cee331cef8 Backed out changeset 4d9e5795ee82 (bug 1066450) for test failures 2014-09-22 12:26:54 +02:00
Carsten "Tomcat" Book
97ac9efe31 Backed out changeset c2e654ecbd50 (bug 1057042) for dt test failures 2014-09-22 10:35:48 +02:00
Jordan Santell
7eabf2d2d9 Bug 1066450 - Fix regression of web audio tools not reinitializing after navigation. r=vp 2014-09-12 05:31:00 +02:00
Jordan Santell
bc59be1467 Bug 1057042 - refactor front end of web audio editor. r=vp 2014-09-19 17:19:00 +02:00
Alexandre Poirot
17fdf7ba08 Bug 1053805 - Tweak webgl,canvas and webaudio actors for frames selection. r=vp,past 2014-09-01 03:20:00 +02:00
Ryan VanderMeulen
5a14341b43 Backed out changeset e7215fed014f (bug 1025864) for frequent OSX debug crashes. 2014-08-27 14:12:31 -04:00
Jordan Santell
6bee33dfb7 Bug 1025864 - Add observer updates when AudioParams change in the Web Audio Editor. r=vp, r=dcamp 2014-08-19 08:57:00 -04:00
Jordan Santell
8886741071 Bug 1032129 - Render AudioParam connections in web audio editor. r=vp 2014-08-18 14:36:00 -04:00
Jordan Santell
71194bb243 Bug 986705 - Implement web audio server events for connecting to an AudioParam in the web audio editor. r=vp 2014-07-02 12:37:00 +02:00
Jordan Santell
9507d4dd21 Bug 1029195 - Ensure selected node visually persists beyond graph re-rendering in web audio editor. r=vp 2014-06-30 10:34:00 -04:00
Jordan Santell
e299b58e7e Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp 2014-06-20 12:05:00 -04:00
Jordan Santell
8557a89a83 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
Jordan Santell
064344d1bd Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
Jordan Santell
4bc1741ed3 Bug 1013544 - Highlight active node in web audio editor. r=vp 2014-05-26 11:32:00 -04:00
Jordan Santell
5c735df5d4 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
Jordan Santell
39da407767 Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
Jordan Santell
d9cb4b7bb9 Bug 1006283 - Set and display proper type on AudioParams for web audio editor. r=vp 2014-05-06 14:03:00 -04:00
Jordan Santell
b94d6bd019 Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp 2014-04-02 15:51:21 -07:00
Jordan Santell
b33008adb6 Bug 980502 - Implement web audio actors and audio node actors. r=vp 2014-03-26 15:28:24 -07:00
Carsten "Tomcat" Book
618a0713d9 Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests 2014-03-26 11:09:34 +01:00
Jordan Santell
a3aa9ece13 Bug 980502 - Implement WebAudio actor and AudioNode actor. r=vp 2014-03-06 16:39:00 -08:00