зеркало из https://github.com/mozilla/gecko-dev.git
131762 - can open multiple occurrences of download manager. also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
This commit is contained in:
Родитель
db8975df69
Коммит
39d72246b5
|
@ -61,6 +61,12 @@ interface nsIProgressDialog : nsIDownload {
|
|||
* open yet, or has been closed.
|
||||
*/
|
||||
attribute nsIDOMWindow dialog;
|
||||
|
||||
/**
|
||||
* Whether or not to cancel the download when the progress dialog is closed.
|
||||
* If set, the Cancel button will also be hidden.
|
||||
*/
|
||||
attribute boolean cancelOnClose;
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче