Commit Graph

79 Commits

Author SHA1 Message Date
Panos Astithas
e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Dave Townsend
aa5666698b Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
--HG--
extra : rebase_source : c7565eaeb4ea73c0a0a313ee62fcd1a2eb715087
extra : source : e5ea062a8a10faaaeca6dbb1e8d57bf068efd9b1
2015-03-11 10:00:25 -07:00
Wes Kocher
f7d23ea560 Backed out changeset e5ea062a8a10 (bug 1142114) for bc1 orange CLOSED TREE 2015-03-11 19:45:18 -07:00
Dave Townsend
d8bc5f5e93 Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
--HG--
extra : rebase_source : 9a40753d9c81b76cd2b99997fa8b0e686ef97926
2015-03-11 10:00:25 -07:00
Mahdi Dibaiee
1e8acdbc6e Bug 1128974 - Fetch default values for AudioNode params instead of hardcoding. r=jsantell 2015-03-09 13:33:00 +01:00
J. Ryan Stinnett
b6acc170c1 Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
Yash Mehrotra
862950c9f9 Bug 1009056 - Make the width of the Web Audio Editor Inspector controllable by a preference. r=jsantell 2015-02-21 02:02:54 +05:30
Jordan Santell
a643183629 Bug 1134036 - Disable web audio editor's automation panel until bug 1125600 is fixed. r=vp 2015-02-17 16:08:00 -05:00
Jordan Santell
e533052040 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
Jordan Santell
78acdb77ee Bug 1130901 - Export patched methods in call-watcher actor with Cu.exportFunctions so that Function.prototype methods can be called without permission errors. r=vp 2015-02-11 16:15:00 -05:00
Paul Adenot
b40239c553 Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug
--HG--
extra : rebase_source : 34877a4b518ac354cf1732a16f70b1659986aabc
2015-02-03 11:25:37 +01:00
Jordan Santell
07301b3a42 Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp 2015-01-28 02:12:00 -05:00
Jordan Santell
38f0ba075a Bug 1092571 - Disable intermittent tests failing due to AudioNodeActor::connectParam. r=vp 2015-01-28 02:29:00 -05:00
Jordan Santell
f541b35939 Bug 1125817 - Fix async/sync consistencies with web audio tool client node events. r=vp 2015-01-26 06:40:00 +01:00
Jordan Santell
815307f1a1 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
f2e1ff86cd Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
Jordan Santell
f3763d8c9a Bug 1118071 - Update web-audio-automation-timeline library to fix setTargetAtTime only calculating once for web audio editor's getAutomationData. r=vp 2015-01-07 13:57:00 -05:00
Jordan Santell
1efb78f34d Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp 2015-01-06 11:23:00 +01:00
Jordan Santell
36254cdc23 Bug 1115780 - increase timeout on audionode destruction tests. r=vp 2014-12-28 10:26:00 +01:00
Jordan Santell
4b1683e16c 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
3c0bacbcdc Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
Jordan Santell
099a5f83a6 Bug 1110878 - Don't display arrow dropdowns on web audio inspector variables. r=jryans 2014-12-17 12:09:00 -05:00
J. Ryan Stinnett
fe3b52b03e Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Michael Ratcliffe
926bf1ca5d Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Michael Ratcliffe
239fba2d47 Backed out changeset 3500854d791b for test log breakage 2014-11-07 13:32:09 +00:00
Michael Ratcliffe
f827243aac Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Jordan Santell
eb0a62958a Bug 1068273 - remove time-based toggling in web audio editor tests. r=vp 2014-10-19 10:29:00 +02:00
Jordan Santell
b33d528c76 Bug 1083881 - add method connectParam to AudioNodeActors, r=vp
From 9677a120a84ff73e07a2dd734c8d3f3e2c9b5b9e Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  1 +
 .../test/browser_audionode-actor-connectparam.js   | 35 ++++++++++++++++++++++
 toolkit/devtools/server/actors/webaudio.js         | 30 +++++++++++++++++++
 3 files changed, 66 insertions(+)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_audionode-actor-connectparam.js
2014-10-16 09:25:24 -07:00
Jordan Santell
20d2692c00 Bug 1068270 - Add connectNode and disconnect methods to AudioNodeActor. r=vp 2014-10-15 08:10:00 +02:00
David Rajchenbach-Teller
6ccc5443f6 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
716ea73d4c Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures 2014-10-10 10:41:25 +02:00
David Rajchenbach-Teller
b3a1b1ca35 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Mark Hammond
00dbbebd81 Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset 2014-09-25 12:23:39 +10:00
Carsten "Tomcat" Book
e1dea5ce12 Backed out changeset 6d9fb906e5b9 (bug 1072141) for dt test failures 2014-09-24 11:33:00 +02:00
Mark Hammond
04b25f3ec8 Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset 2014-09-24 17:47:41 +10:00
Jordan Santell
d94b50a890 Bug 1057042 - refactor front end of web audio editor. r=vp 2014-09-19 17:19:00 +02:00
Jordan Santell
917f9bfa8b Bug 1055211 - Add bypass method on AudioNodeActors. r=vp 2014-09-19 15:08:00 +02:00
Jordan Santell
2ff4c3a1bc Bug 1066450 - Fix regression of web audio tools not reinitializing after navigation. r=vp 2014-09-22 10:28:00 -04:00
Florian Quèze
2c53bdd401 Bug 973001 - getUserMedia UI doesn't work with e10s - fix browser_wa_properties-view-media-nodes.js test, r=paul. 2014-09-22 20:39:59 +02:00
Carsten "Tomcat" Book
dab1cb48dc Backed out changeset 4d9e5795ee82 (bug 1066450) for test failures 2014-09-22 12:26:54 +02:00
Carsten "Tomcat" Book
1c343eac45 Backed out changeset c2e654ecbd50 (bug 1057042) for dt test failures 2014-09-22 10:35:48 +02:00
Jordan Santell
a043a2ff3c Bug 1066450 - Fix regression of web audio tools not reinitializing after navigation. r=vp 2014-09-12 05:31:00 +02:00
Jordan Santell
61dc01bcbd Bug 1057042 - refactor front end of web audio editor. r=vp 2014-09-19 17:19:00 +02:00
Shu-yu Guo
59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Alexandre Poirot
2f530b44a0 Bug 1053805 - Tweak webgl,canvas and webaudio actors for frames selection. r=vp,past 2014-09-01 03:20:00 +02:00
Ryan VanderMeulen
ca47a9a2a7 Backed out changeset e7215fed014f (bug 1025864) for frequent OSX debug crashes. 2014-08-27 14:12:31 -04:00
Ryan VanderMeulen
91f2733811 Bug 1035820 - Disable browser_wa_graph-markers.js on OSX debug due to frequent crashes. 2014-08-27 10:34:22 -04:00
Jordan Santell
ed01e62cf6 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
475faee8d3 Bug 1032129 - Render AudioParam connections in web audio editor. r=vp 2014-08-18 14:36:00 -04:00
Jordan Santell
1882ac6141 Bug 1016037 - Remove actor IDs from web audio editor's inspector. r=vp 2014-08-14 11:57:00 -04:00