Commit Graph

12 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
bcf80cb593 Bug 1359545 - Update tests to pass triggeringPrincipal to loadURI. r=bz, r=gijs 2017-04-26 21:45:30 +02:00
Mark Banner
25c75db032 Bug 1342459 - Add a rule to automatically detect ContentTask.spawn and inject the relevant globals. r=mossop
This reduces the amount of places where we need to specify the mozilla/frame-script environment. It does have
the side effect of allowing those globals in the whole file, but that is what specifying the environment would
do, and this is also for mochitest test files only.

MozReview-Commit-ID: 1LLFbn6fFJR
2017-04-05 10:00:25 +01:00
Mark Banner
ec9074e132 Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
MozReview-Commit-ID: LH0CQOPfoe6
2017-03-20 12:36:37 +01:00
Blake Kaplan
665109dd39 Bug 1345214 - Wait for the right pages to load. r=krizsa
Because we weren't waiting for the first, "about:blank" page to load, the first
`waitForLoad` could trigger for about:blank. Rather than add an additional
`waitForLoad` it's easier (and probably more future-proof) to just wait for
the right page to load.

MozReview-Commit-ID: DZsMnlgRTa
2017-03-13 16:19:50 -07:00
Blake Kaplan
6450f39de5 Bug 1153457 - Remove CPOWs from browser_RemoteWebNavigation.js. r=mconley
MozReview-Commit-ID: 9f8nCsATErR
2017-02-24 14:09:36 -08:00
Iris Hsiao
bdaf58d04d Backed out changeset e72421387bb8 (bug 1153457) for eslint failure in browser_RemoteWebNavigation.js 2017-03-01 10:50:17 +08:00
Blake Kaplan
ded13d2925 Bug 1153457 - Remove CPOWs from browser_RemoteWebNavigation.js. r=mconley
MozReview-Commit-ID: 9f8nCsATErR
2017-02-24 14:09:36 -08:00
Florian Quèze
91f7a2ef3a Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
Florian Quèze
a8d56e6b58 Bug 1330147 - fix by hand the issues raised by the new no-useless-parameters eslint rule, r=jaws. 2017-01-11 22:27:43 +01:00
Jared Wein
242ab87626 Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Mark Banner
233309fbe2 Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00
Mike Conley
2f93a53dee Bug 1233803 - Register RemoteWebNavigation as a standard js-implemented XPCOM component. r=felipe
This allows us to add shims to the implementation for add-ons.
2016-01-12 16:44:08 -05:00