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/.
|
|
|
|
|
2010-12-15 20:10:08 +00:00
|
|
|
; Package file for the Fennec build.
|
|
|
|
;
|
|
|
|
; File format:
|
|
|
|
;
|
|
|
|
; [] designates a toplevel component. Example: [xpcom]
|
|
|
|
; - in front of a file specifies it to be removed from the destination
|
|
|
|
; * wildcard support to recursively copy the entire directory
|
|
|
|
; ; file comment
|
|
|
|
;
|
|
|
|
|
|
|
|
#filter substitution
|
|
|
|
|
|
|
|
[@AB_CD@]
|
|
|
|
@BINPATH@/chrome/@AB_CD@@JAREXT@
|
|
|
|
@BINPATH@/chrome/@AB_CD@.manifest
|
|
|
|
@BINPATH@/@PREF_DIR@/mobile-l10n.js
|
|
|
|
@BINPATH@/searchplugins/*
|
|
|
|
@BINPATH@/defaults/profile/bookmarks.html
|
|
|
|
@BINPATH@/defaults/profile/localstore.rdf
|
|
|
|
@BINPATH@/defaults/profile/mimeTypes.rdf
|
|
|
|
@BINPATH@/defaults/profile/chrome/*
|
2011-01-11 15:46:59 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/update.locale
|
|
|
|
@BINPATH@/updater.ini
|
2011-01-11 15:46:59 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/dictionaries/*
|
2011-05-05 15:03:01 +00:00
|
|
|
@BINPATH@/hyphenation/*
|
2010-12-15 20:10:08 +00:00
|
|
|
|
|
|
|
[xpcom]
|
|
|
|
@BINPATH@/dependentlibs.list
|
|
|
|
#ifndef MOZ_STATIC_JS
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
|
|
|
|
#endif
|
2013-03-17 06:53:39 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@
|
2011-12-28 07:24:02 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
|
2012-08-10 08:15:16 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@
|
2012-11-30 02:37:57 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugingb@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugingb235@DLL_SUFFIX@
|
2012-11-30 03:05:44 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxpluginhc@DLL_SUFFIX@
|
2013-03-22 02:24:47 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxpluginjb-htc@DLL_SUFFIX@
|
2012-12-10 20:52:53 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxpluginsony@DLL_SUFFIX@
|
2012-12-18 01:44:39 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxpluginfroyo@DLL_SUFFIX@
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@
|
2011-08-23 13:36:31 +00:00
|
|
|
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/AndroidManifest.xml
|
|
|
|
@BINPATH@/resources.arsc
|
2011-11-18 01:15:29 +00:00
|
|
|
@BINPATH@/package-name.txt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/classes.dex
|
|
|
|
@BINPATH@/res/drawable
|
|
|
|
@BINPATH@/res/drawable-hdpi
|
|
|
|
@BINPATH@/res/layout
|
2011-11-29 06:38:35 +00:00
|
|
|
@BINPATH@/recommended-addons.json
|
2013-02-01 23:45:33 +00:00
|
|
|
@BINPATH@/distribution/*
|
2010-12-15 20:10:08 +00:00
|
|
|
|
|
|
|
[browser]
|
|
|
|
; [Base Browser Files]
|
|
|
|
#ifndef XP_UNIX
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@.exe
|
|
|
|
#else
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@-bin
|
|
|
|
@BINPATH@/@MOZ_APP_NAME@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/application.ini
|
|
|
|
@BINPATH@/platform.ini
|
2013-03-17 06:53:39 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/blocklist.xml
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
@BINPATH@/run-mozilla.sh
|
|
|
|
@BINPATH@/mozilla-xremote-client
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Components]
|
|
|
|
@BINPATH@/components/components.manifest
|
|
|
|
@BINPATH@/components/alerts.xpt
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
@BINPATH@/components/accessibility.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/appshell.xpt
|
|
|
|
@BINPATH@/components/appstartup.xpt
|
|
|
|
@BINPATH@/components/autocomplete.xpt
|
|
|
|
@BINPATH@/components/autoconfig.xpt
|
|
|
|
@BINPATH@/components/browsercompsbase.xpt
|
|
|
|
@BINPATH@/components/browser-feeds.xpt
|
|
|
|
@BINPATH@/components/caps.xpt
|
|
|
|
@BINPATH@/components/chardet.xpt
|
|
|
|
@BINPATH@/components/chrome.xpt
|
|
|
|
@BINPATH@/components/commandhandler.xpt
|
|
|
|
@BINPATH@/components/commandlines.xpt
|
|
|
|
@BINPATH@/components/composer.xpt
|
|
|
|
@BINPATH@/components/content_base.xpt
|
|
|
|
@BINPATH@/components/content_events.xpt
|
|
|
|
@BINPATH@/components/content_canvas.xpt
|
|
|
|
@BINPATH@/components/content_htmldoc.xpt
|
|
|
|
@BINPATH@/components/content_html.xpt
|
|
|
|
@BINPATH@/components/content_xslt.xpt
|
|
|
|
@BINPATH@/components/cookie.xpt
|
|
|
|
@BINPATH@/components/directory.xpt
|
|
|
|
@BINPATH@/components/docshell.xpt
|
|
|
|
@BINPATH@/components/dom.xpt
|
2012-03-30 04:50:45 +00:00
|
|
|
@BINPATH@/components/dom_apps.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_base.xpt
|
2011-11-02 12:04:39 +00:00
|
|
|
@BINPATH@/components/dom_battery.xpt
|
2012-11-06 06:05:40 +00:00
|
|
|
@BINPATH@/components/dom_camera.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_canvas.xpt
|
|
|
|
@BINPATH@/components/dom_core.xpt
|
2012-09-20 04:37:05 +00:00
|
|
|
@BINPATH@/components/dom_contacts.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_css.xpt
|
2012-11-06 06:05:40 +00:00
|
|
|
@BINPATH@/components/dom_devicestorage.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_events.xpt
|
2012-06-03 16:33:52 +00:00
|
|
|
@BINPATH@/components/dom_file.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_geolocation.xpt
|
2012-06-03 07:35:15 +00:00
|
|
|
@BINPATH@/components/dom_media.xpt
|
2012-01-16 12:23:28 +00:00
|
|
|
@BINPATH@/components/dom_network.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_notification.xpt
|
|
|
|
@BINPATH@/components/dom_html.xpt
|
|
|
|
@BINPATH@/components/dom_indexeddb.xpt
|
|
|
|
@BINPATH@/components/dom_offline.xpt
|
|
|
|
@BINPATH@/components/dom_json.xpt
|
2012-06-12 22:01:25 +00:00
|
|
|
@BINPATH@/components/dom_browserelement.xpt
|
2013-04-25 22:29:17 +00:00
|
|
|
@BINPATH@/components/dom_payment.xpt
|
2012-06-07 02:39:01 +00:00
|
|
|
@BINPATH@/components/dom_power.xpt
|
2013-03-26 11:13:17 +00:00
|
|
|
@BINPATH@/components/dom_quota.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_range.xpt
|
2012-09-20 04:37:05 +00:00
|
|
|
@BINPATH@/components/dom_settings.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_sidebar.xpt
|
2013-02-05 11:39:44 +00:00
|
|
|
@BINPATH@/components/dom_mobilemessage.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_storage.xpt
|
|
|
|
@BINPATH@/components/dom_stylesheets.xpt
|
2012-12-21 16:40:52 +00:00
|
|
|
@BINPATH@/components/dom_system.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_threads.xpt
|
|
|
|
@BINPATH@/components/dom_traversal.xpt
|
|
|
|
@BINPATH@/components/dom_views.xpt
|
2013-03-27 21:08:17 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
2013-04-03 22:13:16 +00:00
|
|
|
@BINPATH@/components/dom_webspeechrecognition.xpt
|
2013-03-27 21:08:17 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/dom_xbl.xpt
|
|
|
|
@BINPATH@/components/dom_xpath.xpt
|
|
|
|
@BINPATH@/components/dom_xul.xpt
|
|
|
|
@BINPATH@/components/downloads.xpt
|
|
|
|
@BINPATH@/components/editor.xpt
|
|
|
|
@BINPATH@/components/embed_base.xpt
|
|
|
|
@BINPATH@/components/extensions.xpt
|
|
|
|
@BINPATH@/components/exthandler.xpt
|
|
|
|
@BINPATH@/components/exthelper.xpt
|
|
|
|
@BINPATH@/components/fastfind.xpt
|
|
|
|
@BINPATH@/components/feeds.xpt
|
|
|
|
#ifdef MOZ_GTK2
|
|
|
|
@BINPATH@/components/filepicker.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/find.xpt
|
|
|
|
@BINPATH@/components/fuel.xpt
|
|
|
|
@BINPATH@/components/gfx.xpt
|
2012-02-27 11:57:48 +00:00
|
|
|
@BINPATH@/components/html5.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/htmlparser.xpt
|
|
|
|
@BINPATH@/components/imglib2.xpt
|
|
|
|
@BINPATH@/components/imgicon.xpt
|
|
|
|
@BINPATH@/components/inspector.xpt
|
|
|
|
@BINPATH@/components/intl.xpt
|
|
|
|
@BINPATH@/components/jar.xpt
|
|
|
|
@BINPATH@/components/jsdservice.xpt
|
2012-04-10 10:05:45 +00:00
|
|
|
@BINPATH@/components/jsdebugger.xpt
|
|
|
|
@BINPATH@/components/jsinspector.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/layout_base.xpt
|
|
|
|
#ifdef NS_PRINTING
|
|
|
|
@BINPATH@/components/layout_printing.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/layout_xul_tree.xpt
|
|
|
|
@BINPATH@/components/layout_xul.xpt
|
|
|
|
@BINPATH@/components/locale.xpt
|
|
|
|
@BINPATH@/components/lwbrk.xpt
|
|
|
|
@BINPATH@/components/migration.xpt
|
|
|
|
@BINPATH@/components/mimetype.xpt
|
|
|
|
@BINPATH@/components/mozfind.xpt
|
|
|
|
@BINPATH@/components/necko_about.xpt
|
|
|
|
@BINPATH@/components/necko_cache.xpt
|
|
|
|
@BINPATH@/components/necko_cookie.xpt
|
|
|
|
@BINPATH@/components/necko_dns.xpt
|
|
|
|
@BINPATH@/components/necko_file.xpt
|
|
|
|
@BINPATH@/components/necko_ftp.xpt
|
|
|
|
@BINPATH@/components/necko_http.xpt
|
|
|
|
@BINPATH@/components/necko_res.xpt
|
|
|
|
@BINPATH@/components/necko_socket.xpt
|
|
|
|
@BINPATH@/components/necko_strconv.xpt
|
|
|
|
@BINPATH@/components/necko_viewsource.xpt
|
2013-05-03 00:52:54 +00:00
|
|
|
@BINPATH@/components/necko_websocket.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/necko_wifi.xpt
|
|
|
|
@BINPATH@/components/necko_wyciwyg.xpt
|
|
|
|
@BINPATH@/components/necko.xpt
|
|
|
|
@BINPATH@/components/loginmgr.xpt
|
|
|
|
@BINPATH@/components/parentalcontrols.xpt
|
2012-12-13 15:14:25 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/peerconnection.xpt
|
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/plugin.xpt
|
|
|
|
@BINPATH@/components/pref.xpt
|
|
|
|
@BINPATH@/components/prefetch.xpt
|
|
|
|
@BINPATH@/components/profile.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#ifdef MOZ_ENABLE_PROFILER_SPS
|
2012-03-16 18:08:03 +00:00
|
|
|
@BINPATH@/components/profiler.xpt
|
2012-04-09 07:32:57 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/proxyObject.xpt
|
|
|
|
@BINPATH@/components/rdf.xpt
|
|
|
|
@BINPATH@/components/satchel.xpt
|
|
|
|
@BINPATH@/components/saxparser.xpt
|
|
|
|
@BINPATH@/components/sessionstore.xpt
|
2010-12-20 20:57:09 +00:00
|
|
|
@BINPATH@/components/services-crypto-component.xpt
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
|
|
|
@BINPATH@/components/captivedetect.xpt
|
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/shellservice.xpt
|
|
|
|
@BINPATH@/components/shistory.xpt
|
|
|
|
@BINPATH@/components/spellchecker.xpt
|
|
|
|
@BINPATH@/components/storage.xpt
|
2011-08-04 16:36:56 +00:00
|
|
|
@BINPATH@/components/telemetry.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/toolkitprofile.xpt
|
|
|
|
#ifdef MOZ_ENABLE_XREMOTE
|
|
|
|
@BINPATH@/components/toolkitremote.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/txtsvc.xpt
|
|
|
|
@BINPATH@/components/txmgr.xpt
|
|
|
|
@BINPATH@/components/uconv.xpt
|
|
|
|
@BINPATH@/components/unicharutil.xpt
|
2011-01-11 15:46:59 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/update.xpt
|
2011-01-11 15:46:59 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/uriloader.xpt
|
|
|
|
@BINPATH@/components/urlformatter.xpt
|
|
|
|
@BINPATH@/components/webBrowser_core.xpt
|
|
|
|
@BINPATH@/components/webbrowserpersist.xpt
|
|
|
|
@BINPATH@/components/webshell_idls.xpt
|
|
|
|
@BINPATH@/components/widget.xpt
|
2011-10-25 15:51:38 +00:00
|
|
|
@BINPATH@/components/widget_android.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/windowds.xpt
|
|
|
|
@BINPATH@/components/windowwatcher.xpt
|
|
|
|
@BINPATH@/components/xpcom_base.xpt
|
|
|
|
@BINPATH@/components/xpcom_system.xpt
|
|
|
|
@BINPATH@/components/xpcom_components.xpt
|
|
|
|
@BINPATH@/components/xpcom_ds.xpt
|
|
|
|
@BINPATH@/components/xpcom_io.xpt
|
|
|
|
@BINPATH@/components/xpcom_threads.xpt
|
|
|
|
@BINPATH@/components/xpcom_xpti.xpt
|
|
|
|
@BINPATH@/components/xpconnect.xpt
|
|
|
|
@BINPATH@/components/xulapp.xpt
|
2011-08-08 17:31:32 +00:00
|
|
|
@BINPATH@/components/xul.xpt
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/xuldoc.xpt
|
|
|
|
@BINPATH@/components/xultmpl.xpt
|
|
|
|
@BINPATH@/components/zipwriter.xpt
|
|
|
|
|
|
|
|
; JavaScript components
|
|
|
|
@BINPATH@/components/ConsoleAPI.manifest
|
|
|
|
@BINPATH@/components/ConsoleAPI.js
|
2012-09-20 04:37:05 +00:00
|
|
|
@BINPATH@/components/ContactManager.js
|
|
|
|
@BINPATH@/components/ContactManager.manifest
|
|
|
|
@BINPATH@/components/SettingsManager.js
|
|
|
|
@BINPATH@/components/SettingsManager.manifest
|
|
|
|
@BINPATH@/components/SettingsService.js
|
|
|
|
@BINPATH@/components/SettingsService.manifest
|
2012-05-08 16:20:35 +00:00
|
|
|
@BINPATH@/components/BrowserElementParent.manifest
|
|
|
|
@BINPATH@/components/BrowserElementParent.js
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/FeedProcessor.manifest
|
|
|
|
@BINPATH@/components/FeedProcessor.js
|
|
|
|
@BINPATH@/components/BrowserFeeds.manifest
|
|
|
|
@BINPATH@/components/FeedConverter.js
|
|
|
|
@BINPATH@/components/FeedWriter.js
|
|
|
|
@BINPATH@/components/fuelApplication.manifest
|
|
|
|
@BINPATH@/components/fuelApplication.js
|
|
|
|
@BINPATH@/components/WebContentConverter.js
|
|
|
|
@BINPATH@/components/BrowserComponents.manifest
|
|
|
|
@BINPATH@/components/nsBrowserContentHandler.js
|
|
|
|
@BINPATH@/components/nsBrowserGlue.js
|
|
|
|
@BINPATH@/components/nsSetDefaultBrowser.manifest
|
|
|
|
@BINPATH@/components/nsSetDefaultBrowser.js
|
|
|
|
@BINPATH@/components/toolkitsearch.manifest
|
|
|
|
@BINPATH@/components/nsSearchService.js
|
|
|
|
@BINPATH@/components/nsSearchSuggestions.js
|
|
|
|
@BINPATH@/components/passwordmgr.manifest
|
|
|
|
@BINPATH@/components/nsLoginInfo.js
|
|
|
|
@BINPATH@/components/nsLoginManager.js
|
|
|
|
@BINPATH@/components/nsLoginManagerPrompter.js
|
2012-10-11 22:56:13 +00:00
|
|
|
@BINPATH@/components/SiteSpecificUserAgent.js
|
|
|
|
@BINPATH@/components/SiteSpecificUserAgent.manifest
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/storage-Legacy.js
|
|
|
|
@BINPATH@/components/storage-mozStorage.js
|
|
|
|
@BINPATH@/components/crypto-SDR.js
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.manifest
|
|
|
|
@BINPATH@/components/jsconsole-clhandler.js
|
|
|
|
#ifdef MOZ_GTK2
|
|
|
|
@BINPATH@/components/nsFilePicker.manifest
|
|
|
|
@BINPATH@/components/nsFilePicker.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.manifest
|
|
|
|
@BINPATH@/components/nsHelperAppDlg.js
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.manifest
|
|
|
|
@BINPATH@/components/nsDownloadManagerUI.js
|
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.manifest
|
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.js
|
|
|
|
@BINPATH@/components/nsSidebar.manifest
|
|
|
|
@BINPATH@/components/nsSidebar.js
|
|
|
|
@BINPATH@/components/extensions.manifest
|
|
|
|
@BINPATH@/components/addonManager.js
|
|
|
|
@BINPATH@/components/amContentHandler.js
|
|
|
|
@BINPATH@/components/amWebInstallListener.js
|
|
|
|
@BINPATH@/components/nsBlocklistService.js
|
2011-06-10 21:02:00 +00:00
|
|
|
|
2010-12-15 20:10:08 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/components/nsUpdateService.manifest
|
|
|
|
@BINPATH@/components/nsUpdateService.js
|
|
|
|
@BINPATH@/components/nsUpdateServiceStub.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsUpdateTimerManager.manifest
|
|
|
|
@BINPATH@/components/nsUpdateTimerManager.js
|
|
|
|
@BINPATH@/components/pluginGlue.manifest
|
|
|
|
@BINPATH@/components/nsSessionStore.manifest
|
|
|
|
@BINPATH@/components/nsSessionStartup.js
|
|
|
|
@BINPATH@/components/nsSessionStore.js
|
|
|
|
@BINPATH@/components/nsURLFormatter.manifest
|
|
|
|
@BINPATH@/components/nsURLFormatter.js
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.manifest
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.js
|
|
|
|
@BINPATH@/components/nsDefaultCLH.manifest
|
|
|
|
@BINPATH@/components/nsDefaultCLH.js
|
|
|
|
@BINPATH@/components/nsContentPrefService.manifest
|
|
|
|
@BINPATH@/components/nsContentPrefService.js
|
|
|
|
@BINPATH@/components/nsContentDispatchChooser.manifest
|
|
|
|
@BINPATH@/components/nsContentDispatchChooser.js
|
|
|
|
@BINPATH@/components/nsHandlerService.manifest
|
|
|
|
@BINPATH@/components/nsHandlerService.js
|
|
|
|
@BINPATH@/components/nsWebHandlerApp.manifest
|
|
|
|
@BINPATH@/components/nsWebHandlerApp.js
|
|
|
|
@BINPATH@/components/satchel.manifest
|
|
|
|
@BINPATH@/components/nsFormAutoComplete.js
|
|
|
|
@BINPATH@/components/nsFormHistory.js
|
2013-04-19 22:21:30 +00:00
|
|
|
@BINPATH@/components/FormHistoryStartup.js
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/nsInputListAutoComplete.js
|
|
|
|
@BINPATH@/components/contentSecurityPolicy.manifest
|
|
|
|
@BINPATH@/components/contentSecurityPolicy.js
|
|
|
|
@BINPATH@/components/contentAreaDropListener.manifest
|
|
|
|
@BINPATH@/components/contentAreaDropListener.js
|
|
|
|
@BINPATH@/components/messageWakeupService.js
|
|
|
|
@BINPATH@/components/messageWakeupService.manifest
|
|
|
|
@BINPATH@/components/nsFilePicker.js
|
|
|
|
@BINPATH@/components/nsFilePicker.manifest
|
|
|
|
#ifdef MOZ_ENABLE_DBUS
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/nsINIProcessor.manifest
|
|
|
|
@BINPATH@/components/nsINIProcessor.js
|
|
|
|
@BINPATH@/components/nsPrompter.manifest
|
|
|
|
@BINPATH@/components/nsPrompter.js
|
2011-08-04 16:36:56 +00:00
|
|
|
@BINPATH@/components/TelemetryPing.js
|
|
|
|
@BINPATH@/components/TelemetryPing.manifest
|
2012-03-30 04:50:45 +00:00
|
|
|
@BINPATH@/components/Webapps.js
|
|
|
|
@BINPATH@/components/Webapps.manifest
|
2012-05-16 10:41:35 +00:00
|
|
|
@BINPATH@/components/AppsService.js
|
|
|
|
@BINPATH@/components/AppsService.manifest
|
2013-03-25 20:03:58 +00:00
|
|
|
@BINPATH@/components/AppProtocolHandler.js
|
|
|
|
@BINPATH@/components/AppProtocolHandler.manifest
|
2010-12-15 20:10:08 +00:00
|
|
|
|
2013-05-03 00:52:54 +00:00
|
|
|
@BINPATH@/components/Push.js
|
|
|
|
@BINPATH@/components/Push.manifest
|
|
|
|
|
|
|
|
@BINPATH@/components/SystemMessageInternal.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.manifest
|
|
|
|
|
2012-08-21 16:46:27 +00:00
|
|
|
@BINPATH@/components/TCPSocket.js
|
2012-09-24 18:53:49 +00:00
|
|
|
@BINPATH@/components/TCPSocketParentIntermediary.js
|
2012-08-21 16:46:27 +00:00
|
|
|
@BINPATH@/components/TCPSocket.manifest
|
|
|
|
|
2012-12-13 15:14:25 +00:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/PeerConnection.js
|
|
|
|
@BINPATH@/components/PeerConnection.manifest
|
|
|
|
#endif
|
|
|
|
|
2012-11-14 04:22:09 +00:00
|
|
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
|
|
|
@BINPATH@/components/HealthReportComponents.manifest
|
|
|
|
@BINPATH@/components/HealthReportService.js
|
|
|
|
#endif
|
|
|
|
|
2013-02-15 15:41:35 +00:00
|
|
|
#ifdef MOZ_CAPTIVEDETECT
|
|
|
|
@BINPATH@/components/CaptivePortalDetectComponents.manifest
|
|
|
|
@BINPATH@/components/captivedetect.js
|
|
|
|
#endif
|
|
|
|
|
2013-04-03 22:13:16 +00:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
|
|
|
@BINPATH@/components/dom_webspeechsynth.xpt
|
|
|
|
#endif
|
|
|
|
|
2010-12-15 20:10:08 +00:00
|
|
|
; Modules
|
|
|
|
@BINPATH@/modules/*
|
|
|
|
|
2012-09-24 20:34:27 +00:00
|
|
|
#ifdef MOZ_SAFE_BROWSING
|
2010-12-15 20:10:08 +00:00
|
|
|
; Safe Browsing
|
|
|
|
@BINPATH@/components/nsURLClassifier.manifest
|
2011-04-27 13:44:12 +00:00
|
|
|
@BINPATH@/components/nsUrlClassifierHashCompleter.js
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/nsUrlClassifierListManager.js
|
|
|
|
@BINPATH@/components/nsUrlClassifierLib.js
|
|
|
|
@BINPATH@/components/url-classifier.xpt
|
2012-09-24 20:34:27 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
|
|
|
|
; GNOME hooks
|
|
|
|
#ifdef MOZ_ENABLE_GNOME_COMPONENT
|
|
|
|
@BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Browser Chrome Files]
|
|
|
|
@BINPATH@/chrome/browser@JAREXT@
|
|
|
|
@BINPATH@/chrome/browser.manifest
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
|
|
|
|
@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
|
|
|
|
@BINPATH@/chrome/toolkit@JAREXT@
|
|
|
|
@BINPATH@/chrome/toolkit.manifest
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
@BINPATH@/chrome/icons/default/default16.png
|
|
|
|
@BINPATH@/chrome/icons/default/default32.png
|
|
|
|
@BINPATH@/chrome/icons/default/default48.png
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
; shell icons
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
@BINPATH@/icons/*.xpm
|
|
|
|
@BINPATH@/icons/*.png
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Default Preferences]
|
|
|
|
; All the pref files must be part of base to prevent migration bugs
|
|
|
|
@BINPATH@/@PREF_DIR@/mobile.js
|
|
|
|
@BINPATH@/@PREF_DIR@/mobile-branding.js
|
|
|
|
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
|
|
|
@BINPATH@/greprefs.js
|
|
|
|
@BINPATH@/defaults/autoconfig/platform.js
|
|
|
|
@BINPATH@/defaults/autoconfig/prefcalls.js
|
|
|
|
@BINPATH@/defaults/profile/prefs.js
|
|
|
|
|
|
|
|
; [Layout Engine Resources]
|
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
|
|
|
@BINPATH@/res/EditorOverride.css
|
|
|
|
@BINPATH@/res/contenteditable.css
|
|
|
|
@BINPATH@/res/designmode.css
|
2011-12-17 18:20:14 +00:00
|
|
|
@BINPATH@/res/TopLevelImageDocument.css
|
|
|
|
@BINPATH@/res/TopLevelVideoDocument.css
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/res/table-add-column-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-after.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-before.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-after.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-before.gif
|
|
|
|
@BINPATH@/res/table-remove-column-active.gif
|
|
|
|
@BINPATH@/res/table-remove-column-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-column.gif
|
|
|
|
@BINPATH@/res/table-remove-row-active.gif
|
|
|
|
@BINPATH@/res/table-remove-row-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-row.gif
|
|
|
|
@BINPATH@/res/grabber.gif
|
|
|
|
@BINPATH@/res/fonts/*
|
|
|
|
@BINPATH@/res/dtd/*
|
|
|
|
@BINPATH@/res/html/*
|
|
|
|
@BINPATH@/res/langGroups.properties
|
|
|
|
@BINPATH@/res/language.properties
|
|
|
|
@BINPATH@/res/entityTables/*
|
|
|
|
|
|
|
|
; svg
|
|
|
|
@BINPATH@/res/svg.css
|
|
|
|
@BINPATH@/components/dom_svg.xpt
|
|
|
|
@BINPATH@/components/dom_smil.xpt
|
|
|
|
|
|
|
|
; [Personal Security Manager]
|
|
|
|
;
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
|
|
|
@BINPATH@/components/pipboot.xpt
|
|
|
|
@BINPATH@/components/pipnss.xpt
|
|
|
|
@BINPATH@/components/pippki.xpt
|
|
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@
|
2013-03-17 06:53:39 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3.chk
|
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3.chk
|
|
|
|
#endif
|
|
|
|
#ifndef NSS_DISABLE_DBM
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3.chk
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
@BINPATH@/chrome/pippki@JAREXT@
|
|
|
|
@BINPATH@/chrome/pippki.manifest
|
|
|
|
|
|
|
|
; for Solaris SPARC
|
|
|
|
#ifdef SOLARIS
|
|
|
|
bin/libfreebl_32fpu_3.chk
|
|
|
|
bin/libfreebl_32fpu_3.so
|
|
|
|
bin/libfreebl_32int_3.chk
|
|
|
|
bin/libfreebl_32int_3.so
|
|
|
|
bin/libfreebl_32int64_3.chk
|
|
|
|
bin/libfreebl_32int64_3.so
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Updater]
|
|
|
|
;
|
2011-01-11 15:46:59 +00:00
|
|
|
#ifdef MOZ_UPDATER
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/updater@BIN_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Crash Reporter]
|
|
|
|
;
|
|
|
|
#ifdef MOZ_CRASHREPORTER
|
|
|
|
@BINPATH@/crashreporter@BIN_SUFFIX@
|
|
|
|
@BINPATH@/crashreporter.crt
|
|
|
|
@BINPATH@/crashreporter.ini
|
|
|
|
#ifdef XP_UNIX
|
|
|
|
@BINPATH@/Throbber-small.gif
|
|
|
|
#endif
|
|
|
|
@BINPATH@/crashreporter-override.ini
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Extensions]
|
|
|
|
;
|
|
|
|
#ifdef MOZ_ENABLE_GNOMEVFS
|
|
|
|
bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[mobile]
|
|
|
|
@BINPATH@/chrome/icons/
|
|
|
|
@BINPATH@/chrome/chrome@JAREXT@
|
|
|
|
@BINPATH@/chrome/chrome.manifest
|
|
|
|
@BINPATH@/components/AboutRedirector.js
|
|
|
|
@BINPATH@/components/AddonUpdateService.js
|
|
|
|
@BINPATH@/components/AlertsService.js
|
|
|
|
@BINPATH@/components/BlocklistPrompt.js
|
|
|
|
@BINPATH@/components/BrowserCLH.js
|
|
|
|
@BINPATH@/components/ContentDispatchChooser.js
|
|
|
|
@BINPATH@/components/ContentPermissionPrompt.js
|
|
|
|
@BINPATH@/components/DirectoryProvider.js
|
|
|
|
@BINPATH@/components/DownloadManagerUI.js
|
|
|
|
@BINPATH@/components/HelperAppDialog.js
|
|
|
|
@BINPATH@/components/LoginManagerPrompter.js
|
|
|
|
@BINPATH@/components/MobileComponents.manifest
|
|
|
|
@BINPATH@/components/MobileComponents.xpt
|
2013-01-24 20:41:35 +00:00
|
|
|
@BINPATH@/components/NSSDialogService.js
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/PromptService.js
|
2011-12-21 01:41:45 +00:00
|
|
|
@BINPATH@/components/SessionStore.js
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/Sidebar.js
|
2013-04-25 22:29:17 +00:00
|
|
|
|
|
|
|
@BINPATH@/components/Payment.js
|
|
|
|
@BINPATH@/components/PaymentFlowInfo.js
|
|
|
|
@BINPATH@/components/PaymentRequestInfo.js
|
|
|
|
@BINPATH@/components/Payment.manifest
|
|
|
|
@BINPATH@/components/PaymentsUI.js
|
|
|
|
|
2011-04-26 19:39:21 +00:00
|
|
|
#ifdef MOZ_SAFE_BROWSING
|
2012-09-24 20:34:27 +00:00
|
|
|
@BINPATH@/components/SafeBrowsing.jsm
|
2011-04-26 19:39:21 +00:00
|
|
|
#endif
|
2010-12-15 20:10:08 +00:00
|
|
|
@BINPATH@/components/XPIDialogService.js
|
2011-02-27 19:39:49 +00:00
|
|
|
@BINPATH@/components/browsercomps.xpt
|
2012-09-18 03:07:23 +00:00
|
|
|
|
|
|
|
#ifdef ENABLE_MARIONETTE
|
|
|
|
@BINPATH@/chrome/marionette@JAREXT@
|
|
|
|
@BINPATH@/chrome/marionette.manifest
|
|
|
|
@BINPATH@/components/MarionetteComponents.manifest
|
|
|
|
@BINPATH@/components/marionettecomponent.js
|
|
|
|
#endif
|