gecko-dev/devtools/client/scratchpad
Patrick Brosset 61aab1f481 Bug 1245383 - Use ContentTask.spawn to access the content window in 2 scratchpad tests; r=ochameau
browser_scratchpad_contexts.js and browser_scratchpad_execute_print.js used to
access javascript properties on the content window object by using 'content.'
directly.
Now these tests use 'ContentTask.spawn' instead, which required the
runAsyncCallbackTests helper to be changed so it would use a Task and yield
on the promises returned by prepare and then.

MozReview-Commit-ID: Cgw2mRxPrP4

--HG--
extra : rebase_source : de57e5c7ab155ee48f537941e0db7cf7f82ed266
2016-03-07 17:56:05 +01:00
..
test Bug 1245383 - Use ContentTask.spawn to access the content window in 2 scratchpad tests; r=ochameau 2016-03-07 17:56:05 +01:00
moz.build Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
scratchpad-commands.js Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans 2016-02-27 04:51:11 -08:00
scratchpad-manager.jsm Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
scratchpad-panel.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
scratchpad.js Bug 1253125 - Stop duplicating telemetry from inside tools. r=mratcliffe 2016-03-03 16:16:39 -06:00
scratchpad.xul Bug 1246733 - Remove stylesheet references of 'devtools/skin/common.css' and instead import it in theme files;r=ntim,r=ochameau 2016-02-16 16:10:25 -08:00