gecko-dev/uriloader/exthandler/win
Toshihito Kikuchi ff780f7c65 Bug 1615370 - Add fallback to ShellExecuteExW in nsMIMEInfoWin. r=aklotz
If a system uses a custom shell instead of Windows Explorer,
`ShellExecuteByExplorer` always fails because it relies on explorer.exe,
but `ShellExecute` stil works because it's in-proc implementation.

We added a fallback for a local file to address Bug 1602726.  This patch adds
a fallback for a uri.

Differential Revision: https://phabricator.services.mozilla.com/D63095

--HG--
extra : moz-landing-system : lando
2020-03-07 21:43:49 +00:00
..
nsMIMEInfoWin.cpp Bug 1615370 - Add fallback to ShellExecuteExW in nsMIMEInfoWin. r=aklotz 2020-03-07 21:43:49 +00:00
nsMIMEInfoWin.h Bug 1602726 - Fall back to ShellExecuteEx if ShellExecuteByExplorer fails. r=aklotz 2020-01-08 16:41:03 +00:00
nsOSHelperAppService.cpp Bug 1609466 - offer 'open with' options even when Windows is clueless about the mimetype, r=bzbarsky 2020-01-16 17:41:25 +00:00
nsOSHelperAppService.h Bug 1496380 - stop recursion via the external protocol handler if Firefox is either the default OS handler or a configured external handler, r=mossop 2019-11-26 18:51:04 +00:00