Florian Quèze
ff53eb9a63
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Mike Conley
31c2ba7464
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
2017-04-27 15:04:46 -04:00
Matthew Noorenberghe
a19d74d924
Bug 1245107 - browser_closeTab.js: wait for the tab to close. r=jaws
...
The UITour content API call uses sendAsyncMessage so we can't assume a synchronous close.
MozReview-Commit-ID: JXm2ztcLwW5
2016-02-18 12:40:47 -08:00
Matthew Noorenberghe
d0bbba5b87
Bug 1244899 - Run dos2unix on UITour. r=me
2016-02-01 14:55:20 -08:00
Matthew Noorenberghe
44caa1ca3e
Bug 1073247 - UITour: Proxy gContentAPI method calls to the content process via ContentTask and fix tests for e10s. r=felipe
...
This gets us to 414 / 917 checks passing with e10s compared to non-e10s on my OS X machine.
2016-02-01 14:29:11 -08:00
Paolo Amadini
874e407e62
Bug 1233771 - Add a UITour API to close the current tab and return to the previous page. r=MattN
2016-01-14 14:52:49 +00:00