Bug 762195 - Runtime has window.locationbar.visibility = true, so content can't detect to show navigation [r=myk]

Remove "all" flag to have various toolbar visibility default to false.
This commit is contained in:
Edward Lee 2012-06-12 18:18:23 -07:00
parent d9b043c61f
commit d33a09fd44

View File

@ -21,7 +21,7 @@ CommandLineHandler.prototype = {
Services.ww.openWindow(null,
"chrome://webapprt/content/webapp.xul",
"_blank",
"chrome,dialog=no,all,resizable",
"chrome,dialog=no,resizable,scrollbars",
[]);
},