Closed Bug 400616 Opened 17 years ago Closed 17 years ago

Alias Ci.nsIDownloadManager to nsIDM, clean spaces, fix headings

Categories

(Toolkit :: Downloads API, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla1.9beta2

People

(Reporter: Mardak, Assigned: Mardak)

References

Details

Attachments

(1 file)

Ci.nsIDownloadManager is really long..
Attached patch v1Splinter Review
convert to nsIDM
:%s/Ci\.nsIDownloadManager/nsIDM/g

remove trailing spaces
:%s/ \+$

convert 79 slashes to 80
:%s/^\(\/\{79\}\)$/\1\/

convert headings with 2 slash to 4 slash
:%s/^\(\/\{80\}\n\/\/\) /\1\/\/

+const nsIDM = Ci.nsIDownloadManager;
+let gDownloadManager = Cc["@mozilla.org/download-manager;1"].getService(nsIDM);
Assignee: nobody → edilee
Status: NEW → ASSIGNED
Attachment #285669 - Flags: review?(comrade693+bmo)
Blocks: 223895
Comment on attachment 285669 [details] [diff] [review]
v1

r=sdwilsh

goodbye blame, but this is nice to get done.
Attachment #285669 - Flags: review?(comrade693+bmo) → review+
Comment on attachment 285669 [details] [diff] [review]
v1

This would be needed for showing eTLD for done downloads which could land after the revised eTLD service lands for M9.
Attachment #285669 - Flags: approvalM9?
Comment on attachment 285669 [details] [diff] [review]
v1

defer for now, if we get to a decision point real soon on what UI changes to make for M9 we may reconsider this.
Attachment #285669 - Flags: approvalM9?
Attachment #285669 - Flags: approvalM9-
Attachment #285669 - Flags: approval1.9+
Checking in toolkit/mozapps/downloads/content/DownloadProgressListener.js;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/DownloadProgressListener.js,v  <--  DownloadProgressListener.js
new revision: 1.28; previous revision: 1.27
done
Checking in toolkit/mozapps/downloads/content/downloads.js;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/downloads.js,v  <--  downloads.js
new revision: 1.98; previous revision: 1.97
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M10
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: