2003-12-03 05:37:53 +00:00
|
|
|
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
2012-05-21 11:12:37 +00: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/.
|
2003-12-03 05:37:53 +00:00
|
|
|
|
2009-11-05 13:53:26 +00:00
|
|
|
<script type="application/javascript" src="chrome://global/content/printUtils.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://global/content/viewZoomOverlay.js"/>
|
2010-05-05 13:28:04 +00:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/places/browserPlacesViews.js"/>
|
2009-11-05 13:53:26 +00:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/browser.js"/>
|
2012-04-17 11:35:09 +00:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/downloads/downloads.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://browser/content/downloads/indicator.js"/>
|
2009-11-05 13:53:26 +00:00
|
|
|
<script type="application/javascript" src="chrome://global/content/inlineSpellCheckUI.js"/>
|
|
|
|
<script type="application/javascript" src="chrome://global/content/viewSourceUtils.js"/>
|