143072 - no way to close the properties window without cancelling the dialog. r=law sr=ben

This commit is contained in:
blakeross@telocity.com 2007-08-13 18:12:14 -07:00
Родитель c6b2fcf9ef
Коммит f5630bc728
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,14 @@ interface nsIProgressDialog : nsIDownload {
* a top-level window is created)
*/
void open( in nsIDOMWindow aParent );
/**
* Whether the download should be cancelled when the progress
* dialog is closed using the standard OS close box. This is
* useful for showing the progress dialog as an information
* window, which is what download manager does.
*/
attribute PRBool cancelDownloadOnClose;
/**
* The dialog object itself. This might be null if the dialog isn't