2007-03-22 10:30:00 -07:00
|
|
|
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript" src="chrome://global/content/printUtils.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://global/content/viewZoomOverlay.js"/>
|
2010-05-05 06:28:04 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/places/browserPlacesViews.js"/>
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/browser.js"/>
|
2012-04-17 04:35:09 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/downloads/downloads.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://browser/content/downloads/indicator.js"/>
|
2013-04-14 22:34:52 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/customizableui/panelUI.js"/>
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript" src="chrome://global/content/inlineSpellCheckUI.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://global/content/viewSourceUtils.js"/>
|