Bug 1806775 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

So the exact path we pick is downloadsCmd_show that calls into lazy.DownloadsCommon.showDownloadedFile(file); that calls into file.reveal() that seems to silently fail, since I don't see an exception.
the nsIFile path is a long path `\\?\D:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\100000000.bin`
So the exact path we pick is downloadsCmd_show that calls into lazy.DownloadsCommon.showDownloadedFile(file); that calls into file.reveal() that seems to silently fail, since I don't see an exception.
the nsIFile path is a long path `\\?\D:\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\100000000.bin` (that seems correct, the file is there)

Back to Bug 1806775 Comment 6