Wolfgang Rosenauer
|
717bd8d70c
|
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
--HG--
extra : rebase_source : 49d8fbe234bf447b87486ac4404a148d676e009c
|
2010-07-30 12:46:20 -07:00 |
|
Michael Wu
|
111382a66c
|
Bug 580434 - Use of readdir in nsLocalFileUnix not reliable when recursively deleting files on Android/Bionic. r=dougt
|
2010-07-28 18:12:34 -07:00 |
|
Josh Aas
|
c69a5826b5
|
Bug 581518: Make Mac OS X impl of nsLocalFile::SetPersistentDescriptor behave like it did previosly, supporting aliases. r=benwa
|
2010-07-25 23:49:28 -04:00 |
|
Josh Aas
|
4800a81166
|
Backed out changeset 45e3b4a37bad, that was intended for try server not m-c
|
2010-07-25 17:43:32 -04:00 |
|
Josh Aas
|
dc008d5ac7
|
old-persist1
|
2010-07-25 16:20:46 -04:00 |
|
Josh Aas
|
8470cb1a51
|
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
|
2010-07-21 23:25:24 -04:00 |
|
Josh Aas
|
5759fdff07
|
Backed out changeset f6c93f02146c, bug 571193.
|
2010-07-16 20:31:24 -04:00 |
|
Josh Aas
|
6a6d3c8ee5
|
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg CLOSED TREE
|
2010-07-16 18:35:59 -04:00 |
|
Ginn Chen
|
91bd938a72
|
Bug 571210 Fix GetDiskSpaceAvailable for Solaris r=roc
|
2010-06-23 17:32:17 +08:00 |
|
Brad Lassey
|
4346c1fc9c
|
bug 565138 - Implement extloader backend for Android r=vlad
|
2010-06-14 15:04:16 -04:00 |
|
Matt Brubeck
|
c171261a8f
|
Bug 571440 - Android build fails on new quota check from bug 520098 (nsLocalFileUnix.cpp), r=bsmedberg
|
2010-06-11 19:48:33 -07:00 |
|
Hanspeter Niederstrasser
|
f675bd2dc2
|
Bug 520098 - Darwin build fails on new quota check from bug 72892 (nsLocalFileUnix.cpp). r=bsmedberg
|
2009-10-01 18:07:00 -04:00 |
|
Michael Wu
|
f6b9e6e472
|
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
|
2010-06-01 12:02:42 -07:00 |
|
Ginn Chen
|
bbc617f0ad
|
Bug 542738 nsLocalFile::IsWritable/IsReadable/IsExecutable is wrong on Solaris r=dougt
|
2010-03-02 13:51:57 +08:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Benjamin Smedberg
|
3c188b80ba
|
Force rebuild of nsLocalFileUnix.cpp
--HG--
extra : rebase_source : 4bae544468e94d7d5bcbebe5d5de042c59b5b168
|
2009-10-01 11:23:54 -04:00 |
|
Martin Stránský
|
485d0bfba9
|
Bug 72892 - nsLocalFile::GetDiskSpaceAvaialble ignores quotas for unix, r=bsmedberg
--HG--
extra : rebase_source : 3bd5a75f7548a1ca45ff96676a752f23a2e9a13d
|
2009-09-30 14:26:10 -04:00 |
|
jhorak@redhat.com
|
0535295ab4
|
Bug 402892. Support gio as well as gnome-vfs. r=roc
|
2009-08-25 11:58:11 -07:00 |
|
Mark Finkle
|
bf922f33d2
|
Bug 500324: 'Open' button in download manager doesn't correctly launch the file in it's viewer, r=bsmedberg, blassey
|
2009-07-16 15:40:28 -04:00 |
|
Josh Aas
|
4b26557c2d
|
Use the same path comparison behavior for nsIFile::Equals on all platforms. b=491245 sr=bsmedberg
|
2009-07-08 11:26:07 -04:00 |
|
Josh Aas
|
b61ee76085
|
Optimize Mac OS X filesystem time methods. Clean up UNIX time methods wrt LL_ macro usage. b=489015 r=mstange sr=roc
|
2009-04-23 22:22:20 -04:00 |
|
Nils Maier
|
79baf946a3
|
Bug 389087 - nsILocalFileUnix affected by 32bit stat/statvfs/truncate, therefore does not work with large files; r+sr=benjamin
|
2009-04-16 14:09:21 +02:00 |
|
Peter Annema
|
af171a53a8
|
Bug 485328: nsLocalFileUnix::GetNativeTarget() is broken for symlinks and (dangling) symlinks. r=neil, sr=bsmedberg
|
2009-04-07 04:38:41 -07:00 |
|
Peter Annema
|
0e102000be
|
Bug 485325: nsLocalFileUnix::IsSymlink() should check result of lstat(). r=joshmoz, sr=bsmedberg
|
2009-04-07 04:38:23 -07:00 |
|
Peter Annema
|
70d10e77f6
|
Bug 484505: nsLocalFileUnix::Remove(PR_TRUE) shouldn't ever follow symlinks. r=joshmoz, sr=bsmedberg
|
2009-04-07 02:20:05 -07:00 |
|
Robert O'Callahan
|
46307c1705
|
Bug 482942. Tests for nsILocalFile implementations. Also changes nsLocalFileUnix::MoveTo to update the object to refer to the destination, matching other platforms' behaviour. r=bsmedberg
--HG--
rename : xpcom/tests/nsIFileTest.cpp => xpcom/tests/TestFile.cpp
|
2009-03-24 13:44:37 +13:00 |
|
Robert O'Callahan
|
00231acd97
|
Bug 482942. Implement nsILocalFile::DELETE_ON_CLOSE. r=bsmedberg
|
2009-03-20 09:56:05 +13:00 |
|
Josh Aas
|
e877a4f430
|
Don't incorrectly change permissions on link target in SetPermissionsOfLink in unix fs code. Just don't do anything for changes targetting links. b=457487 r=smichaud sr=dougt
|
2008-10-07 21:26:41 -04:00 |
|
Josh Aas
|
d801805b7e
|
Get rid of fundamentally flawed UNIX stat cache. b=456435 r=smichaud sr=dougt
|
2008-09-30 02:06:18 -04:00 |
|
Mike Hommey
|
ea248b175e
|
Bug 278738 – file:// directory not shown containing a file larger than 2GB. r=bsmedberg
|
2008-08-06 13:09:44 +02:00 |
|
reed@reedloden.com
|
23e398896c
|
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
|
2008-02-01 18:07:49 -08:00 |
|
reed@reedloden.com
|
41073ec644
|
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
|
2008-02-01 00:51:29 -08:00 |
|
enndeakin@sympatico.ca
|
d23cbccf38
|
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
|
2008-01-31 11:18:07 -08:00 |
|
reed@reedloden.com
|
2776adeb96
|
Bug 391980 - "New Download manager automatically associates all types of files including folders with one file type" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg a=blocking-firefox3+]
|
2007-11-26 15:55:34 -08:00 |
|
enndeakin@sympatico.ca
|
4ada13e2d9
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|