changeset 201:bffb8b1b0948

bug 651659 (pageloader no longer creating browser windows with chrome) one small change and chrome returns! (take 1) p=anodelman r=jmaher
author Alice Nodelman <alice@mozilla.com>
date Thu, 28 Apr 2011 10:32:20 -0700
parents 31249cbe4f19
children 0b38ce037298
files chrome/pageloader.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chrome/pageloader.js	Sun Jan 30 10:21:05 2011 -0500
+++ b/chrome/pageloader.js	Thu Apr 28 10:32:20 2011 -0700
@@ -153,7 +153,7 @@
       blank.data = "about:blank";
       browserWindow = wwatch.openWindow
         (null, "chrome://browser/content/", "_blank",
-         "chrome,dialog=no,width=" + winWidth + ",height=" + winHeight, blank);
+         "chrome,all,dialog=no,width=" + winWidth + ",height=" + winHeight, blank);
 
       // get our window out of the way
       window.resizeTo(10,10);