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.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 6 | |
michael@0 | 7 | <?xml-stylesheet href="chrome://global/skin/"?> |
michael@0 | 8 | <?xml-stylesheet href="chrome://browser/content/downloads/contentAreaDownloadsView.css"?> |
michael@0 | 9 | <?xml-stylesheet href="chrome://browser/skin/downloads/contentAreaDownloadsView.css"?> |
michael@0 | 10 | |
michael@0 | 11 | <?xul-overlay href="chrome://browser/content/downloads/allDownloadsViewOverlay.xul"?> |
michael@0 | 12 | |
michael@0 | 13 | <?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?> |
michael@0 | 14 | |
michael@0 | 15 | <!DOCTYPE window [ |
michael@0 | 16 | <!ENTITY % downloadsDTD SYSTEM "chrome://browser/locale/downloads/downloads.dtd"> |
michael@0 | 17 | %downloadsDTD; |
michael@0 | 18 | ]> |
michael@0 | 19 | |
michael@0 | 20 | <window id="contentAreaDownloadsView" |
michael@0 | 21 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 22 | title="&downloads.title;" |
michael@0 | 23 | onload="ContentAreaDownloadsView.init();"> |
michael@0 | 24 | |
michael@0 | 25 | <script type="application/javascript" |
michael@0 | 26 | src="chrome://global/content/globalOverlay.js"/> |
michael@0 | 27 | <script type="application/javascript" |
michael@0 | 28 | src="chrome://browser/content/downloads/contentAreaDownloadsView.js"/> |
michael@0 | 29 | |
michael@0 | 30 | <commandset id="editMenuCommands"/> |
michael@0 | 31 | |
michael@0 | 32 | <keyset id="editMenuKeys"> |
michael@0 | 33 | #ifdef XP_MACOSX |
michael@0 | 34 | <key id="key_delete2" keycode="VK_BACK" command="cmd_delete"/> |
michael@0 | 35 | #endif |
michael@0 | 36 | </keyset> |
michael@0 | 37 | |
michael@0 | 38 | <stack flex="1"> |
michael@0 | 39 | <richlistbox id="downloadsRichListBox"/> |
michael@0 | 40 | <description id="downloadsListEmptyDescription" |
michael@0 | 41 | value="&downloadsListEmpty.label;" |
michael@0 | 42 | mousethrough="always"/> |
michael@0 | 43 | </stack> |
michael@0 | 44 | <commandset id="downloadCommands"/> |
michael@0 | 45 | <menupopup id="downloadsContextMenu"/> |
michael@0 | 46 | </window> |