Comment 28 for bug 65164

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 65164] Re: MASTER Firefox 2 can't save to fat32/ntfs partitions (e.g. usb memory stick) - results in empty file

On Wed, Apr 25, 2007 at 06:34:21AM -0000, getaceres wrote:
> I tried commenting
>
> if (aLocalFile.isExecutable() && !this.mLauncher.targetFile.isExecutable()) {
> var f = aLocalFile.clone();
> aLocalFile.leafName = aLocalFile.leafName + "." + this.mLauncher.MIMEInfo.primaryExtension;
>
> f.remove(false);
> this.makeFileUnique(aLocalFile);
> }
>
> and it works. Now I can download files to my FAT32 partition but I don't
> know what side-effects this could have
>

If you want to help, please make it platform dependent, e.g. by
surrending it with

#ifndef XP_UNIX
...
#endif

and attach the diff so i can include this and push this to vanilla fox
as well.

Thanks,

 - Alexander