blob: a01e9a49ecac2134ab2d3b28f920fa564d88935f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
# Known duplicate files
# This file is ideally removed, but some existing files will be allowed exceptions
# See bug 1303184
#
# PLEASE DO NOT ADD MORE EXCEPTIONS TO THIS LIST
#
# updater on osx is bug 1311194
LaunchServices/org.mozilla.updater
updater.app/Contents/MacOS/org.mozilla.updater
plugin-container.app/Contents/PkgInfo
updater.app/Contents/PkgInfo
# Duplicated for XUL persistence, see PlacesUIUtils.jsm
browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml
browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml
# Duplicated on Linux by browser/branding/branding-common.mozbuild
#ifdef XP_LINUX
browser/chrome/browser/content/branding/icon16.png
browser/chrome/icons/default/default16.png
browser/chrome/browser/content/branding/icon32.png
browser/chrome/icons/default/default32.png
browser/chrome/browser/content/branding/icon48.png
browser/chrome/icons/default/default48.png
browser/chrome/browser/content/branding/icon64.png
browser/chrome/icons/default/default64.png
browser/chrome/browser/content/branding/icon128.png
browser/chrome/icons/default/default128.png
#endif
chrome.manifest
browser/chrome.manifest
crashreporter.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
crashreporter.app/Contents/Resources/English.lproj/MainMenuRTL.nib/classes.nib
# firefox/firefox-bin is bug 658850
@MOZ_APP_NAME@
@MOZ_APP_NAME@-bin
# Row and column icons are duplicated
res/table-remove-column-active.gif
res/table-remove-row-active.gif
res/table-remove-column-hover.gif
res/table-remove-row-hover.gif
res/table-remove-column.gif
res/table-remove-row.gif
res/multilocale.txt
update.locale
# Bug 1451016 - Nightly-only PaymentRequest & Form Autofill code sharing.
browser/features/formautofill@mozilla.org/chrome/content/editAddress.xhtml
browser/chrome/browser/res/payments/formautofill/editAddress.xhtml
browser/features/formautofill@mozilla.org/chrome/content/editCreditCard.xhtml
browser/chrome/browser/res/payments/formautofill/editCreditCard.xhtml
browser/features/formautofill@mozilla.org/chrome/content/autofillEditForms.js
browser/chrome/browser/res/payments/formautofill/autofillEditForms.js
# Bug 1451050 - Remote settings empty dumps (will be populated with data eventually)
browser/defaults/settings/pinning/pins.json
browser/defaults/settings/main/example.json
browser/defaults/settings/main/search-default-override-allowlist.json
browser/defaults/settings/main/url-classifier-skip-urls.json
#ifdef MOZ_EME_WIN32_ARTIFACT
gmp-clearkey/0.1/manifest.json
i686/gmp-clearkey/0.1/manifest.json
#endif
# Bug 1496075 - Switch searchplugins to Web Extensions
browser/chrome/browser/search-extensions/amazon/favicon.ico
browser/chrome/browser/search-extensions/amazondotcn/favicon.ico
browser/chrome/browser/search-extensions/amazondotcom/favicon.ico
browser/chrome/browser/search-extensions/mercadolibre/favicon.ico
browser/chrome/browser/search-extensions/mercadolivre/favicon.ico
browser/chrome/browser/search-extensions/qwant/favicon.ico
browser/chrome/browser/search-extensions/qwantjr/favicon.ico
# Bug 1606928 - There's no reliable way to connect Top Sites favicons with the favicons in the Search Service
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/bbc-uk.ico
browser/chrome/browser/search-extensions/bbc-alba/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/allegro-pl.ico
browser/chrome/browser/search-extensions/allegro-pl/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/amazon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/ebay.ico
browser/chrome/browser/search-extensions/ebay/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/twitter-com.ico
browser/chrome/browser/search-extensions/twitter/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/bing-com.ico
browser/chrome/browser/search-extensions/bing/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/duckduckgo-com.ico
browser/chrome/browser/search-extensions/ddg/favicon.ico
browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/google-com.ico
browser/chrome/browser/search-extensions/google/favicon.ico
|