Files
tubestation/browser/components/downloads/test/unit/xpcshell.ini
Marco Bonardo be1ca5c872 Bug 1824117 - Use a custom content prefs group parser in DownloadLastDir. r=Gijs
Make all file: URIs point to the same destination folder.
Make data: URIs point to a destination folder per mime-type. If a mime-type is
not provided it defaults to text/plain, per the data URI spec.
Introduce a migration path in content prefs to remove existing data and file
URIs, users will have to set them again though current ones are not particularly
useful.
Make getFileAsync an async function to simplify the code.

Differential Revision: https://phabricator.services.mozilla.com/D173472
2023-04-14 16:15:59 +00:00

10 lines
244 B
INI

[DEFAULT]
head = head.js
firefox-appdir = browser
skip-if = toolkit == 'android' # bug 1730213
[test_DownloadLastDir_basics.js]
[test_DownloadsCommon_getMimeInfo.js]
[test_DownloadsCommon_isFileOfType.js]
[test_DownloadsViewableInternally.js]