Loading
Bug 1763848 - Use IPC remoting for MIME type information on all platforms. r=haik
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