2009-06-09 10:55:14 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!DOCTYPE bindings [
|
|
|
|
<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
|
|
|
|
%browserDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<bindings
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2009-09-11 06:26:42 -07:00
|
|
|
<binding id="error" extends="chrome://browser/content/bindings.xml#richlistitem">
|
2009-06-09 10:55:14 -07:00
|
|
|
<content orient="vertical">
|
|
|
|
<xul:hbox class="console-row-internal-box" flex="1">
|
|
|
|
<xul:vbox class="console-row-content" flex="1">
|
|
|
|
<xul:hbox class="console-row-msg" align="start">
|
|
|
|
<xul:label class="label title" xbl:inherits="value=typetext"/>
|
|
|
|
<xul:description class="console-error-msg title" xbl:inherits="xbl:text=msg" flex="1"/>
|
|
|
|
</xul:hbox>
|
|
|
|
|
|
|
|
<xul:hbox class="console-row-file" xbl:inherits="hidden=hideSource">
|
|
|
|
<xul:label class="label title" value="&consoleErrFile.label;"/>
|
|
|
|
<xul:label class="title" xbl:inherits="value=href" crop="right"/>
|
|
|
|
<xul:spacer flex="1"/>
|
|
|
|
<xul:hbox class="lineNumberRow" xbl:inherits="line">
|
|
|
|
<xul:label class="label title" value="&consoleErrLine.label;"/>
|
|
|
|
<xul:label class="label title" xbl:inherits="value=line"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
|
|
|
|
|
|
|
<xul:vbox class="console-row-code" xbl:inherits="hidden=hideCode">
|
|
|
|
<xul:label class="monospace console-code" xbl:inherits="value=code" crop="end"/>
|
|
|
|
<xul:hbox xbl:inherits="hidden=hideCaret">
|
|
|
|
<xul:label class="monospace console-dots title" xbl:inherits="value=errorDots"/>
|
|
|
|
<xul:label class="monospace console-caret title" xbl:inherits="value=errorCaret"/>
|
|
|
|
<xul:spacer flex="1"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:vbox>
|
|
|
|
</xul:vbox>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2009-09-11 06:26:42 -07:00
|
|
|
<binding id="message" extends="chrome://browser/content/bindings.xml#richlistitem">
|
2009-06-09 10:55:14 -07:00
|
|
|
<content>
|
|
|
|
<xul:hbox class="console-internal-box" flex="1">
|
|
|
|
<xul:vbox class="console-row-content" flex="1">
|
|
|
|
<xul:vbox class="console-row-msg" flex="1">
|
|
|
|
<xul:description class="console-msg-text title" xbl:inherits="xbl:text=msg"/>
|
|
|
|
</xul:vbox>
|
|
|
|
</xul:vbox>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
</bindings>
|