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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/content/bindings/console.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<!DOCTYPE bindings [
    1.10 +<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
    1.11 +%browserDTD;
    1.12 +]>
    1.13 +
    1.14 +<bindings
    1.15 +    xmlns="http://www.mozilla.org/xbl"
    1.16 +    xmlns:xbl="http://www.mozilla.org/xbl"
    1.17 +    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.18 +  <binding id="error" extends="chrome://browser/content/bindings/bindings.xml#richlistitem">
    1.19 +    <content orient="vertical">
    1.20 +      <xul:hbox class="console-row-internal-box" flex="1">
    1.21 +        <xul:vbox class="console-row-content" flex="1">
    1.22 +          <xul:hbox class="console-row-msg" align="start">
    1.23 +            <xul:label class="label title" xbl:inherits="value=typetext"/>
    1.24 +            <xul:description class="console-error-msg title" xbl:inherits="xbl:text=msg" flex="1"/>
    1.25 +          </xul:hbox>
    1.26 +          <xul:hbox class="console-row-file" xbl:inherits="hidden=hideSource">
    1.27 +            <xul:label class="label title" value="&consoleErrFile.label;"/>
    1.28 +            <xul:label class="title" xbl:inherits="value=href" crop="right"/>
    1.29 +            <xul:spacer flex="1"/>
    1.30 +            <xul:hbox class="lineNumberRow" xbl:inherits="line">
    1.31 +              <xul:label class="label title" value="&consoleErrLine.label;"/>
    1.32 +              <xul:label class="label title" xbl:inherits="value=line"/>
    1.33 +            </xul:hbox>
    1.34 +          </xul:hbox>
    1.35 +          <xul:vbox class="console-row-code" xbl:inherits="hidden=hideCode">
    1.36 +            <xul:label class="monospace console-code" xbl:inherits="value=code" crop="end"/>
    1.37 +          </xul:vbox>
    1.38 +        </xul:vbox>
    1.39 +      </xul:hbox>
    1.40 +    </content>
    1.41 +  </binding>
    1.42 +  <binding id="message" extends="chrome://browser/content/bindings/bindings.xml#richlistitem">
    1.43 +    <content>
    1.44 +      <xul:hbox class="console-internal-box" flex="1">
    1.45 +        <xul:vbox class="console-row-content" flex="1">
    1.46 +          <xul:vbox class="console-row-msg" flex="1">
    1.47 +            <xul:description class="console-msg-text title" xbl:inherits="xbl:text=msg"/>
    1.48 +          </xul:vbox>
    1.49 +        </xul:vbox>
    1.50 +      </xul:hbox>
    1.51 +    </content>
    1.52 +  </binding>
    1.53 +</bindings>

mercurial