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" encoding="utf-8"?> |
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 | <!DOCTYPE window []> |
michael@0 | 8 | |
michael@0 | 9 | <?xml-stylesheet href="chrome://browser/skin/devtools/common.css"?> |
michael@0 | 10 | <?xml-stylesheet href="chrome://browser/skin/devtools/eyedropper.css" type="text/css"?> |
michael@0 | 11 | |
michael@0 | 12 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 13 | <commandset id="eyedropper-commandset"> |
michael@0 | 14 | <command id="eyedropper-cmd-close" |
michael@0 | 15 | oncommand="void(0);"/> |
michael@0 | 16 | <command id="eyedropper-cmd-copy" |
michael@0 | 17 | oncommand="void(0);"/> |
michael@0 | 18 | </commandset> |
michael@0 | 19 | |
michael@0 | 20 | <keyset id="eyedropper-keyset"> |
michael@0 | 21 | <key id="eyedropper-key-escape" |
michael@0 | 22 | keycode="VK_ESCAPE" |
michael@0 | 23 | command="eyedropper-cmd-close"/> |
michael@0 | 24 | <key id="eyedropper-key-enter" |
michael@0 | 25 | keycode="VK_RETURN" |
michael@0 | 26 | command="eyedropper-cmd-copy"/> |
michael@0 | 27 | </keyset> |
michael@0 | 28 | |
michael@0 | 29 | <box id="canvas-overflow"> |
michael@0 | 30 | <canvas id="canvas" xmlns="http://www.w3.org/1999/xhtml" width="96" height="96"> |
michael@0 | 31 | </canvas> |
michael@0 | 32 | </box> |
michael@0 | 33 | <hbox id="color-value-container"> |
michael@0 | 34 | <hbox id="color-value-box"> |
michael@0 | 35 | <box id="color-preview"> |
michael@0 | 36 | </box> |
michael@0 | 37 | <label id="color-value" class="devtools-monospace"> |
michael@0 | 38 | </label> |
michael@0 | 39 | </hbox> |
michael@0 | 40 | </hbox> |
michael@0 | 41 | </window> |