minibuffer-completion.js: Fix default get_value for prefix_completer and all_words_co...
[conkeror.git] / content / conkeror.xul
blob4c7e2b9f6ca52ab122e5272e4e40e360603483fe
1 <?xml version="1.0"?>
2 <!--
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
8 COPYING file.
9 -->
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']
15 .getService ()
16 .wrappedJSObject.window_initialize(this);"
17 contenttitlesetting="false"
18 title="Conkeror"
19 id="main-window"
20 width="640" height="480"
21 persist="screenX screenY width height sizemode"
22 windowtype="navigator:browser">
24 <stringbundleset id="stringbundleset">
25 </stringbundleset>
27 <panel id="popup_autocomplete" type="autocomplete" noautofocus="true"/>
29 <vbox flex="1">
30 <deck flex="1" id="buffer-container">
31 <vbox flex="1">
32 <browser flex="1" type="content-primary" disablehistory="true" autocompletepopup="popup_autocomplete"/>
33 </vbox>
34 </deck>
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"/>
39 </hbox>
40 </vbox>
41 </window>