global-scripts.inc 1001 B

1234567891011121314
  1. # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. <script type="application/javascript" src="chrome://global/content/printUtils.js"/>
  6. <script type="application/javascript" src="chrome://global/content/viewZoomOverlay.js"/>
  7. <script type="application/javascript" src="chrome://browser/content/places/browserPlacesViews.js"/>
  8. <script type="application/javascript" src="chrome://browser/content/browser.js"/>
  9. <script type="application/javascript" src="chrome://browser/content/downloads/downloads.js"/>
  10. <script type="application/javascript" src="chrome://browser/content/downloads/indicator.js"/>
  11. <script type="application/javascript" src="chrome://global/content/inlineSpellCheckUI.js"/>
  12. <script type="application/javascript" src="chrome://global/content/viewSourceUtils.js"/>