gecko-dev/devtools/shared/webconsole
Sami Jaktholm f88f710018 Bug 1237492 - Hold a strong reference to the Worker used in webconsole tests. r=ejpbruel
If a reference is not kept, the Worker might be GCd before the test
compteles. If that happens, the test times out as it tries to detach
a worker that has already been destroyed.

The state object is kept around for the duration of the tests so
keeping a reference in the state object ensures the worker
lifetime matches that of the test.

MozReview-Commit-ID: 31F54vHlm3z

--HG--
extra : transplant_source : %C1%97%D86%09Bd%AB%E8%08%98%D4%29%25S%A3%B8%2C%8E%11
2016-07-17 10:10:08 +03:00
..
test Bug 1237492 - Hold a strong reference to the Worker used in webconsole tests. r=ejpbruel 2016-07-17 10:10:08 +03:00
client.js Bug 1273941 - replace uses of promise.defer in devtools/shared; r=jryans 2016-06-09 09:03:47 -06:00
js-property-provider.js Bug 1263258 - Require space before paren for anonymous functions. r=pbro 2016-04-27 09:06:15 -05:00
moz.build Bug 1217591 - Make JS autocompletion in the console work inside of a worker toolbox;r=fitzgen 2015-10-26 11:55:40 -07:00
network-helper.js Bug 1263258 - Require space before paren for anonymous functions. r=pbro 2016-04-27 09:06:15 -05:00
network-monitor.js Bug 1280247 - Netmonitor JS stack traces should show the frame's asyncCause r=ochameau 2016-06-15 23:30:00 +02:00
server-logger-monitor.js Bug 1263258 - Require space before paren for anonymous functions. r=pbro 2016-04-27 09:06:15 -05:00
server-logger.js Bug 1265775 - replace Cu.reportError with console.error in devtools/shared r=tromey 2016-05-10 21:55:00 -04:00
utils.js Bug 1193390 - Remove single arg Cu.import from /devtools. r=tromey 2016-06-09 14:10:07 -05:00
worker-utils.js Bug 1263258 - Require space before paren for anonymous functions. r=pbro 2016-04-27 09:06:15 -05:00