Bug #58669 --> don't let the helper app dialog be modal, this prevents

the external handler from properly processing incoming OnDataAvailable events
while the helper app dialog is up.
r=law,sspitzer
sr=alecf
This commit is contained in:
mscott%netscape.com 2000-11-02 21:44:31 +00:00
Родитель da1cd7e64c
Коммит 208c7e0d69
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -246,7 +246,7 @@ nsUnknownContentTypeHandler::Show( nsIHelperAppLauncher *aLauncher, nsISupports
"sss%ip", "sss%ip",
"chrome://global/content/helperAppLauncher.xul", "chrome://global/content/helperAppLauncher.xul",
"_blank", "_blank",
"chrome,titlebar,modal", "chrome,titlebar",
(const nsIID*)(&NS_GET_IID(nsIHelperAppLauncher)), (const nsIID*)(&NS_GET_IID(nsIHelperAppLauncher)),
(nsISupports*)aLauncher ); (nsISupports*)aLauncher );
if ( argv ) { if ( argv ) {