mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Download manager. Not part of build. a=asa
This commit is contained in:
parent
f1f9ae8411
commit
3798bc70f7
@ -36,15 +36,16 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsIWebProgressListener.idl"
|
||||
#include "nsISupports.idl"
|
||||
|
||||
interface nsIURI;
|
||||
interface nsILocalFile;
|
||||
interface nsIObserver;
|
||||
interface nsIWebBrowserPersist;
|
||||
interface nsIWebProgressListener;
|
||||
|
||||
[scriptable, uuid(06cb92f2-1dd2-11b2-95f2-96dfdfb804a1)]
|
||||
interface nsIDownload : nsIWebProgressListener {
|
||||
interface nsIDownload : nsISupports {
|
||||
|
||||
void init(in nsIURI aSource,
|
||||
in nsILocalFile aTarget,
|
||||
|
Loading…
Reference in New Issue
Block a user