By "browser-chrome elements", I mean things like the status bar, bookmarks bar, etc. I see properties like window.statusbar.visible
, but it seems to be true
whether or not I show it, at least according to firebug. Am I missing something?
(Note: ultimately, I need to be able to get this info from a cross-site iframe for it to be useful to me, but even with a top-level script, I'm seeing this.)