gecko-dev/browser/devtools/webaudioeditor/test
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
..
.eslintrc Bug 1166189 - ESLint configuration files for devtools; r=tromey 2015-05-28 09:30:03 +02: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-add-automation-event.js 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
browser_audionode-actor-bypass.js Bug 1055217 - Add front end for bypassing audio nodes in the web audio editor. r=vp 2015-01-20 10:28:00 -05:00
browser_audionode-actor-connectnode-disconnect.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_audionode-actor-connectparam.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_audionode-actor-get-automation-data-01.js 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
browser_audionode-actor-get-automation-data-02.js 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
browser_audionode-actor-get-automation-data-03.js Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp 2015-01-28 02:12:00 -05:00
browser_audionode-actor-get-param-flags.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_audionode-actor-get-params-01.js Bug 1128974 - Fetch default values for AudioNode params instead of hardcoding. r=jsantell 2015-03-09 13:33:00 +01:00
browser_audionode-actor-get-params-02.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_audionode-actor-get-set-param.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_audionode-actor-get-type.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_audionode-actor-is-source.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_callwatcher-01.js 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
browser_callwatcher-02.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_wa_automation-view-01.js Bug 1055217 - Add front end for bypassing audio nodes in the web audio editor. r=vp 2015-01-20 10:28:00 -05:00
browser_wa_automation-view-02.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_wa_controller-01.js Bug 1125817 - Fix async/sync consistencies with web audio tool client node events. r=vp 2015-01-26 06:40:00 +01:00
browser_wa_destroy-node-01.js Bug 1115780 - increase timeout on audionode destruction tests. r=vp 2014-12-28 10:26:00 +01:00
browser_wa_first-run.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-click.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-markers.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-render-01.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-render-02.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-render-03.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-render-04.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-render-05.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-selected.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_graph-zoom.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_inspector-bypass-01.js Bug 1142114: Fix broken cases of devtools calling once. r=jsantell 2015-03-11 10:00:25 -07:00
browser_wa_inspector-toggle.js Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
browser_wa_inspector-width.js Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
browser_wa_inspector.js Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
browser_wa_navigate.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_wa_properties-view-edit-01.js Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker 2015-05-25 14:42:51 +02:00
browser_wa_properties-view-edit-02.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_wa_properties-view-media-nodes.js Bug 1128974 - Fetch default values for AudioNode params instead of hardcoding. r=jsantell 2015-03-09 13:33:00 +01:00
browser_wa_properties-view-params-objects.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_wa_properties-view-params.js Bug 1128974 - Fetch default values for AudioNode params instead of hardcoding. r=jsantell 2015-03-09 13:33:00 +01:00
browser_wa_properties-view.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_wa_reset-01.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_wa_reset-02.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_wa_reset-03.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
browser_wa_reset-04.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_webaudio-actor-automation-event.js Bug 1108928 - UI for rendering automation data for web audio editor. r=vp 2015-01-13 14:03:00 +01:00
browser_webaudio-actor-connect-param.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_webaudio-actor-destroy-node.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser_webaudio-actor-simple.js Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
browser.ini Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
doc_automation.html 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
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_bug_1112378.html 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
doc_bug_1125817.html Bug 1125817 - Fix async/sync consistencies with web audio tool client node events. r=vp 2015-01-26 06:40:00 +01:00
doc_bug_1130901.html 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
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_connect-multi-param.html Bug 1032129 - Render AudioParam connections in web audio editor. r=vp 2014-08-18 14:36:00 -04:00
doc_connect-param.html 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
doc_destroy-nodes.html Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp 2014-06-20 12:05:00 -04:00
doc_iframe-context.html Bug 1053805 - Tweak webgl,canvas and webaudio actors for frames selection. r=vp,past 2014-09-01 03:20:00 +02: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 1032482 - Only render redundant connections between nodes once in the web audio editor. r=vp 2014-07-01 15:02:00 +02:00
doc_simple-node-creation.html Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp 2015-01-06 11:23:00 +01:00
head.js Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00