3 (C) Copyright 2004-2007 Shawn Betts
4 (C) Copyright 2007 John J. Foerch
5 (C) Copyright 2007-2008 Jeremy Maitin-Shepard
7 Use, modification, and distribution are subject to the terms specified in the
11 <?xml-stylesheet href=
"chrome://conkeror/content/conkeror.css" type=
"text/css"?>
13 <window xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
14 onload=
"Components.classes['@conkeror.mozdev.org/application;1']
16 .wrappedJSObject.window_initialize(this);"
17 contenttitlesetting=
"false"
20 width=
"640" height=
"480"
21 persist=
"screenX screenY width height sizemode"
22 windowtype=
"navigator:browser">
24 <stringbundleset id=
"stringbundleset">
27 <panel id=
"popup_autocomplete" type=
"autocomplete" noautofocus=
"true"/>
30 <deck flex=
"1" id=
"buffer-container">
32 <browser flex=
"1" type=
"content-primary" disablehistory=
"true" autocompletepopup=
"popup_autocomplete"/>
35 <hbox id=
"minibuffer" minibuffermode=
"message">
36 <label class=
"minibuffer" id=
"minibuffer-message" flex=
"1" crop=
"right" value=
""/>
37 <label class=
"minibuffer" id=
"minibuffer-prompt" crop=
"left" value=
""/>
38 <textbox class=
"plain" id=
"minibuffer-input" flex=
"1"/>