gecko-dev/uriloader
Molly Howell 2a6b869a5a Bug 1738111 - Look up handler apps by file extension if one exists when enumerating handlers. r=Gijs,mtigley
We're getting false negatives when checking for handler apps (at least on
Windows) because we're not bringing file extensions in that process even when
we know at least one we could use, we're only looking up associations based on
MIME types. That isn't reliable on Windows, so this patch adds the first
extension that we have stored in the handlers database to the search
parameters, which makes us more likely to find a handler if one is registered.

Differential Revision: https://phabricator.services.mozilla.com/D130526
2021-11-10 20:38:22 +00:00
..
base Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
docs
exthandler Bug 1738111 - Look up handler apps by file extension if one exists when enumerating handlers. r=Gijs,mtigley 2021-11-10 20:38:22 +00:00
prefetch
preload Bug 1731564: Use motivated SpinEventLoopUntil inside uriloader/*. r=smaug 2021-10-07 08:06:15 +00:00
moz.build