Bug 1926725 - Port bug 1917685: Merge minidump-analyzer into crashreporter. r=aleca
Port of https://hg.mozilla.org/mozilla-central/rev/49db209142938fd31efff9bca15d9b88fdfa74d1 Differential Revision: https://phabricator.services.mozilla.com/D226718 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
bd1ad8d7c6
Коммит
885cb4552a
|
@ -2,8 +2,7 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!--
|
||||
Entitlements to apply to non-browser executables such as updater,
|
||||
pingsender, minidump-analyzer, and crashreporter during codesigning of
|
||||
developer builds.
|
||||
pingsender, and crashreporter during codesigning of developer builds.
|
||||
-->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
#filter substitution
|
||||
/*.app/***
|
||||
/certutil
|
||||
#if defined(MOZ_CRASHREPORTER)
|
||||
/minidump-analyzer
|
||||
#endif
|
||||
/pingsender
|
||||
/pk12util
|
||||
/rnp-cli
|
||||
|
|
|
@ -477,12 +477,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
; [ minidump-analyzer ]
|
||||
;
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
@BINPATH@/minidump-analyzer@BIN_SUFFIX@
|
||||
#endif
|
||||
|
||||
; [ Ping Sender ]
|
||||
;
|
||||
@BINPATH@/pingsender@BIN_SUFFIX@
|
||||
|
|
|
@ -1354,7 +1354,6 @@
|
|||
Push "mozsqlite3.dll"
|
||||
Push "xpcom.dll"
|
||||
Push "crashreporter.exe"
|
||||
Push "minidump-analyzer.exe"
|
||||
Push "pingsender.exe"
|
||||
Push "updater.exe"
|
||||
Push "mozwer.dll"
|
||||
|
|
|
@ -382,7 +382,6 @@ mac-signing:
|
|||
- "/Contents/Library/Spotlight/thunderbird.mdimporter"
|
||||
- "/Contents/MacOS/XUL"
|
||||
- "/Contents/MacOS/pingsender"
|
||||
- "/Contents/MacOS/minidump-analyzer"
|
||||
- "/Contents/MacOS/*.dylib"
|
||||
- "/Contents/MacOS/rnp-cli"
|
||||
- "/Contents/MacOS/rnpkeys"
|
||||
|
@ -421,7 +420,6 @@ mac-signing:
|
|||
- "/Contents/Library/LaunchServices/org.mozilla.updater"
|
||||
- "/Contents/Library/Spotlight/thunderbird.mdimporter"
|
||||
- "/Contents/MacOS/pingsender"
|
||||
- "/Contents/MacOS/minidump-analyzer"
|
||||
- "/Contents/MacOS/rnp-cli"
|
||||
- "/Contents/MacOS/rnpkeys"
|
||||
- "/Contents/Frameworks/ChannelPrefs.framework"
|
||||
|
|
Загрузка…
Ссылка в новой задаче