|
1 <?xml version="1.0"?> |
|
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
5 |
|
6 <!DOCTYPE bindings [ |
|
7 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd"> |
|
8 %browserDTD; |
|
9 ]> |
|
10 |
|
11 <bindings |
|
12 xmlns="http://www.mozilla.org/xbl" |
|
13 xmlns:xbl="http://www.mozilla.org/xbl" |
|
14 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
15 <binding id="error" extends="chrome://browser/content/bindings/bindings.xml#richlistitem"> |
|
16 <content orient="vertical"> |
|
17 <xul:hbox class="console-row-internal-box" flex="1"> |
|
18 <xul:vbox class="console-row-content" flex="1"> |
|
19 <xul:hbox class="console-row-msg" align="start"> |
|
20 <xul:label class="label title" xbl:inherits="value=typetext"/> |
|
21 <xul:description class="console-error-msg title" xbl:inherits="xbl:text=msg" flex="1"/> |
|
22 </xul:hbox> |
|
23 <xul:hbox class="console-row-file" xbl:inherits="hidden=hideSource"> |
|
24 <xul:label class="label title" value="&consoleErrFile.label;"/> |
|
25 <xul:label class="title" xbl:inherits="value=href" crop="right"/> |
|
26 <xul:spacer flex="1"/> |
|
27 <xul:hbox class="lineNumberRow" xbl:inherits="line"> |
|
28 <xul:label class="label title" value="&consoleErrLine.label;"/> |
|
29 <xul:label class="label title" xbl:inherits="value=line"/> |
|
30 </xul:hbox> |
|
31 </xul:hbox> |
|
32 <xul:vbox class="console-row-code" xbl:inherits="hidden=hideCode"> |
|
33 <xul:label class="monospace console-code" xbl:inherits="value=code" crop="end"/> |
|
34 </xul:vbox> |
|
35 </xul:vbox> |
|
36 </xul:hbox> |
|
37 </content> |
|
38 </binding> |
|
39 <binding id="message" extends="chrome://browser/content/bindings/bindings.xml#richlistitem"> |
|
40 <content> |
|
41 <xul:hbox class="console-internal-box" flex="1"> |
|
42 <xul:vbox class="console-row-content" flex="1"> |
|
43 <xul:vbox class="console-row-msg" flex="1"> |
|
44 <xul:description class="console-msg-text title" xbl:inherits="xbl:text=msg"/> |
|
45 </xul:vbox> |
|
46 </xul:vbox> |
|
47 </xul:hbox> |
|
48 </content> |
|
49 </binding> |
|
50 </bindings> |