Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <bindings id="organizerBindings"
8 xmlns="http://www.mozilla.org/xbl"
9 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
10 xmlns:xbl="http://www.mozilla.org/xbl">
12 <binding id="toolbarbutton-dropdown"
13 extends="chrome://global/content/bindings/menu.xml#menu-base">
14 <content>
15 <xul:image class="menubar-left" xbl:inherits="src=image"/>
16 <xul:label class="menubar-text" xbl:inherits="value=label,accesskey,crop" crop="right"/>
17 <xul:hbox class="menubar-right"/>
18 <children includes="menupopup"/>
19 </content>
20 </binding>
21 </bindings>