browser/metro/base/content/bindings/console.xml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

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

mercurial