Patrick Brosset
b0fc02b334
Bug 1166189 - ESLint configuration files for devtools; r=tromey
...
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.
This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).
Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.
2015-05-28 09:30:03 +02:00
Patrick Brosset
0d849bdbc4
Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker
2015-05-25 14:42:51 +02:00
Ehsan Akhgari
437d95a148
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
J. Ryan Stinnett
298bab3c61
Bug 1150366 - Add D3 licenses to license.html. r=gerv
2015-04-06 06:07:00 -04:00
Panos Astithas
a936ed870b
Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset
2015-04-01 14:09:33 +03:00
Dave Townsend
214585490e
Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
2015-03-11 10:00:25 -07:00
Wes Kocher
22ca27c640
Backed out changeset e5ea062a8a10 (bug 1142114) for bc1 orange CLOSED TREE
2015-03-11 19:45:18 -07:00
Dave Townsend
5ca2eabac8
Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
2015-03-11 10:00:25 -07: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
63f1536856
Bug 1134079 - Supply audio node definitions directly from the client if the webaudio actor server does not support it (like on older versions of FxOS). r=vp
2015-02-23 12:47:00 +01:00
Yash Mehrotra
a39fe3c522
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
Carsten "Tomcat" Book
a28dc81bf1
Backed out changeset ed7a34b39130 (bug 1098374) for failing dt tests
2015-02-18 17:06:09 +01:00
Jordan Santell
c317ae0f89
Bug 1134036 - Disable web audio editor's automation panel until bug 1125600 is fixed. r=vp
2015-02-17 16:08:00 -05:00
Michael Ratcliffe
16c7b1e0f4
Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=harth
2015-02-17 16:02:32 +00: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
Jordan Santell
3c790e8fa2
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
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
cc520d5daf
Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp
2015-01-28 02:12:00 -05:00
Jordan Santell
eea61cab1a
Bug 1092571 - Disable intermittent tests failing due to AudioNodeActor::connectParam. r=vp
2015-01-28 02:29:00 -05:00
Jordan Santell
19ceac40c6
Bug 1125817 - Fix async/sync consistencies with web audio tool client node events. r=vp
2015-01-26 06:40:00 +01:00
Tim Nguyen
294cfdf228
Bug 1019186 - Use new throbbers for DevTools UI. r=bgrins
2015-01-23 17:10:18 -08:00
Jordan Santell
2607dae632
Bug 1118497 - Update web audio editor 'parameters' view to the more accurately described 'properties' view. r=vp
2015-01-21 10:29:00 -08: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
0082460eab
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
874e810653
Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp
2015-01-06 11:23:00 +01:00
Jordan Santell
6091ec477b
Bug 1115780 - increase timeout on audionode destruction tests. r=vp
2014-12-28 10:26: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
Jordan Santell
e5ac22d763
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
99df2107de
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
Michael Ratcliffe
c0df7c569e
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
6080cad3f4
Backed out changeset 3500854d791b for test log breakage
2014-11-07 13:32:09 +00:00
Michael Ratcliffe
8fd5514ff9
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
9e08975277
Bug 1068273 - remove time-based toggling in web audio editor tests. r=vp
2014-10-19 10:29:00 +02:00
Jordan Santell
2f735c8cb7
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
deec246d71
Bug 1068270 - Add connectNode and disconnect methods to AudioNodeActor. r=vp
2014-10-15 08:10:00 +02:00
David Rajchenbach-Teller
025aa7fc8e
Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul
2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
affd3afe16
Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures
2014-10-10 10:41:25 +02:00
David Rajchenbach-Teller
78bbf1666a
Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul
2014-10-04 14:21:00 +02:00
J. Ryan Stinnett
d54e9d8b84
Bug 979536 - Part 4: Fix reopening web audio tool. r=jsantell
2014-09-24 08:49: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
5a6d3c629e
Bug 1055211 - Add bypass method on AudioNodeActors. r=vp
2014-09-19 15:08: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
Florian Quèze
6faea01564
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
cee331cef8
Backed out changeset 4d9e5795ee82 (bug 1066450) for test failures
2014-09-22 12:26:54 +02:00