Backed out changeset de3502ab8cb5 (bug 1847180) for causing gtest failures at AllExtensionsInTestList. CLOSED TREE

This commit is contained in:
Cosmin Sabou 2023-09-15 15:59:11 +03:00
Родитель cd0406091a
Коммит 336c64b380
3 изменённых файлов: 2 добавлений и 10 удалений

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

@ -181,8 +181,6 @@ const char* const ApplicationReputationService::kBinaryFileExtensions[] = {
".applescript",
//".application", exec // MS ClickOnce
//".appref-ms", exec // MS ClickOnce
//".appx", exec
//".appxbundle", exec
//".arc",
//".arj",
".as", // Mac archive
@ -336,8 +334,6 @@ const char* const ApplicationReputationService::kBinaryFileExtensions[] = {
//".msh2xml", exec // Windows shell
//".mshxml", exec // Windows
//".msi", exec // Windows installer
//".msix", exec
//".msixbundle", exec
//".msp", exec // Windows installer
//".mst", exec // Windows installer
".ndif", // Mac disk image

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

@ -42,8 +42,6 @@ const char* const sExecutableExts[] = {
".app", // executable application
".application", // from bug 348763
".appref-ms", // ClickOnce link
".appx",
".appxbundle",
".asp",
".atloc", // Appletalk Location
".bas",
@ -98,8 +96,6 @@ const char* const sExecutableExts[] = {
".msh2xml", // Microsoft Shell
".mshxml", // Microsoft Shell
".msi",
".msix",
".msixbundle",
".msp",
".mst",
".ops", // Office Profile Settings

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

@ -8,9 +8,9 @@
#define _NS_LOCAL_FILE_COMMON_H_
#ifdef MOZ_ESR
extern const char* const sExecutableExts[107];
extern const char* const sExecutableExts[103];
#else
extern const char* const sExecutableExts[108];
extern const char* const sExecutableExts[104];
#endif
#endif