gecko-dev/browser/devtools/responsivedesign/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.ini Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
browser_responsive_cmd.js Bug 1144780 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao 2015-03-18 11:25:00 +01:00
browser_responsive_devicewidth.js Bug 1067145 - Make responsive design e10s-ready. r=ochameau 2015-01-20 00:57:00 -05:00
browser_responsivecomputedview.js Bug 1067145 - Make responsive design e10s-ready. r=ochameau 2015-01-20 00:57:00 -05:00
browser_responsiveruleview.js Bug 1106272 - Part 2: Change all rule-view events from custom dom events to eventemitter events. r=miker 2015-03-24 15:06:39 +01:00
browser_responsiveui.js Bug 1167617 - Remove SpiderMonkey specific JS syntax from inspector; r=jryans 2015-05-22 20:50:01 +02:00
browser_responsiveui_touch.js Bug 1067145 - Make responsive design e10s-ready. r=ochameau 2015-01-20 00:57:00 -05:00
browser_responsiveuiaddcustompreset.js Bug 1167617 - Remove SpiderMonkey specific JS syntax from inspector; r=jryans 2015-05-22 20:50:01 +02:00
head.js Bug 1125342 - Fix intermittent browser_responsiveui.js by making the test to wait for document to load before starting the test. r=ochameau 2015-03-06 14:09:50 +02:00
touch.html Bug 777972 - [responsive mode] translate click events to touch events. r=mratcliffe 2013-09-03 09:15:51 +02:00