[Bug 65164] Re: MASTER Firefox 2 can't save to fat32/ntfs partitions (e.g. usb memory stick) - results in empty file
Alexander Sack
asac at jwsdot.com
Wed Apr 25 08:12:37 UTC 2007
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
--
MASTER Firefox 2 can't save to fat32/ntfs partitions (e.g. usb memory stick) - results in empty file
https://bugs.launchpad.net/bugs/65164
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug contact for firefox in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list