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 <?xml-stylesheet href="chrome://global/skin/"?>
8 <?xml-stylesheet href="chrome://browser/skin/places/editBookmarkOverlay.css"?>
9 <?xml-stylesheet href="chrome://browser/skin/places/places.css"?>
10 <?xml-stylesheet href="chrome://browser/content/places/places.css"?>
12 <?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
13 <?xul-overlay href="chrome://browser/content/places/editBookmarkOverlay.xul"?>
15 <!DOCTYPE dialog [
16 <!ENTITY % editBookmarkOverlayDTD SYSTEM "chrome://browser/locale/places/editBookmarkOverlay.dtd">
17 %editBookmarkOverlayDTD;
18 ]>
20 <dialog id="bookmarkproperties"
21 buttons="accept, cancel"
22 buttoniconaccept="save"
23 ondialogaccept="BookmarkPropertiesPanel.onDialogAccept();"
24 ondialogcancel="BookmarkPropertiesPanel.onDialogCancel();"
25 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
26 onload="BookmarkPropertiesPanel.onDialogLoad();"
27 onunload="BookmarkPropertiesPanel.onDialogUnload();"
28 style="min-width: 30em;"
29 persist="screenX screenY width">
31 <stringbundleset id="stringbundleset">
32 <stringbundle id="stringBundle"
33 src="chrome://browser/locale/places/bookmarkProperties.properties"/>
34 </stringbundleset>
36 <script type="application/javascript"
37 src="chrome://browser/content/places/editBookmarkOverlay.js"/>
38 <script type="application/javascript"
39 src="chrome://browser/content/places/bookmarkProperties.js"/>
41 <vbox id="editBookmarkPanelContent"/>
43 </dialog>