gecko-dev/browser/devtools/webaudioeditor
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
..
lib Bug 1150366 - Add D3 licenses to license.html. r=gerv 2015-04-06 06:07:00 -04:00
test Bug 1166189 - ESLint configuration files for devtools; r=tromey 2015-05-28 09:30:03 +02:00
views 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
controller.js 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
includes.js Backed out changeset ed7a34b39130 (bug 1098374) for failing dt tests 2015-02-18 17:06:09 +01:00
models.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
moz.build Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal 2014-07-25 13:40:07 -04:00
panel.js Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker 2015-05-25 14:42:51 +02:00
webaudioeditor.xul Bug 1134036 - Disable web audio editor's automation panel until bug 1125600 is fixed. r=vp 2015-02-17 16:08:00 -05:00