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:
Geoff Lankow 2024-10-23 23:31:15 +00:00
Родитель bd1ad8d7c6
Коммит 885cb4552a
5 изменённых файлов: 1 добавлений и 14 удалений

Просмотреть файл

@ -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"