gecko-dev/browser/devtools/canvasdebugger/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
browser_canvas-actor-test-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-03.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-04.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-05.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-06.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-07.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-08.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-09.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-10.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-11.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-actor-test-12.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-highlight.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-list.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-search.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-stack-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-stack-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-call-stack-03.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-clear.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-img-screenshots.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-img-thumbnails-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-img-thumbnails-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-open.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-record-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-record-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-record-03.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-record-04.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-reload-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-reload-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-slider-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-slider-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-snapshot-select-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-snapshot-select-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-stepping.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-stop-01.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-stop-02.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser_canvas-frontend-stop-03.js Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans 2015-05-24 14:44:02 +02:00
browser.ini Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
doc_no-canvas.html Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof 2015-02-23 18:46:00 +01:00
doc_raf-begin.html Bug 1122766 - Fix canvas debugger to continue recording frames until one with a draw call. r=vp 2015-02-21 11:56:00 -05:00
doc_raf-no-canvas.html Bug 1135403 - Add files that apparently didn't get added when I imported the patch CLOSED TREE r=me 2015-02-25 15:42:27 -08:00
doc_settimeout.html Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp 2015-02-23 17:26:56 -08:00
doc_simple-canvas-bitmasks.html Bug 999687 - Only show enum names in canvas debugger for appropriate method and arguments. r=vp 2014-06-27 12:09:00 +02:00
doc_simple-canvas-deep-stack.html Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00
doc_simple-canvas-transparent.html Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00
doc_simple-canvas.html Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00
doc_webgl-bindings.html Bug 1041225 - Generating a screenshot is very slow when the content canvas has obnoxious dimensions, r=rcampbell 2014-07-22 12:43:24 -04:00
doc_webgl-enum.html Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell 2014-07-22 12:43:23 -04:00
head.js Bug 1135403 - Test that canvas debugger handles scenario where there is an animation cycle, but no draw calls or canvas. r=vp 2015-02-25 15:22:29 -08:00