mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
a051b1b2bc
The component that handles MIME type information will consult whatever the OS uses as a registry of file types / applications; in the past this caused problems for sandboxing on macOS and then Windows, so IPC was used to remote those queries to the parent process. We've also been having similar problems on Linux, and none of the infrastructure here seems to be OS-specific; therefore I've removed the `#ifdef` so that we always use IPC. Differential Revision: https://phabricator.services.mozilla.com/D145823 |
||
---|---|---|
.. | ||
base | ||
docs | ||
exthandler | ||
prefetch | ||
preload | ||
moz.build |