|
1 ; This Source Code Form is subject to the terms of the Mozilla Public |
|
2 ; License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 ; Package file for the Firefox build. |
|
6 ; |
|
7 ; Packaging manifest is used to copy files from dist/bin |
|
8 ; to the staging directory. |
|
9 ; Some other files are built in the staging directory directly, |
|
10 ; so they will be implicitly packaged too. |
|
11 ; |
|
12 ; File format: |
|
13 ; |
|
14 ; [] designates a toplevel component. Example: [xpcom] |
|
15 ; - in front of a file specifies it to be removed from the destination |
|
16 ; * wildcard support to recursively copy the entire directory |
|
17 ; ; file comment |
|
18 ; |
|
19 |
|
20 #filter substitution |
|
21 |
|
22 #ifdef XP_MACOSX |
|
23 ; Mac bundle stuff |
|
24 @APPNAME@/Contents/Info.plist |
|
25 @APPNAME@/Contents/PkgInfo |
|
26 @APPNAME@/Contents/Resources/ |
|
27 #ifdef MOZ_SIGNING |
|
28 @APPNAME@/Contents/_CodeSignature/CodeResources |
|
29 #endif |
|
30 #endif |
|
31 |
|
32 [@AB_CD@] |
|
33 @BINPATH@/browser/chrome/@AB_CD@@JAREXT@ |
|
34 @BINPATH@/browser/chrome/@AB_CD@.manifest |
|
35 @BINPATH@/chrome/@AB_CD@@JAREXT@ |
|
36 @BINPATH@/chrome/@AB_CD@.manifest |
|
37 @BINPATH@/browser/defaults/profile/bookmarks.html |
|
38 @BINPATH@/browser/defaults/profile/chrome/* |
|
39 @BINPATH@/browser/defaults/profile/localstore.rdf |
|
40 @BINPATH@/browser/defaults/profile/mimeTypes.rdf |
|
41 @BINPATH@/dictionaries/* |
|
42 @BINPATH@/hyphenation/* |
|
43 @BINPATH@/browser/@PREF_DIR@/firefox-l10n.js |
|
44 @BINPATH@/browser/searchplugins/* |
|
45 ;#ifdef XP_WIN32 |
|
46 ;@BINPATH@/uninstall/helper.exe |
|
47 ;#endif |
|
48 #ifdef MOZ_UPDATER |
|
49 @BINPATH@/update.locale |
|
50 @BINPATH@/updater.ini |
|
51 #endif |
|
52 |
|
53 [xpcom] |
|
54 @BINPATH@/dependentlibs.list |
|
55 #ifdef GKMEDIAS_SHARED_LIBRARY |
|
56 @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@ |
|
57 #endif |
|
58 @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ |
|
59 #ifdef MOZ_SHARED_MOZGLUE |
|
60 @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ |
|
61 #endif |
|
62 #ifndef MOZ_STATIC_JS |
|
63 @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ |
|
64 #endif |
|
65 #ifdef MOZ_DMD |
|
66 @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ |
|
67 #endif |
|
68 #ifndef MOZ_NATIVE_NSPR |
|
69 #ifndef MOZ_FOLD_LIBS |
|
70 @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ |
|
71 @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ |
|
72 @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ |
|
73 #endif |
|
74 #endif |
|
75 #ifdef XP_MACOSX |
|
76 @BINPATH@/XUL |
|
77 #else |
|
78 @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ |
|
79 #endif |
|
80 #ifdef XP_MACOSX |
|
81 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/ |
|
82 @BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@ |
|
83 #else |
|
84 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ |
|
85 #endif |
|
86 #ifdef XP_WIN32 |
|
87 @BINPATH@/plugin-hang-ui@BIN_SUFFIX@ |
|
88 #ifndef MOZ_DEBUG |
|
89 #if MOZ_MSVC_REDIST == 1600 |
|
90 @BINPATH@/msvcp100.dll |
|
91 @BINPATH@/msvcr100.dll |
|
92 #elif MOZ_MSVC_REDIST == 1700 |
|
93 @BINPATH@/msvcp110.dll |
|
94 @BINPATH@/msvcr110.dll |
|
95 #elif MOZ_MSVC_REDIST == 1800 |
|
96 @BINPATH@/msvcp120.dll |
|
97 @BINPATH@/msvcr120.dll |
|
98 #endif |
|
99 #endif |
|
100 #endif |
|
101 #ifndef MOZ_NATIVE_ICU |
|
102 #ifdef MOZ_SHARED_ICU |
|
103 #ifdef XP_WIN |
|
104 #ifdef MOZ_DEBUG |
|
105 @BINPATH@/icudtd@MOZ_ICU_VERSION@.dll |
|
106 @BINPATH@/icuind@MOZ_ICU_VERSION@.dll |
|
107 @BINPATH@/icuucd@MOZ_ICU_VERSION@.dll |
|
108 #else |
|
109 @BINPATH@/icudt@MOZ_ICU_VERSION@.dll |
|
110 @BINPATH@/icuin@MOZ_ICU_VERSION@.dll |
|
111 @BINPATH@/icuuc@MOZ_ICU_VERSION@.dll |
|
112 #endif |
|
113 #elif defined(XP_MACOSX) |
|
114 @BINPATH@/libicudata.@MOZ_ICU_VERSION@.dylib |
|
115 @BINPATH@/libicui18n.@MOZ_ICU_VERSION@.dylib |
|
116 @BINPATH@/libicuuc.@MOZ_ICU_VERSION@.dylib |
|
117 #elif defined(XP_UNIX) |
|
118 @BINPATH@/libicudata.so.@MOZ_ICU_VERSION@ |
|
119 @BINPATH@/libicui18n.so.@MOZ_ICU_VERSION@ |
|
120 @BINPATH@/libicuuc.so.@MOZ_ICU_VERSION@ |
|
121 #endif |
|
122 #endif |
|
123 #endif |
|
124 |
|
125 [browser] |
|
126 ; [Base Browser Files] |
|
127 #ifndef XP_UNIX |
|
128 @BINPATH@/@MOZ_APP_NAME@.exe |
|
129 #else |
|
130 @BINPATH@/@MOZ_APP_NAME@-bin |
|
131 @BINPATH@/@MOZ_APP_NAME@ |
|
132 #endif |
|
133 @BINPATH@/application.ini |
|
134 #ifdef MOZ_UPDATER |
|
135 @BINPATH@/update-settings.ini |
|
136 #endif |
|
137 @BINPATH@/platform.ini |
|
138 #ifndef MOZ_NATIVE_SQLITE |
|
139 #ifndef MOZ_FOLD_LIBS |
|
140 @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ |
|
141 #endif |
|
142 #endif |
|
143 @BINPATH@/browser/blocklist.xml |
|
144 #ifdef XP_UNIX |
|
145 #ifndef XP_MACOSX |
|
146 @BINPATH@/run-mozilla.sh |
|
147 @BINPATH@/mozilla-xremote-client |
|
148 #endif |
|
149 #endif |
|
150 |
|
151 ; [Components] |
|
152 @BINPATH@/browser/components/components.manifest |
|
153 @BINPATH@/components/alerts.xpt |
|
154 #ifdef ACCESSIBILITY |
|
155 #ifdef XP_WIN32 |
|
156 @BINPATH@/AccessibleMarshal.dll |
|
157 #endif |
|
158 @BINPATH@/components/accessibility.xpt |
|
159 #endif |
|
160 @BINPATH@/components/appshell.xpt |
|
161 @BINPATH@/components/appstartup.xpt |
|
162 @BINPATH@/components/autocomplete.xpt |
|
163 @BINPATH@/components/autoconfig.xpt |
|
164 @BINPATH@/browser/components/browsercompsbase.xpt |
|
165 @BINPATH@/browser/components/browser-feeds.xpt |
|
166 @BINPATH@/components/caps.xpt |
|
167 @BINPATH@/components/chrome.xpt |
|
168 @BINPATH@/components/commandhandler.xpt |
|
169 @BINPATH@/components/commandlines.xpt |
|
170 @BINPATH@/components/composer.xpt |
|
171 @BINPATH@/components/content_base.xpt |
|
172 @BINPATH@/components/content_events.xpt |
|
173 @BINPATH@/components/content_htmldoc.xpt |
|
174 @BINPATH@/components/content_html.xpt |
|
175 #ifdef MOZ_WEBRTC |
|
176 @BINPATH@/components/content_webrtc.xpt |
|
177 #endif |
|
178 @BINPATH@/components/content_xslt.xpt |
|
179 @BINPATH@/components/cookie.xpt |
|
180 @BINPATH@/components/directory.xpt |
|
181 @BINPATH@/components/docshell.xpt |
|
182 @BINPATH@/components/dom.xpt |
|
183 #ifdef MOZ_ACTIVITIES |
|
184 @BINPATH@/components/dom_activities.xpt |
|
185 @BINPATH@/components/dom_messages.xpt |
|
186 #endif |
|
187 @BINPATH@/components/dom_apps.xpt |
|
188 @BINPATH@/components/dom_base.xpt |
|
189 @BINPATH@/components/dom_system.xpt |
|
190 #ifdef MOZ_B2G_BT |
|
191 @BINPATH@/components/dom_bluetooth.xpt |
|
192 #endif |
|
193 @BINPATH@/components/dom_canvas.xpt |
|
194 @BINPATH@/components/dom_alarm.xpt |
|
195 @BINPATH@/components/dom_core.xpt |
|
196 @BINPATH@/components/dom_css.xpt |
|
197 @BINPATH@/components/dom_devicestorage.xpt |
|
198 @BINPATH@/components/dom_events.xpt |
|
199 @BINPATH@/components/dom_geolocation.xpt |
|
200 @BINPATH@/components/dom_media.xpt |
|
201 @BINPATH@/components/dom_network.xpt |
|
202 @BINPATH@/components/dom_notification.xpt |
|
203 @BINPATH@/components/dom_html.xpt |
|
204 @BINPATH@/components/dom_indexeddb.xpt |
|
205 @BINPATH@/components/dom_offline.xpt |
|
206 @BINPATH@/components/dom_json.xpt |
|
207 @BINPATH@/components/dom_power.xpt |
|
208 @BINPATH@/components/dom_quota.xpt |
|
209 @BINPATH@/components/dom_range.xpt |
|
210 @BINPATH@/components/dom_settings.xpt |
|
211 @BINPATH@/components/dom_permissionsettings.xpt |
|
212 @BINPATH@/components/dom_sidebar.xpt |
|
213 @BINPATH@/components/dom_mobilemessage.xpt |
|
214 @BINPATH@/components/dom_storage.xpt |
|
215 @BINPATH@/components/dom_stylesheets.xpt |
|
216 @BINPATH@/components/dom_telephony.xpt |
|
217 @BINPATH@/components/dom_traversal.xpt |
|
218 #ifdef MOZ_WEBSPEECH |
|
219 @BINPATH@/components/dom_webspeechrecognition.xpt |
|
220 #endif |
|
221 @BINPATH@/components/dom_xbl.xpt |
|
222 @BINPATH@/components/dom_xpath.xpt |
|
223 @BINPATH@/components/dom_xul.xpt |
|
224 #ifdef MOZ_GAMEPAD |
|
225 @BINPATH@/components/dom_gamepad.xpt |
|
226 #endif |
|
227 @BINPATH@/components/dom_payment.xpt |
|
228 @BINPATH@/components/downloads.xpt |
|
229 @BINPATH@/components/editor.xpt |
|
230 @BINPATH@/components/embed_base.xpt |
|
231 @BINPATH@/components/extensions.xpt |
|
232 @BINPATH@/components/exthandler.xpt |
|
233 @BINPATH@/components/exthelper.xpt |
|
234 @BINPATH@/components/fastfind.xpt |
|
235 @BINPATH@/components/feeds.xpt |
|
236 #ifdef MOZ_GTK |
|
237 @BINPATH@/components/filepicker.xpt |
|
238 #endif |
|
239 @BINPATH@/components/find.xpt |
|
240 @BINPATH@/browser/components/fuel.xpt |
|
241 @BINPATH@/components/gfx.xpt |
|
242 @BINPATH@/components/html5.xpt |
|
243 @BINPATH@/components/htmlparser.xpt |
|
244 @BINPATH@/components/identity.xpt |
|
245 @BINPATH@/components/imglib2.xpt |
|
246 @BINPATH@/components/imgicon.xpt |
|
247 @BINPATH@/components/inspector.xpt |
|
248 @BINPATH@/components/intl.xpt |
|
249 @BINPATH@/components/jar.xpt |
|
250 #ifdef MOZ_JSDEBUGGER |
|
251 @BINPATH@/components/jsdservice.xpt |
|
252 #endif |
|
253 @BINPATH@/components/jsdebugger.xpt |
|
254 @BINPATH@/components/jsdownloads.xpt |
|
255 @BINPATH@/components/jsinspector.xpt |
|
256 @BINPATH@/components/layout_base.xpt |
|
257 #ifdef NS_PRINTING |
|
258 @BINPATH@/components/layout_printing.xpt |
|
259 #endif |
|
260 @BINPATH@/components/layout_xul_tree.xpt |
|
261 @BINPATH@/components/layout_xul.xpt |
|
262 @BINPATH@/components/locale.xpt |
|
263 @BINPATH@/components/lwbrk.xpt |
|
264 @BINPATH@/browser/components/migration.xpt |
|
265 @BINPATH@/components/mimetype.xpt |
|
266 @BINPATH@/components/mozfind.xpt |
|
267 @BINPATH@/components/necko_about.xpt |
|
268 @BINPATH@/components/necko_cache.xpt |
|
269 @BINPATH@/components/necko_cache2.xpt |
|
270 @BINPATH@/components/necko_cookie.xpt |
|
271 @BINPATH@/components/necko_dns.xpt |
|
272 @BINPATH@/components/necko_file.xpt |
|
273 @BINPATH@/components/necko_ftp.xpt |
|
274 @BINPATH@/components/necko_http.xpt |
|
275 @BINPATH@/components/necko_res.xpt |
|
276 @BINPATH@/components/necko_socket.xpt |
|
277 @BINPATH@/components/necko_strconv.xpt |
|
278 @BINPATH@/components/necko_viewsource.xpt |
|
279 @BINPATH@/components/necko_websocket.xpt |
|
280 #ifdef NECKO_WIFI |
|
281 @BINPATH@/components/necko_wifi.xpt |
|
282 #endif |
|
283 @BINPATH@/components/necko_wyciwyg.xpt |
|
284 @BINPATH@/components/necko.xpt |
|
285 @BINPATH@/components/loginmgr.xpt |
|
286 @BINPATH@/components/parentalcontrols.xpt |
|
287 #ifdef MOZ_WEBRTC |
|
288 @BINPATH@/components/peerconnection.xpt |
|
289 #endif |
|
290 @BINPATH@/components/places.xpt |
|
291 @BINPATH@/components/plugin.xpt |
|
292 @BINPATH@/components/pref.xpt |
|
293 @BINPATH@/components/prefetch.xpt |
|
294 @BINPATH@/components/profile.xpt |
|
295 #ifdef MOZ_ENABLE_PROFILER_SPS |
|
296 @BINPATH@/components/profiler.xpt |
|
297 #endif |
|
298 @BINPATH@/components/rdf.xpt |
|
299 @BINPATH@/components/satchel.xpt |
|
300 @BINPATH@/components/saxparser.xpt |
|
301 @BINPATH@/browser/components/sessionstore.xpt |
|
302 @BINPATH@/components/services-crypto-component.xpt |
|
303 #ifdef MOZ_CAPTIVEDETECT |
|
304 @BINPATH@/components/captivedetect.xpt |
|
305 #endif |
|
306 @BINPATH@/browser/components/shellservice.xpt |
|
307 @BINPATH@/components/shistory.xpt |
|
308 @BINPATH@/components/spellchecker.xpt |
|
309 @BINPATH@/components/storage.xpt |
|
310 @BINPATH@/components/toolkit_finalizationwitness.xpt |
|
311 @BINPATH@/components/toolkit_osfile.xpt |
|
312 @BINPATH@/components/toolkitprofile.xpt |
|
313 #ifdef MOZ_ENABLE_XREMOTE |
|
314 @BINPATH@/components/toolkitremote.xpt |
|
315 #endif |
|
316 @BINPATH@/components/txtsvc.xpt |
|
317 @BINPATH@/components/txmgr.xpt |
|
318 @BINPATH@/components/uconv.xpt |
|
319 @BINPATH@/components/unicharutil.xpt |
|
320 @BINPATH@/components/update.xpt |
|
321 @BINPATH@/components/uriloader.xpt |
|
322 @BINPATH@/components/urlformatter.xpt |
|
323 @BINPATH@/components/webBrowser_core.xpt |
|
324 @BINPATH@/components/webbrowserpersist.xpt |
|
325 @BINPATH@/components/widget.xpt |
|
326 #ifdef XP_MACOSX |
|
327 @BINPATH@/components/widget_cocoa.xpt |
|
328 #endif |
|
329 @BINPATH@/components/windowds.xpt |
|
330 @BINPATH@/components/windowwatcher.xpt |
|
331 @BINPATH@/components/xpcom_base.xpt |
|
332 @BINPATH@/components/xpcom_system.xpt |
|
333 @BINPATH@/components/xpcom_components.xpt |
|
334 @BINPATH@/components/xpcom_ds.xpt |
|
335 @BINPATH@/components/xpcom_io.xpt |
|
336 @BINPATH@/components/xpcom_threads.xpt |
|
337 @BINPATH@/components/xpcom_xpti.xpt |
|
338 @BINPATH@/components/xpconnect.xpt |
|
339 @BINPATH@/components/xulapp.xpt |
|
340 @BINPATH@/components/xul.xpt |
|
341 @BINPATH@/components/xuldoc.xpt |
|
342 @BINPATH@/components/xultmpl.xpt |
|
343 @BINPATH@/components/zipwriter.xpt |
|
344 @BINPATH@/components/telemetry.xpt |
|
345 |
|
346 ; JavaScript components |
|
347 @BINPATH@/components/ConsoleAPI.manifest |
|
348 @BINPATH@/components/ConsoleAPIStorage.js |
|
349 @BINPATH@/components/BrowserElementParent.manifest |
|
350 @BINPATH@/components/BrowserElementParent.js |
|
351 @BINPATH@/components/FeedProcessor.manifest |
|
352 @BINPATH@/components/FeedProcessor.js |
|
353 @BINPATH@/browser/components/BrowserFeeds.manifest |
|
354 @BINPATH@/browser/components/FeedConverter.js |
|
355 @BINPATH@/browser/components/FeedWriter.js |
|
356 @BINPATH@/browser/components/fuelApplication.manifest |
|
357 @BINPATH@/browser/components/fuelApplication.js |
|
358 @BINPATH@/browser/components/WebContentConverter.js |
|
359 @BINPATH@/browser/components/BrowserComponents.manifest |
|
360 @BINPATH@/browser/components/nsBrowserContentHandler.js |
|
361 @BINPATH@/browser/components/nsBrowserGlue.js |
|
362 @BINPATH@/browser/components/nsSetDefaultBrowser.manifest |
|
363 @BINPATH@/browser/components/nsSetDefaultBrowser.js |
|
364 @BINPATH@/browser/components/BrowserDownloads.manifest |
|
365 @BINPATH@/browser/components/DownloadsStartup.js |
|
366 @BINPATH@/browser/components/DownloadsUI.js |
|
367 @BINPATH@/browser/components/BrowserPlaces.manifest |
|
368 @BINPATH@/browser/components/devtools-clhandler.manifest |
|
369 @BINPATH@/browser/components/devtools-clhandler.js |
|
370 @BINPATH@/browser/components/Experiments.manifest |
|
371 @BINPATH@/browser/components/ExperimentsService.js |
|
372 @BINPATH@/components/Downloads.manifest |
|
373 @BINPATH@/components/DownloadLegacy.js |
|
374 @BINPATH@/components/BrowserPageThumbs.manifest |
|
375 @BINPATH@/components/crashmonitor.manifest |
|
376 @BINPATH@/components/nsCrashMonitor.js |
|
377 @BINPATH@/components/SiteSpecificUserAgent.js |
|
378 @BINPATH@/components/SiteSpecificUserAgent.manifest |
|
379 @BINPATH@/components/toolkitsearch.manifest |
|
380 @BINPATH@/components/nsSearchService.js |
|
381 @BINPATH@/components/nsSearchSuggestions.js |
|
382 @BINPATH@/components/passwordmgr.manifest |
|
383 @BINPATH@/components/nsLoginInfo.js |
|
384 @BINPATH@/components/nsLoginManager.js |
|
385 @BINPATH@/components/nsLoginManagerPrompter.js |
|
386 @BINPATH@/components/storage-mozStorage.js |
|
387 @BINPATH@/components/crypto-SDR.js |
|
388 @BINPATH@/components/jsconsole-clhandler.manifest |
|
389 @BINPATH@/components/jsconsole-clhandler.js |
|
390 @BINPATH@/components/webvtt.xpt |
|
391 @BINPATH@/components/WebVTT.manifest |
|
392 @BINPATH@/components/WebVTTParserWrapper.js |
|
393 #ifdef MOZ_GTK |
|
394 @BINPATH@/components/nsFilePicker.manifest |
|
395 @BINPATH@/components/nsFilePicker.js |
|
396 #endif |
|
397 @BINPATH@/components/nsHelperAppDlg.manifest |
|
398 @BINPATH@/components/nsHelperAppDlg.js |
|
399 @BINPATH@/components/nsDownloadManagerUI.manifest |
|
400 @BINPATH@/components/nsDownloadManagerUI.js |
|
401 @BINPATH@/components/NetworkGeolocationProvider.manifest |
|
402 @BINPATH@/components/NetworkGeolocationProvider.js |
|
403 @BINPATH@/browser/components/nsSidebar.manifest |
|
404 @BINPATH@/browser/components/nsSidebar.js |
|
405 @BINPATH@/components/extensions.manifest |
|
406 @BINPATH@/components/addonManager.js |
|
407 @BINPATH@/components/amContentHandler.js |
|
408 @BINPATH@/components/amInstallTrigger.js |
|
409 @BINPATH@/components/amWebInstallListener.js |
|
410 @BINPATH@/components/nsBlocklistService.js |
|
411 #ifdef MOZ_UPDATER |
|
412 @BINPATH@/components/nsUpdateService.manifest |
|
413 @BINPATH@/components/nsUpdateService.js |
|
414 @BINPATH@/components/nsUpdateServiceStub.js |
|
415 #endif |
|
416 @BINPATH@/components/nsUpdateTimerManager.manifest |
|
417 @BINPATH@/components/nsUpdateTimerManager.js |
|
418 @BINPATH@/components/pluginGlue.manifest |
|
419 @BINPATH@/browser/components/nsSessionStore.manifest |
|
420 @BINPATH@/browser/components/nsSessionStartup.js |
|
421 @BINPATH@/browser/components/nsSessionStore.js |
|
422 @BINPATH@/components/nsURLFormatter.manifest |
|
423 @BINPATH@/components/nsURLFormatter.js |
|
424 @BINPATH@/browser/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@ |
|
425 @BINPATH@/components/txEXSLTRegExFunctions.manifest |
|
426 @BINPATH@/components/txEXSLTRegExFunctions.js |
|
427 @BINPATH@/components/toolkitplaces.manifest |
|
428 @BINPATH@/components/nsLivemarkService.js |
|
429 @BINPATH@/components/nsTaggingService.js |
|
430 @BINPATH@/components/nsPlacesAutoComplete.manifest |
|
431 @BINPATH@/components/nsPlacesAutoComplete.js |
|
432 @BINPATH@/components/UnifiedComplete.manifest |
|
433 @BINPATH@/components/UnifiedComplete.js |
|
434 @BINPATH@/components/nsPlacesExpiration.js |
|
435 @BINPATH@/browser/components/PlacesProtocolHandler.js |
|
436 @BINPATH@/components/PlacesCategoriesStarter.js |
|
437 @BINPATH@/components/ColorAnalyzer.js |
|
438 @BINPATH@/components/PageThumbsProtocol.js |
|
439 @BINPATH@/components/nsDefaultCLH.manifest |
|
440 @BINPATH@/components/nsDefaultCLH.js |
|
441 @BINPATH@/components/nsContentPrefService.manifest |
|
442 @BINPATH@/components/nsContentPrefService.js |
|
443 @BINPATH@/components/nsContentDispatchChooser.manifest |
|
444 @BINPATH@/components/nsContentDispatchChooser.js |
|
445 @BINPATH@/components/nsHandlerService.manifest |
|
446 @BINPATH@/components/nsHandlerService.js |
|
447 @BINPATH@/components/nsWebHandlerApp.manifest |
|
448 @BINPATH@/components/nsWebHandlerApp.js |
|
449 @BINPATH@/components/satchel.manifest |
|
450 @BINPATH@/components/nsFormAutoComplete.js |
|
451 @BINPATH@/components/nsFormHistory.js |
|
452 @BINPATH@/components/FormHistoryStartup.js |
|
453 @BINPATH@/components/nsInputListAutoComplete.js |
|
454 @BINPATH@/components/contentSecurityPolicy.manifest |
|
455 @BINPATH@/components/contentSecurityPolicy.js |
|
456 @BINPATH@/components/contentAreaDropListener.manifest |
|
457 @BINPATH@/components/contentAreaDropListener.js |
|
458 @BINPATH@/browser/components/BrowserProfileMigrators.manifest |
|
459 @BINPATH@/browser/components/ProfileMigrator.js |
|
460 @BINPATH@/browser/components/ChromeProfileMigrator.js |
|
461 @BINPATH@/browser/components/FirefoxProfileMigrator.js |
|
462 #ifdef XP_WIN |
|
463 @BINPATH@/browser/components/IEProfileMigrator.js |
|
464 @BINPATH@/browser/components/SafariProfileMigrator.js |
|
465 #endif |
|
466 #ifdef XP_MACOSX |
|
467 @BINPATH@/browser/components/SafariProfileMigrator.js |
|
468 #endif |
|
469 #ifdef MOZ_ENABLE_DBUS |
|
470 @BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ |
|
471 #endif |
|
472 #ifdef MOZ_ENABLE_GNOME_COMPONENT |
|
473 @BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ |
|
474 #endif |
|
475 #ifdef MOZ_ENABLE_GNOMEVFS |
|
476 @BINPATH@/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ |
|
477 #endif |
|
478 #if defined(MOZ_ENABLE_DBUS) || defined(MOZ_ENABLE_GNOME_COMPONENT) || defined(MOZ_ENABLE_GNOMEVFS) |
|
479 @BINPATH@/components/components.manifest |
|
480 #endif |
|
481 @BINPATH@/components/nsINIProcessor.manifest |
|
482 @BINPATH@/components/nsINIProcessor.js |
|
483 @BINPATH@/components/nsPrompter.manifest |
|
484 @BINPATH@/components/nsPrompter.js |
|
485 #ifdef MOZ_DATA_REPORTING |
|
486 @BINPATH@/components/DataReporting.manifest |
|
487 @BINPATH@/components/DataReportingService.js |
|
488 #endif |
|
489 #ifdef MOZ_SERVICES_HEALTHREPORT |
|
490 @BINPATH@/components/HealthReportComponents.manifest |
|
491 #endif |
|
492 #ifdef MOZ_SERVICES_SYNC |
|
493 @BINPATH@/components/SyncComponents.manifest |
|
494 @BINPATH@/components/Weave.js |
|
495 #endif |
|
496 #ifdef MOZ_CAPTIVEDETECT |
|
497 @BINPATH@/components/CaptivePortalDetectComponents.manifest |
|
498 @BINPATH@/components/captivedetect.js |
|
499 #endif |
|
500 @BINPATH@/components/servicesComponents.manifest |
|
501 @BINPATH@/components/cryptoComponents.manifest |
|
502 @BINPATH@/components/TelemetryStartup.js |
|
503 @BINPATH@/components/TelemetryStartup.manifest |
|
504 @BINPATH@/components/messageWakeupService.js |
|
505 @BINPATH@/components/messageWakeupService.manifest |
|
506 @BINPATH@/components/SettingsManager.js |
|
507 @BINPATH@/components/SettingsManager.manifest |
|
508 @BINPATH@/components/Webapps.js |
|
509 @BINPATH@/components/Webapps.manifest |
|
510 @BINPATH@/components/AppsService.js |
|
511 @BINPATH@/components/AppsService.manifest |
|
512 @BINPATH@/components/nsDOMIdentity.js |
|
513 @BINPATH@/components/nsIDService.js |
|
514 @BINPATH@/components/Identity.manifest |
|
515 @BINPATH@/components/recording-cmdline.js |
|
516 @BINPATH@/components/recording-cmdline.manifest |
|
517 |
|
518 @BINPATH@/components/PermissionSettings.js |
|
519 @BINPATH@/components/PermissionSettings.manifest |
|
520 @BINPATH@/components/ContactManager.js |
|
521 @BINPATH@/components/ContactManager.manifest |
|
522 @BINPATH@/components/PhoneNumberService.js |
|
523 @BINPATH@/components/PhoneNumberService.manifest |
|
524 @BINPATH@/components/NotificationStorage.js |
|
525 @BINPATH@/components/NotificationStorage.manifest |
|
526 @BINPATH@/components/AlarmsManager.js |
|
527 @BINPATH@/components/AlarmsManager.manifest |
|
528 @BINPATH@/components/Push.js |
|
529 @BINPATH@/components/Push.manifest |
|
530 @BINPATH@/components/PushServiceLauncher.js |
|
531 |
|
532 #ifndef RELEASE_BUILD |
|
533 @BINPATH@/components/InterAppComm.manifest |
|
534 @BINPATH@/components/InterAppCommService.js |
|
535 @BINPATH@/components/InterAppConnection.js |
|
536 @BINPATH@/components/InterAppMessagePort.js |
|
537 #endif |
|
538 |
|
539 @BINPATH@/components/TCPSocket.js |
|
540 @BINPATH@/components/TCPServerSocket.js |
|
541 @BINPATH@/components/TCPSocketParentIntermediary.js |
|
542 @BINPATH@/components/TCPSocket.manifest |
|
543 |
|
544 #ifdef MOZ_ACTIVITIES |
|
545 @BINPATH@/components/SystemMessageInternal.js |
|
546 @BINPATH@/components/SystemMessageManager.js |
|
547 @BINPATH@/components/SystemMessageManager.manifest |
|
548 |
|
549 @BINPATH@/components/Activities.manifest |
|
550 @BINPATH@/components/ActivityProxy.js |
|
551 @BINPATH@/components/ActivityRequestHandler.js |
|
552 @BINPATH@/components/ActivityWrapper.js |
|
553 @BINPATH@/components/ActivityMessageConfigurator.js |
|
554 #endif |
|
555 |
|
556 @BINPATH@/components/Payment.js |
|
557 @BINPATH@/components/PaymentFlowInfo.js |
|
558 @BINPATH@/components/Payment.manifest |
|
559 |
|
560 #ifdef MOZ_WEBRTC |
|
561 @BINPATH@/components/PeerConnection.js |
|
562 @BINPATH@/components/PeerConnection.manifest |
|
563 #endif |
|
564 |
|
565 @BINPATH@/chrome/marionette@JAREXT@ |
|
566 @BINPATH@/chrome/marionette.manifest |
|
567 @BINPATH@/components/MarionetteComponents.manifest |
|
568 @BINPATH@/components/marionettecomponent.js |
|
569 |
|
570 #ifdef MOZ_WEBSPEECH |
|
571 @BINPATH@/components/dom_webspeechsynth.xpt |
|
572 #endif |
|
573 |
|
574 ; InputMethod API |
|
575 @BINPATH@/components/MozKeyboard.js |
|
576 @BINPATH@/components/InputMethod.manifest |
|
577 |
|
578 #ifdef MOZ_DEBUG |
|
579 @BINPATH@/components/TestInterfaceJS.js |
|
580 @BINPATH@/components/TestInterfaceJS.manifest |
|
581 #endif |
|
582 |
|
583 ; Modules |
|
584 @BINPATH@/browser/modules/* |
|
585 @BINPATH@/modules/* |
|
586 |
|
587 ; Safe Browsing |
|
588 #ifdef MOZ_URL_CLASSIFIER |
|
589 @BINPATH@/components/nsURLClassifier.manifest |
|
590 @BINPATH@/components/nsUrlClassifierHashCompleter.js |
|
591 @BINPATH@/components/nsUrlClassifierListManager.js |
|
592 @BINPATH@/components/nsUrlClassifierLib.js |
|
593 @BINPATH@/components/url-classifier.xpt |
|
594 #endif |
|
595 |
|
596 ; ANGLE GLES-on-D3D rendering library |
|
597 #ifdef MOZ_ANGLE_RENDERER |
|
598 @BINPATH@/libEGL.dll |
|
599 @BINPATH@/libGLESv2.dll |
|
600 #ifdef MOZ_D3DCOMPILER_DLL_PATH |
|
601 @BINPATH@/@MOZ_D3DCOMPILER_DLL@ |
|
602 #endif |
|
603 #endif |
|
604 |
|
605 ; [Browser Chrome Files] |
|
606 @BINPATH@/browser/chrome.manifest |
|
607 @BINPATH@/browser/chrome/browser@JAREXT@ |
|
608 @BINPATH@/browser/chrome/browser.manifest |
|
609 @BINPATH@/browser/chrome/pdfjs.manifest |
|
610 @BINPATH@/browser/chrome/pdfjs/* |
|
611 #ifdef NIGHTLY_BUILD |
|
612 @BINPATH@/browser/chrome/shumway.manifest |
|
613 @BINPATH@/browser/chrome/shumway/* |
|
614 #endif |
|
615 @BINPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf |
|
616 @BINPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png |
|
617 @BINPATH@/chrome/toolkit@JAREXT@ |
|
618 @BINPATH@/chrome/toolkit.manifest |
|
619 @BINPATH@/chrome/recording.manifest |
|
620 @BINPATH@/chrome/recording/* |
|
621 #ifdef MOZ_GTK |
|
622 @BINPATH@/browser/chrome/icons/default/default16.png |
|
623 @BINPATH@/browser/chrome/icons/default/default32.png |
|
624 @BINPATH@/browser/chrome/icons/default/default48.png |
|
625 #endif |
|
626 |
|
627 ; shell icons |
|
628 #ifdef XP_UNIX |
|
629 #ifndef XP_MACOSX |
|
630 ; shell icons |
|
631 @BINPATH@/browser/icons/*.png |
|
632 #ifdef MOZ_UPDATER |
|
633 ; updater icon |
|
634 @BINPATH@/icons/updater.png |
|
635 #endif |
|
636 #endif |
|
637 #endif |
|
638 |
|
639 ; [Default Preferences] |
|
640 ; All the pref files must be part of base to prevent migration bugs |
|
641 @BINPATH@/browser/@PREF_DIR@/firefox.js |
|
642 @BINPATH@/browser/@PREF_DIR@/firefox-branding.js |
|
643 @BINPATH@/greprefs.js |
|
644 @BINPATH@/defaults/autoconfig/platform.js |
|
645 @BINPATH@/defaults/autoconfig/prefcalls.js |
|
646 @BINPATH@/browser/defaults/profile/prefs.js |
|
647 @BINPATH@/browser/@PREF_DIR@/000-tor-browser.js |
|
648 |
|
649 #ifndef LIBXUL_SDK |
|
650 ; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325) |
|
651 ; Technically this is an app pref file, but we are keeping it in the original |
|
652 ; gre location for now. |
|
653 @BINPATH@/defaults/pref/channel-prefs.js |
|
654 #else |
|
655 ; For Fx-on-xr, channel-prefs lives with the app preferences. (Bug 762588) |
|
656 @BINPATH@/@PREF_DIR@/channel-prefs.js |
|
657 #endif |
|
658 |
|
659 ; Services (gre) prefs |
|
660 #ifdef MOZ_SERVICES_NOTIFICATIONS |
|
661 @BINPATH@/defaults/pref/services-notifications.js |
|
662 #endif |
|
663 #ifdef MOZ_SERVICES_SYNC |
|
664 @BINPATH@/defaults/pref/services-sync.js |
|
665 #endif |
|
666 |
|
667 ; [Layout Engine Resources] |
|
668 ; Style Sheets, Graphics and other Resources used by the layout engine. |
|
669 @BINPATH@/res/EditorOverride.css |
|
670 @BINPATH@/res/contenteditable.css |
|
671 @BINPATH@/res/designmode.css |
|
672 @BINPATH@/res/ImageDocument.css |
|
673 @BINPATH@/res/TopLevelImageDocument.css |
|
674 @BINPATH@/res/TopLevelVideoDocument.css |
|
675 @BINPATH@/res/table-add-column-after-active.gif |
|
676 @BINPATH@/res/table-add-column-after-hover.gif |
|
677 @BINPATH@/res/table-add-column-after.gif |
|
678 @BINPATH@/res/table-add-column-before-active.gif |
|
679 @BINPATH@/res/table-add-column-before-hover.gif |
|
680 @BINPATH@/res/table-add-column-before.gif |
|
681 @BINPATH@/res/table-add-row-after-active.gif |
|
682 @BINPATH@/res/table-add-row-after-hover.gif |
|
683 @BINPATH@/res/table-add-row-after.gif |
|
684 @BINPATH@/res/table-add-row-before-active.gif |
|
685 @BINPATH@/res/table-add-row-before-hover.gif |
|
686 @BINPATH@/res/table-add-row-before.gif |
|
687 @BINPATH@/res/table-remove-column-active.gif |
|
688 @BINPATH@/res/table-remove-column-hover.gif |
|
689 @BINPATH@/res/table-remove-column.gif |
|
690 @BINPATH@/res/table-remove-row-active.gif |
|
691 @BINPATH@/res/table-remove-row-hover.gif |
|
692 @BINPATH@/res/table-remove-row.gif |
|
693 @BINPATH@/res/grabber.gif |
|
694 #ifdef XP_MACOSX |
|
695 @BINPATH@/res/cursors/* |
|
696 #endif |
|
697 @BINPATH@/res/fonts/* |
|
698 @BINPATH@/res/dtd/* |
|
699 @BINPATH@/res/html/* |
|
700 @BINPATH@/res/langGroups.properties |
|
701 @BINPATH@/res/language.properties |
|
702 @BINPATH@/res/entityTables/* |
|
703 #ifdef XP_MACOSX |
|
704 @BINPATH@/res/MainMenu.nib/ |
|
705 #endif |
|
706 |
|
707 ; svg |
|
708 @BINPATH@/res/svg.css |
|
709 @BINPATH@/components/dom_svg.xpt |
|
710 @BINPATH@/components/dom_smil.xpt |
|
711 |
|
712 ; [Personal Security Manager] |
|
713 ; |
|
714 ; NSS libraries are signed in the staging directory, |
|
715 ; meaning their .chk files are created there directly. |
|
716 ; |
|
717 #ifndef MOZ_NATIVE_NSS |
|
718 @BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@ |
|
719 @BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@ |
|
720 @BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ |
|
721 #ifndef NSS_DISABLE_DBM |
|
722 @BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ |
|
723 #endif |
|
724 #ifndef MOZ_FOLD_LIBS |
|
725 @BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@ |
|
726 @BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@ |
|
727 @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@ |
|
728 #endif |
|
729 @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@ |
|
730 #endif |
|
731 @BINPATH@/chrome/pippki@JAREXT@ |
|
732 @BINPATH@/chrome/pippki.manifest |
|
733 @BINPATH@/components/pipboot.xpt |
|
734 @BINPATH@/components/pipnss.xpt |
|
735 @BINPATH@/components/pippki.xpt |
|
736 |
|
737 ; For content sandboxing |
|
738 #if defined(XP_WIN) && defined(MOZ_CONTENT_SANDBOX) |
|
739 @BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@ |
|
740 #endif |
|
741 |
|
742 ; for Solaris SPARC |
|
743 #ifdef SOLARIS |
|
744 bin/libfreebl_32fpu_3.so |
|
745 bin/libfreebl_32int_3.so |
|
746 bin/libfreebl_32int64_3.so |
|
747 #endif |
|
748 |
|
749 ; [Updater] |
|
750 ; |
|
751 #ifdef MOZ_UPDATER |
|
752 #ifdef XP_MACOSX |
|
753 @BINPATH@/updater.app/ |
|
754 #else |
|
755 @BINPATH@/updater@BIN_SUFFIX@ |
|
756 #endif |
|
757 #endif |
|
758 |
|
759 ; [MaintenanceService] |
|
760 ; |
|
761 #ifdef MOZ_MAINTENANCE_SERVICE |
|
762 @BINPATH@/maintenanceservice.exe |
|
763 @BINPATH@/maintenanceservice_installer.exe |
|
764 #endif |
|
765 |
|
766 ; [Crash Reporter] |
|
767 ; |
|
768 #ifdef MOZ_CRASHREPORTER |
|
769 @BINPATH@/components/CrashService.manifest |
|
770 @BINPATH@/components/CrashService.js |
|
771 #ifdef XP_MACOSX |
|
772 @BINPATH@/crashreporter.app/ |
|
773 #else |
|
774 @BINPATH@/crashreporter@BIN_SUFFIX@ |
|
775 @BINPATH@/crashreporter.ini |
|
776 #ifdef XP_UNIX |
|
777 @BINPATH@/Throbber-small.gif |
|
778 #endif |
|
779 #endif |
|
780 @BINPATH@/browser/crashreporter-override.ini |
|
781 #ifdef MOZ_CRASHREPORTER_INJECTOR |
|
782 @BINPATH@/breakpadinjector.dll |
|
783 #endif |
|
784 #endif |
|
785 |
|
786 #ifdef MOZ_WEBAPP_RUNTIME |
|
787 [WebappRuntime] |
|
788 #ifdef XP_WIN |
|
789 @BINPATH@/webapp-uninstaller@BIN_SUFFIX@ |
|
790 #endif |
|
791 @BINPATH@/webapprt-stub@BIN_SUFFIX@ |
|
792 @BINPATH@/webapprt/webapprt.ini |
|
793 @BINPATH@/webapprt/chrome.manifest |
|
794 @BINPATH@/webapprt/chrome/webapprt@JAREXT@ |
|
795 @BINPATH@/webapprt/chrome/webapprt.manifest |
|
796 @BINPATH@/webapprt/chrome/@AB_CD@@JAREXT@ |
|
797 @BINPATH@/webapprt/chrome/@AB_CD@.manifest |
|
798 @BINPATH@/webapprt/components/CommandLineHandler.js |
|
799 @BINPATH@/webapprt/components/ContentPermission.js |
|
800 @BINPATH@/webapprt/components/DirectoryProvider.js |
|
801 @BINPATH@/webapprt/components/PaymentUIGlue.js |
|
802 @BINPATH@/webapprt/components/components.manifest |
|
803 @BINPATH@/webapprt/defaults/preferences/prefs.js |
|
804 @BINPATH@/webapprt/modules/Startup.jsm |
|
805 @BINPATH@/webapprt/modules/WebappRT.jsm |
|
806 @BINPATH@/webapprt/modules/WebappManager.jsm |
|
807 @BINPATH@/webapprt/modules/RemoteDebugger.jsm |
|
808 @BINPATH@/webapprt/modules/WebRTCHandler.jsm |
|
809 #endif |
|
810 |
|
811 #ifdef MOZ_METRO |
|
812 @BINPATH@/components/MetroUIUtils.js |
|
813 @BINPATH@/components/MetroUIUtils.manifest |
|
814 [metro] |
|
815 ; gre resources |
|
816 @BINPATH@/CommandExecuteHandler@BIN_SUFFIX@ |
|
817 @BINPATH@/resources.pri |
|
818 @BINPATH@/VisualElementsManifest.xml |
|
819 @BINPATH@/tileresources |
|
820 ; app dir resources |
|
821 @BINPATH@/metro/chrome.manifest |
|
822 @BINPATH@/metro/searchplugins |
|
823 @BINPATH@/metro/metroapp.ini |
|
824 @BINPATH@/metro/chrome/browser@JAREXT@ |
|
825 @BINPATH@/metro/chrome/browser.manifest |
|
826 @BINPATH@/metro/chrome/chrome@JAREXT@ |
|
827 @BINPATH@/metro/chrome/chrome.manifest |
|
828 @BINPATH@/metro/chrome/@AB_CD@@JAREXT@ |
|
829 @BINPATH@/metro/chrome/@AB_CD@.manifest |
|
830 #ifdef NIGHTLY_BUILD |
|
831 @BINPATH@/metro/chrome/shumway.manifest |
|
832 @BINPATH@/metro/chrome/shumway/* |
|
833 @BINPATH@/metro/chrome/pdfjs.manifest |
|
834 @BINPATH@/metro/chrome/pdfjs/* |
|
835 #endif |
|
836 @BINPATH@/metro/components |
|
837 @BINPATH@/metro/defaults |
|
838 @BINPATH@/metro/modules |
|
839 #endif |
|
840 |
|
841 @BINPATH@/components/DataStore.manifest |
|
842 @BINPATH@/components/DataStoreService.js |
|
843 @BINPATH@/components/dom_datastore.xpt |
|
844 |
|
845 |
|
846 #ifdef MOZ_ASAN |
|
847 #ifdef CLANG_CXX |
|
848 @BINPATH@/llvm-symbolizer |
|
849 #endif |
|
850 #endif |