Add an indicator for blocked downloads.
Categories
(Core :: DOM: Security, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: sstreich, Assigned: sstreich)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
In case we locally decide a download to be insecure/unwanted we should show an an indicator similar to the "potentially malware" download alert and let the user choose how to proceed
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1b7eb33c8ec9 Pass Blocked Downloads to the DownloadsUI r=ckerschb,Gijs
Comment 3•3 years ago
|
||
Backed out for bc failure on browser_test_mixed_content_download.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/269b14751fb00398e6f6ca0d0b48904b0739dd7f
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313444104&repo=autoland&lineNumber=15806
Comment 4•3 years ago
|
||
Please also check:
- Xpcshell failure on /test_DownloadLegacy.js -> https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313444616&repo=autoland&lineNumber=3313
- BC failure on browser_indicatorDrop.js -> https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313444727&repo=autoland&lineNumber=3196
- BC failure on browser_contentAltClick.js -> https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313444734&repo=autoland&lineNumber=2847
- BC failure on browser_firstPartyIsolation_saveAs.js -> https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313444728&repo=autoland&lineNumber=4704
Assignee | ||
Comment 5•3 years ago
|
||
Updated the patch :)
the mentioned tests are now green.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a2e2a3ea1e1b6e59e4d0c333d07581eac307a312
Pushed by csabou@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/388c153da388 Pass Blocked Downloads to the DownloadsUI r=ckerschb,Gijs
Comment 7•3 years ago
|
||
Backed out for causing default process leaks.
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=313471476&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/8e4a5d5847d670aa3efb7b081aa23fb60deb21d6
Assignee | ||
Comment 8•3 years ago
|
||
Sorry! Found the cause of the leak and fixed it.
Try is green now - https://treeherder.mozilla.org/#/jobs?repo=try&revision=451fd2dfd6499709aff9d51cd6c1e09b4caaa005
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4475d1e0186a Pass Blocked Downloads to the DownloadsUI r=ckerschb,Gijs
Comment 10•3 years ago
|
||
bugherder |
Comment 11•3 years ago
|
||
Pushed by geoff@darktrojan.net: https://hg.mozilla.org/comm-central/rev/4f32e30ca400 Port bug 1656296 - New argument to nsITransfer::Init. rs=bustage-fix
Comment 12•3 years ago
|
||
"save link as..." in the context menu doesn't seem covered by this, is there a bug for that? Nothing happens, not even a message in the console.
Description
•