fune/browser/components/uitour
Mike Conley 009b75654d Bug 1336763 - Don't wait for response from content process in browser_closeTab.js UITour test to avoid a timeout. r=MattN
The closeTab API call from UITour tells the parent process to close the current tab,
and doing so might end up disconnecting the message manager. This means that the
Promise that the ContentTask returns may never resolve. Instead of waiting for it
to resolve, we just wait for the TabClose event in the parent process.

MozReview-Commit-ID: Ci7ck9j4llK

--HG--
extra : rebase_source : a7d3625cc001072c097af5c3f78dd19585f68e4e
2017-04-27 15:04:46 -04:00
..
test Bug 1336763 - Don't wait for response from content process in browser_closeTab.js UITour test to avoid a timeout. r=MattN 2017-04-27 15:04:46 -04:00
content-UITour.js Bug 1344027 - Fix most of the remaining ESLint no-undef issues in browser/components. r=jaws 2017-03-03 09:29:14 +00:00
jar.mn
moz.build
UITour-lib.js Bug 1310150 - Document UITour-exposed data and methods using jsdoc. r=Gijs 2017-03-31 15:38:24 -07:00
UITour.jsm Bug 1349742 - avoid initializing UITour whenever about:home is loaded, r=MattN. 2017-04-19 13:37:09 +02:00