mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
7477529f2d
This addresses test perma-failures on our linux infrastructure caused by switching some existing tests to do checks with webp files. The perma-failures happen because the infra machines can't find an OS default app to open webp files, and the pre-patch code forcibly moves the selected item in the 'what do you want to do with this file' dialog from 'open in Firefox' to 'Save'. But we don't actually need to do that - this code was written when only the 'Open' and 'Save' option were available. Now that 'open in Firefox' is selected, that option can stay selected (though we should still move the selection of the 'Open' dropdown, ie 'openHandler' in the code, away from the 'OS default' item, hence why we're leaving that code as-is). Depends on D138321 Differential Revision: https://phabricator.services.mozilla.com/D138641 |
||
---|---|---|
.. | ||
actors | ||
components | ||
content | ||
crashreporter | ||
docs | ||
library | ||
locales | ||
modules | ||
mozapps | ||
profile | ||
system | ||
themes | ||
xre | ||
.eslintrc.js | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure | ||
toolkit.mozbuild |