[chromium-dev] Re: how to hide navigate bar

2009-01-12 Thread Brett Wilson

On Mon, Jan 12, 2009 at 9:41 PM, if-ifone hello...@gmail.com wrote:
 it is known that popup browser with maxsize and no navigate bar can use
 script like below

  
 window.open('test.html','blank','fullscreen=1,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,status=no');
 how ever chrome always show white location bar like attach shows.
 how to hide it.

For security reasons, it is not possible to hide the URL bar (much
like the latest versions of Firefox and IE, if I recall).

Brett

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: how to hide navigate bar

2009-01-12 Thread if-ifone
thanks,

2009/1/13 Brett Wilson bre...@chromium.org


 On Mon, Jan 12, 2009 at 9:41 PM, if-ifone hello...@gmail.com wrote:
  it is known that popup browser with maxsize and no navigate bar can use
  script like below
 
 
  
 window.open('test.html','blank','fullscreen=1,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,status=no');
  how ever chrome always show white location bar like attach shows.
  how to hide it.

 For security reasons, it is not possible to hide the URL bar (much
 like the latest versions of Firefox and IE, if I recall).

 Brett

 



-- 
thinking

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---