Victor Porof
d9ec99ad77
Bug 1175686 - Pull line and bar graph widgets outside of Graphs.js into their own files, r=jsantell, a=Mossop
2015-06-19 11:00:25 -04:00
Victor Porof
af7ea47287
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
...
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-06-17 16:05:52 -04:00
Ryan VanderMeulen
7a1618fb09
Backed out changeset ff46473241e4 (bug 1169135) for browser_graphs-07c.js failures.
...
CLOSED TREE
--HG--
rename : browser/devtools/shared/widgets/Graphs.js => browser/devtools/shared/widgets/Graphs.jsm
2015-06-17 14:41:29 -04:00
Victor Porof
0b675296da
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
...
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-06-16 20:18:04 -04:00
Sami Jaktholm
859a5a5314
Bug 1169993 - Remove duplicated setTheme methods from performance and webaudio tests. r=bgrins
2015-06-03 19:36:35 +03:00
Victor Porof
da35d2707a
Backed out changeset 549e09a3e84d for breaking the web audio editor, r=permaorange
...
--HG--
rename : browser/devtools/shared/widgets/Graphs.js => browser/devtools/shared/widgets/Graphs.jsm
2015-05-28 18:09:25 -04:00
Victor Porof
6d31f933ab
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
...
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-05-28 17:04:16 -04:00
Patrick Brosset
8c2aaa42cf
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.
--HG--
extra : rebase_source : d7b6f639634b64dc084d0835a5fb36c9720a87e7
2015-05-28 09:30:03 +02:00
Patrick Brosset
f74b4d25f0
Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker
...
--HG--
extra : rebase_source : 15f48894284051c2f10d9b71c94d7074f893002a
2015-05-25 14:42:51 +02:00
Ehsan Akhgari
1a03395848
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
J. Ryan Stinnett
52b60b11af
Bug 1150366 - Add D3 licenses to license.html. r=gerv
...
--HG--
rename : browser/devtools/webaudioeditor/lib/D3_LICENSE => browser/devtools/shared/D3_LICENSE
2015-04-06 06:07:00 -04:00
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
Jordan Santell
a137b66eae
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
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
Carsten "Tomcat" Book
973ceefcf0
Backed out changeset ed7a34b39130 (bug 1098374) for failing dt tests
2015-02-18 17:06:09 +01:00
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
Michael Ratcliffe
38961c9394
Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=harth
2015-02-17 16:02:32 +00: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
Tim Nguyen
676fdbf7e6
Bug 1019186 - Use new throbbers for DevTools UI. r=bgrins
...
--HG--
extra : rebase_source : 30e9b1c32218794b230b92e272e258ca26ed4c12
2015-01-23 17:10:18 -08:00
Jordan Santell
0a28efc5c0
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
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
J. Ryan Stinnett
6ec96fa315
Bug 979536 - Part 4: Fix reopening web audio tool. r=jsantell
2014-09-24 08:49: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