зеркало из https://github.com/mozilla/gecko-dev.git
b057c3c17c
test_downloads.js is broken in many ways: 1. the file: URI download can finish before the end of the test because everything is async. Checking that we have active downloads is wrong. 2. Download API doesn't offer a promise-based or callback-based way to know when something is removed. This means that Services.clearData.deleteData* methods return before the end of the operation. |
||
---|---|---|
.. | ||
tests/unit | ||
ClearDataService.js | ||
ClearDataService.manifest | ||
ServiceWorkerCleanUp.jsm | ||
moz.build | ||
nsIClearDataService.idl |