macWindow.inc.xhtml (1789B)
1 # -*- Mode: HTML -*- 2 # 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/. 6 7 # This include file should only contain things that are needed to support MacOS 8 # specific features that are needed for all top level windows. If the feature is 9 # also needed in browser.xhtml, it should go in one of the various include files 10 # below that are shared with browser.xhtml. 11 12 <linkset> 13 <html:link rel="localization" href="branding/brand.ftl"/> 14 <html:link rel="localization" href="browser/browserSets.ftl"/> 15 <html:link rel="localization" href="browser/firefoxView.ftl"/> 16 <html:link rel="localization" href="browser/menubar.ftl"/> 17 <html:link rel="localization" href="browser/reportBrokenSite.ftl"/> 18 <html:link rel="localization" href="browser/screenshots.ftl"/> 19 <html:link rel="localization" href="preview/aiWindow.ftl"/> 20 <html:link rel="localization" href="toolkit/branding/brandings.ftl"/> 21 <html:link rel="localization" href="toolkit/global/textActions.ftl"/> 22 </linkset> 23 24 # All JS files which are needed by browser.xhtml and other top level windows to 25 # support MacOS specific features *must* go into the global-scripts.js file so 26 # that they can be shared with browser.xhtml. 27 <script src="chrome://browser/content/global-scripts.js"></script> 28 29 <script src="chrome://browser/content/nonbrowser-mac.js"></script> 30 31 # All sets except for popupsets (commands, keys, and stringbundles) 32 # *must* go into the browser-sets.inc file so that they can be shared with 33 # browser.xhtml 34 #include browser-sets.inc 35 36 # The entire main menubar is placed into browser-menubar.inc, so that it can be 37 # shared with browser.xhtml. 38 #include browser-menubar.inc