mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 838337 - Set downloading to true when we get an appcache progress event. r=fabrice
This commit is contained in:
parent
306b434ae7
commit
aa76b15890
@ -559,6 +559,7 @@ WebappsApplication.prototype = {
|
||||
this._fireEvent("downloadsuccess", this._ondownloadsuccess);
|
||||
this._fireEvent("downloadapplied", this._ondownloadapplied);
|
||||
} else {
|
||||
this.downloading = true;
|
||||
this._fireEvent("downloadprogress", this._onprogress);
|
||||
}
|
||||
} else if (msg.error) {
|
||||
|
Loading…
Reference in New Issue
Block a user