Add test for checking whether or not we show the UnknownContentDialog for different file types
Categories
(Firefox :: Downloads Panel, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: mtigley, Assigned: ava8katushka)
References
Details
Attachments
(1 file)
We should add a test that ensures that when a user configures what Firefox does with certain file types, that action is respected. The following actions that can be:
- Save to disk: file is just being downloaded
- Handle internally: new tab is open with this file.
- Handle with default app: default system app is opened. This might be a bit difficult to test.
- Always ask: asking dialog is presented before file is being downloaded
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D117295
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out for bc failures on browser_open_download_preferences.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/b18eb9145f69b601d9e74bb64deefa478a47ecbf
Log link: https://treeherder.mozilla.org/logviewer?job_id=343696901&repo=autoland&lineNumber=2623
| Assignee | ||
Comment 4•4 years ago
|
||
The problem is there is no system default handler for pdf on windows32 machine. So added the check if having system default handler is the case.
Try push for this test: https://treeherder.mozilla.org/#/jobs?repo=try&revision=75c878a800309052be5461be35a5d8a9ecf6ebee
| Assignee | ||
Comment 5•4 years ago
|
||
Ups... didn't close the tab. New try to fix that: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e7fd9490a9ca53d664c03a668df965655d02838c
Comment 7•4 years ago
|
||
| bugherder | ||
Description
•