Bug 204671 progress dialog on download is always on top

r=bzbarsky sr=jag

Fix this by explicitly setting dialog=no in the features argument of
windowwatcher::OpenWindow.


git-svn-id: svn://10.0.0.236/trunk@147252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2003-09-24 19:49:02 +00:00
parent c2dacdb070
commit 4ddacd2097

View File

@@ -84,7 +84,7 @@ nsProgressDialog.prototype = {
// Chrome-related constants.
dialogChrome: "chrome://global/content/nsProgressDialog.xul",
dialogFeatures: "chrome,titlebar,minimizable=yes",
dialogFeatures: "chrome,titlebar,minimizable=yes,dialog=no",
// getters/setters
get saving() { return this.MIMEInfo == null ||