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 |
|
L. David Baron
|
58c8aff7e0
|
Back out previous logging patches (92791a422f0a and 5617c22ea9ac) for bug 469514.
|
2009-04-22 15:21:17 -07:00 |
|
Mark Banner
|
9300a699b2
|
Bustage fix for bug 489239
|
2009-04-22 14:41:38 +01:00 |
|
Mark Banner
|
c5d0fd3e1d
|
Bug 489239 - "comm-central windows builds broken by unit test for bug 58904" [r=ted.mielczarek]
|
2009-04-22 13:28:23 +01:00 |
|
Jesse Ruderman
|
a85b7c9758
|
Make temporary debug-only logging code not crash. r=sdwilsh
|
2009-04-21 16:57:19 -07:00 |
|
Shawn Wilsher
|
746d546bc7
|
Debug-only logging code to track down bug 469514.
r=ted
|
2009-04-21 11:32:07 -04:00 |
|
Jim Mathies
|
ea6aef8770
|
Bug 489285 - Disable file attrib tests for Bug 403014 due to unit test failure.
|
2009-04-21 01:47:54 -05:00 |
|
Jim Mathies
|
704b5a2912
|
Bug 403014 - Windows "Don't Index" bit set on download files. (r=sdwilsh,dougt)
|
2009-04-20 20:06:03 -05:00 |
|
Chris Jones
|
0b7ce64dae
|
bug 489135: fix old PRMonitor leak, init debug var in mozilla::Monitor. r=smontagu
|
2009-04-21 00:33:12 +02:00 |
|
Ted Mielczarek
|
fbff22268d
|
bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg
|
2009-04-20 06:56:23 -04:00 |
|
Chris Jones
|
002151e9b2
|
Bug 58904: Create strong types for synchronization primitives. r=bsmedberg.
|
2009-04-18 18:54:23 -07:00 |
|
Neil Rashbrook
|
b621259538
|
Bug 488266 Eliminate xptiInterfaceInfoManagersEnumerator r+sr=bsmedberg
|
2009-04-17 23:38:11 +01:00 |
|
Dave Townsend
|
5aacfd970c
|
Bug 480427: Remove nsIProcess2 from trunk. r=bsmedberg
|
2009-04-16 16:46:10 +01: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 |
|
Arpad Borsos
|
07dc31e45f
|
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
|
2009-04-14 10:02:58 +02:00 |
|
Hiroyuki Ikezoe
|
1c927ffb50
|
bug 487174 - Modify nsXULStub to launch from GRE folder on WinCE r=bsmedberg
|
2009-04-13 22:49:06 -04:00 |
|
The Written Word
|
27bd377e6b
|
Bug 485347 - Update xptcall for ipf32, r=bsmedberg
|
2009-04-13 11:19:55 -04:00 |
|
Neil Rashbrook
|
4b764649a6
|
Bug 484309 fixing more allocator mismatches r+sr=bsmedberg
|
2009-04-11 17:33:52 +01:00 |
|
Robert O'Callahan
|
3b41dc81ee
|
Bug 486991. Add useful operators to TimeStamp/TimeDuration. r=bsmedberg
|
2009-04-11 21:38:40 +12:00 |
|
Andrew Sutherland
|
bffe34f8ab
|
Bug 487551 - nsTArray.IndexOf may scan beyond array bounds for non-zero start argument. unit test that fails without patch, succeeds with patch. r=bsmedberg
|
2009-04-10 18:08:08 -07:00 |
|
Andrew Sutherland
|
90c18f2fff
|
Bug 487551 - nsTArray.IndexOf may scan beyond array bounds for non-zero start argument. fix: base 'end' off of Elements rather than iter. r=bsmedberg
|
2009-04-10 18:08:00 -07:00 |
|
L. David Baron
|
f7ae1d711b
|
Make nsTraceRefcnt use 64-bit counters when those counters are for all objects over app lifetime. (Bug 483500) r=bsmedberg
|
2009-04-10 13:30:10 -07:00 |
|
Peter Van der Beken
|
5832c7c26e
|
Fix for bug 423473 (Cycle collector should restart after getting a fault). r/sr=jst.
--HG--
extra : rebase_source : fd82c02bef434c36383df0862af2399455caa65b
|
2009-04-09 14:02:48 +02:00 |
|
Josh Aas
|
5ba0afd55a
|
optimize/modernize Mac OS X toolkit/xre code. b=486733 r=mstange sr=bsmedberg
|
2009-04-09 20:54:11 -04:00 |
|
Josh Aas
|
48535f072b
|
Minor Mac OS X fs code cleanup, mostly change some member variable names. b=487045 r/sr=roc
|
2009-04-09 20:46:49 -04:00 |
|
Boris Zbarsky
|
0ed08e296f
|
Bug 403199. Don't log addref/release of nsSimpleNestedURI, becuse it doesn't work right when someone addrefs the derived class but releases the base class canonical nsISupports, due to aggregation. r=dbaron
|
2009-04-09 14:01:16 -04: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
|
83e096b509
|
Fix libxul test bustage, really
|
2009-04-06 14:19:41 +12:00 |
|
Robert O'Callahan
|
5bde4bb05f
|
Backout incorrectly pushed changes
|
2009-04-06 14:19:27 +12:00 |
|
Robert O'Callahan
|
1ca364a2d0
|
Fix libxul test bustage
--HG--
extra : rebase_source : 49e42436893e10cae0e70cc5468b4d95a47cb07d
|
2009-04-06 14:15:26 +12:00 |
|
Florian Queze
|
74975efad2
|
Bug 451501. EmptyEnumratorImpl::QueryInterface needs to support nsIUTF8StringEnumerator. r+sr=bsmedberg
|
2009-04-06 12:26:25 +12:00 |
|
Robert O'Callahan
|
5ed0163b93
|
Bug 484921. Create TimeDuration/TimeStamp API that never rolls over and provides better typechecking than PR_IntervalTime. r=bsmedberg,cgj
|
2009-04-06 11:49:48 +12:00 |
|
Peter Annema
|
52721de1e5
|
Bug 207973 follow-up: fix comment.
Also, changeset fce0de0377e5 had r=bsmedberg, r=ted.
|
2009-04-05 04:10:26 -07:00 |
|
Josh Aas
|
587678f9aa
|
Fix argument name in older function decl to match newer impl. no bug.
|
2009-04-05 02:26:40 -04:00 |
|
Peter Annema
|
f8f08581db
|
Bug 207973: Directory listing errors when a bad soft link (symlink) is present
Test various operations on symlinks. See also bugs 484297, 484303, 484505, 485325, 485328
|
2009-04-04 13:48:29 -07:00 |
|
Arpad Borsos
|
e79293b2c0
|
Bug 474369 - get rid of nsVoidArray, xpcom part; r=bsmedberg
|
2009-04-03 18:43:08 +02:00 |
|
Ted Mielczarek
|
a8a9796d5c
|
bug 484033 - extend nsICrashReporter to allow crashreporter to be used without going through XRE_Main. r=bsmedberg
|
2009-04-02 11:41:12 -04:00 |
|
Neil Rashbrook
|
6dee7126e7
|
Followup to bug 224692 to only reset inherited permissions r+sr=bsmedberg
|
2009-04-01 17:10:29 +01:00 |
|
Neil Rashbrook
|
d463a25c7d
|
Bug 484309 Switch component manager logging over to NS_Free c.f. bug 331165 r+sr=bsmedberg
|
2009-04-01 17:08:03 +01:00 |
|
Michal Novotny
|
b90f4bc271
|
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
|
2009-03-30 15:10:13 -04:00 |
|
Ginn Chen
|
46e9efd836
|
Bug 480427 Fix bustage for Solaris
|
2009-03-27 13:49:22 +08:00 |
|
Neil Rashbrook
|
65fb85e371
|
Bustage fix for bug 331165
|
2009-03-25 13:33:03 +00:00 |
|
Neil Rashbrook
|
031c516b05
|
Fix allocator abuses: bug 331165 r+sr=bsmedberg; bug 484309 r+sr=bsmedberg; bug 484312 r+sr=biesi
|
2009-03-25 13:19:08 +00:00 |
|
Dave Townsend
|
3b5be23309
|
Bug 480427: Add a way to run a process in a background threadd. r=bsmedberg
|
2009-03-25 08:57:21 +00:00 |
|
Vladimir Vukicevic
|
432828e107
|
b=476903; additional ARM xptc marshalling fixes (avoid unsigned char dependency); r=bsmedberg
|
2009-03-20 08:23:44 -07:00 |
|
Josh Aas
|
56feab23a2
|
Fix some type usage in nsIStreamBufferAccess.idl. b=478687 r=wtc r=bsmedberg
|
2009-03-24 10:47:02 -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 |
|