fune/browser/app/winlauncher
Greg Stoll 68a7a843d8 Bug 1828143 - allow multiple blocklist entries for the same DLL name r=handyman
I did a little bit of refactoring in the mozglue blocklist to make this change cleaner.

The [existing gtests/cppunittests pass](https://treeherder.mozilla.org/jobs?repo=try&revision=a2a946b3d4773d93b90b32eb80308460061458a7), and I also ran the TestDllBlocklist* gtests against the mozglue blocklist by messing with registry entries to disable the launcher process. These tests pass, except for the few that always fail. (for example, TestDllBlocklist_UserBlocked)

Differential Revision: https://phabricator.services.mozilla.com/D175575
2023-04-21 18:35:42 +00:00
..
freestanding Bug 1828143 - allow multiple blocklist entries for the same DLL name r=handyman 2023-04-21 18:35:42 +00:00
test Bug 1744362 - Part 12: fix build and some tests r=handyman 2022-12-30 20:10:06 +00:00
DllBlocklistInit.cpp Bug 1828382 - Make browser/app/winlauncher/freestanding buildable outside of a unified build environment r=andi 2023-04-18 13:43:19 +00:00
DllBlocklistInit.h Bug 1804023 - Part 1: make blocklisting initialization take process type instead of a series of booleans r=gsvelto 2023-01-20 19:21:39 +00:00
ErrorHandler.cpp Bug 1784812 - Make all JSONWriteFunc-derived classes and their overriden methods final - r=canaltinova 2022-08-17 07:07:54 +00:00
ErrorHandler.h
LauncherProcessWin.cpp Bug 1828382 - Make browser/app/winlauncher/freestanding buildable outside of a unified build environment r=andi 2023-04-18 13:43:19 +00:00
LauncherProcessWin.h Bug 1733821 - [8/9] Write deelevation-status enum into the launched parent process r=mhowell 2022-08-02 21:02:05 +00:00
LaunchUnelevated.cpp Bug 1828382 - Make browser/app/winlauncher/freestanding buildable outside of a unified build environment r=andi 2023-04-18 13:43:19 +00:00
LaunchUnelevated.h
moz.build Bug 1828382 - Make browser/app/winlauncher/freestanding buildable outside of a unified build environment r=andi 2023-04-18 13:43:19 +00:00
NtLoaderAPI.cpp Bug 1744362 - Part 5: Access the shared section through DllServices r=handyman 2022-12-30 20:10:03 +00:00
ProcThreadAttributes.h
SameBinary.h