зеркало из https://github.com/mozilla/gecko-dev.git
09e98f7a10
When the launcher process is enabled, we run `RestoreImportDirectory` twice as below. This patch removes the 1st one. 1st call: xul!mozilla::SandboxBroker::LaunchApp --> xul!mozilla::RestoreImportDirectory 2nd call: xul!mozilla::SandboxBroker::LaunchApp --> firefox!mozilla::InitializeDllBlocklistOOP --> firefox!mozilla::InitializeDllBlocklistOOPInternal --> firefox!mozilla::RestoreImportDirectory To handle the case where the launcher process is disabled, we need to call `RestoreImportDirectory` from `InitializeDllBlocklistOOP` if the browser process is not bootstrapped. Differential Revision: https://phabricator.services.mozilla.com/D62853 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
apps | ||
certverifier | ||
ct | ||
mac/hardenedruntime | ||
manager | ||
nss | ||
sandbox | ||
.eslintrc.js | ||
generate_certdata.py | ||
generate_mapfile.py | ||
moz.build | ||
nss.symbols |