зеркало из https://github.com/mozilla/gecko-dev.git
Bug 858772 - Fail if the checkForUpdate request fails instead of timing out. r=fabrice
This commit is contained in:
Родитель
b1cf0ff0d7
Коммит
d05cab9748
|
@ -120,7 +120,13 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=826058
|
|||
app.ondownloadapplied = app.ondownloadavailable = null;
|
||||
continueTest();
|
||||
};
|
||||
app.checkForUpdate();
|
||||
request = app.checkForUpdate();
|
||||
request.onerror = mozAppsError;
|
||||
request.onsuccess = function() {
|
||||
ok(true, "Got onsuccess");
|
||||
continueTest();
|
||||
};
|
||||
yield undefined;
|
||||
yield undefined;
|
||||
|
||||
icons = app.manifest.icons;
|
||||
|
|
Загрузка…
Ссылка в новой задаче