mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for bug 416683
This commit is contained in:
parent
b2ad99d61f
commit
421fa9ed67
@ -42,6 +42,7 @@ dmFile.append("dmuitest.file");
|
||||
dmFile.createUnique(Ci.nsIFile.NORMAL_FILE_TYPE, 0666);
|
||||
var gTestPath = ios.newFileURI(dmFile).spec;
|
||||
|
||||
// Downloads are sorted by endTime, so make sure the end times are distinct
|
||||
const DownloadData = [
|
||||
/* Active states first */
|
||||
{ name: "381603.patch",
|
||||
@ -118,8 +119,8 @@ const DownloadData = [
|
||||
{ name: "381603.patch",
|
||||
source: "https://bugzilla.mozilla.org/attachment.cgi?id=266520",
|
||||
target: gTestPath,
|
||||
startTime: 1180493839859230,
|
||||
endTime: 1180493839859231,
|
||||
startTime: 1180493839859229,
|
||||
endTime: 1180493839859229,
|
||||
state: Ci.nsIDownloadManager.DOWNLOAD_BLOCKED_POLICY,
|
||||
currBytes: 0, maxBytes: -1, preferredAction: 0, autoResume: 0 }
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user