Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Florian Queze
ddf0cda8da
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
4cd95d4a02
Backed out changeset 18d45aa984d6 (bug 1355161)
2017-04-14 23:39:23 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Florian Queze
35cd8ba883
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Geoff Brown
9941d641b6
Bug 1354042 - Delete pending crash reports between browser mochitest tests; r=jmaher
2017-04-07 15:46:07 -06: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
Kris Maglione
cefef0f97f
Bug 1320395: Part 1 - Allow keeping non-default process types alive. r=bobowen,gabor
...
MozReview-Commit-ID: 6TvKN3wFLms
2017-01-12 13:48:23 -08:00
Gabor Krizsanits
ecf14cde42
Bug 1312022 - Revert reusing processes between bt tests. r=mrbkap
2016-11-02 11:13:56 +01:00
Gabor Krizsanits
693b478cc6
Bug 1312022 - Keep alive content processes on bc and dt. r=mrbkap
2016-11-02 11:13:43 +01:00
Gabor Krizsanits
9889421a33
Bug 1308895 - Reuse process in browser-test.js. r=mrbkap
2016-10-12 19:51:00 +02:00
Julian Descottes
beb15247b5
Bug 1308998 - remove leaked i variable in browser-test.js;r=mccr8
...
MozReview-Commit-ID: Ej9KOLvoYLC
2016-10-10 20:18:51 +02:00
Andrew Halberstadt
0b5479bf7c
Bug 1308202 - Remove all b2g and mulet related code from testing/mochitest, r=jmaher
...
MozReview-Commit-ID: BfIJLp6oGHO
2016-10-06 10:05:27 -04:00
Andrew McCreight
4936f57d05
Bug 1305836, part 2 - Remove openedWindows, openedURLs and onDocumentCreated. r=jgriffin,mrbkap
...
These are now unused.
MozReview-Commit-ID: 45uvWvK8vSo
2016-09-27 14:14:59 -07:00
Andrew McCreight
a65022f5f5
Bug 1305836, part 1 - Remove CCAnalyzer leak checker. r=jgriffin
...
This leak checker may be triggering a shutdown leak on Windows,
doesn't work with e10s, and should not be needed now that ttaubert
fixed the ++DOMWINDOW leak detector to work.
The additional GCs and CCs this patch adds used to be run as part of
cc-analyzer.js, and are needed to avoid window leaks in tests.
MozReview-Commit-ID: IzZI6h2SCr2
2016-09-27 13:06:37 -07:00
Blake Kaplan
35dfdde959
Bug 1304531 - Remove CPOW (via shim usage) from the mochitest harness. r=Felipe
...
MozReview-Commit-ID: FturnOEMIV5
2016-09-19 17:18:07 -07:00
Phil Ringnalda
064ec1ed33
Backed out 2 changesets (bug 1305836) for causing the failure rate of browser_bug880101.js to explode
...
Backed out changeset 578a4588fb7c (bug 1305836)
Backed out changeset 89a22098629e (bug 1305836)
2016-09-29 21:19:55 -07:00
Andrew McCreight
8f782fc0f5
Bug 1305836, part 2 - Remove openedWindows, openedURLs and onDocumentCreated. r=jgriffin
...
These are now unused.
MozReview-Commit-ID: 45uvWvK8vSo
2016-09-27 14:14:59 -07:00
Andrew McCreight
54451efb02
Bug 1305836, part 1 - Remove CCAnalyzer leak checker. r=jgriffin
...
This leak checker may be triggering a shutdown leak on Windows,
doesn't work with e10s, and should not be needed now that ttaubert
fixed the ++DOMWINDOW leak detector to work.
The additional GCs and CCs this patch adds used to be run as part of
cc-analyzer.js, and are needed to avoid window leaks in tests.
MozReview-Commit-ID: IzZI6h2SCr2
2016-09-27 13:06:37 -07:00
Shane Caraveo
e5626fbd1f
Bug 1289549 P2 socialapi remove sidebar and chat, r=florian
...
MozReview-Commit-ID: JzSDh41IPBu
2016-08-23 15:24:06 -07:00
Ehsan Akhgari
db2dccbee8
Bug 1256984 - Indicate whether tests ran in e10s mode in the mochitest-* summary; r=mconley
2016-03-18 16:09:12 -04:00
Myk Melez
11388a70ad
Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco
2016-03-07 13:33:12 -08:00
Kris Maglione
abda5520c2
Bug 1253148: [webext] Cleanup running extensions on test failure. r=billm
...
MozReview-Commit-ID: HTFZk6y6ZEp
2016-03-02 20:58:28 -08:00
Dão Gottwald
0debf7316f
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-20 14:03:25 +01:00
Carsten "Tomcat" Book
6a9ce8a5af
Backed out changeset c34fe673bb97 (bug 1014185) for perma failures in browser_bug1163570.js
2016-02-19 17:19:19 +01:00
Dão Gottwald
b454fc92a1
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-19 00:50:17 +01:00
Andrew Halberstadt
9dcfc81d19
Bug 1231784 - Install specialpowers and mochikit extensions at runtime via AddonManager.loadTemporaryAddon(), r=jgriffin
...
MozReview-Commit-ID: 9I56x6Vnbf7
2016-01-25 09:55:57 -05:00
Wes Kocher
c4797ad496
Backed out 3 changesets (bug 1231784) for breaking 10.10 opt jetpack tests
...
Backed out changeset 653df21ca861 (bug 1231784)
Backed out changeset 0aac20bc3619 (bug 1231784)
Backed out changeset edcbd7c0aa36 (bug 1231784)
2016-02-03 17:38:12 -08:00
Andrew Halberstadt
f84ba669d4
Bug 1231784 - Install specialpowers and mochikit extensions at runtime via AddonManager.loadTemporaryAddon(), r=jgriffin
2016-01-25 09:55:57 -05:00
Gijs Kruitbosch
ae570feb0b
Bug 1233537 - remove support for generatorTest, r=jmaher
2015-12-30 13:51:18 +00:00
Gijs Kruitbosch
54cc09e8d5
Bug 1182072 - deal with the graphics window that shows up on startup, r=jmaher
2015-12-30 13:50:51 +00:00
Gijs Kruitbosch
02d0aaad15
Bug 1182072 - Add more diagnostic output to test failures caused by extra windows, r=jmaher,RyanVM
2015-12-29 15:24:26 +00:00
Chris Manchester
c6915ad943
Bug 1229598 - Add a mode to browser-chrome tests to summarize per-test code coverage. r=ahal
2015-12-23 14:04:49 -08:00
Gijs Kruitbosch
33920aa4b1
Bug 1222490 - part 3: update all the tests for tabview's removal, r=ttaubert
2015-12-01 10:48:11 +00:00
Bill McCloskey
c093571649
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
9ad429d9b1
Bug 1219504 - BrowserTestUtils changes (r=mconley)
2015-11-04 10:56:15 -08:00
Alexandre Poirot
f1439bdbe8
Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
2015-10-15 03:45:22 -07:00
Bill McCloskey
2a56c79f67
Back out bug 967873 - Test changes for async removeTab
2015-10-07 11:15:11 -07:00
Bill McCloskey
1159864e94
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-10-01 21:18:05 -07:00
Tooru Fujisawa
c657834819
Bug 1207499 - Part 10: Remove use of expression closure from testing/. r=jmaher
2015-09-23 18:42:19 +09:00
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Neil Deakin
3a0f1a2f0b
Bug 1197266, Reset pushed pref environment between browser tests, r=martijn
2015-09-17 11:20:32 -04:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Bill McCloskey
084153482b
Bug 1199800 - [webext] Allow extensions to be used from chrome tests (r=gabor)
2015-09-04 09:45:00 -07:00
Carsten "Tomcat" Book
ebb221ac2d
Backed out 11 changesets (bug 1201377, bug 1199800, bug 1197437, bug 1199832, bug 1199698, bug 1199842) for breaking browser_ext_tabs_executeScript.js test on a CLOSED TREE
...
Backed out changeset 8d8d73d3c3e1 (bug 1201377)
Backed out changeset 4ed8951e3f54 (bug 1199842)
Backed out changeset 5830178bc008 (bug 1199832)
Backed out changeset 4445c570fe49 (bug 1199698)
Backed out changeset 35fc1e25d167 (bug 1199800)
Backed out changeset 54c4c3bd2454 (bug 1199800)
Backed out changeset bd3112ce6b9b (bug 1199800)
Backed out changeset 701e56e18ca7 (bug 1199800)
Backed out changeset 4407d50a7995 (bug 1199800)
Backed out changeset af2fbe345712 (bug 1199800)
Backed out changeset 0a41d20fcf77 (bug 1197437)
2015-09-04 09:59:34 +02:00