gecko-dev/uriloader
Jed Davis a051b1b2bc 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
2022-05-20 00:02:45 +00:00
..
base Bug 1749525 - Download fails because it doesn't contain an auth header. r=Gijs,freddyb 2022-05-06 11:56:52 +00:00
docs
exthandler Bug 1763848 - Use IPC remoting for MIME type information on all platforms. r=haik 2022-05-20 00:02:45 +00:00
prefetch
preload Bug 1742437 - re-scope all generic module/script loader files under js/loader; r=jonco 2022-02-21 15:39:09 +00:00
moz.build