L. David Baron
|
6ea9c9d5f9
|
Back out previous logging patches (92791a422f0a and 5617c22ea9ac) for bug 469514.
|
2009-04-22 15:21:17 -07:00 |
Mark Banner
|
feff72acda
|
Bustage fix for bug 489239
|
2009-04-22 14:41:38 +01:00 |
Mark Banner
|
f08eec2a4d
|
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
|
144d0a1c97
|
Make temporary debug-only logging code not crash. r=sdwilsh
|
2009-04-21 16:57:19 -07:00 |
Shawn Wilsher
|
3ff1abe44a
|
Debug-only logging code to track down bug 469514.
r=ted
|
2009-04-21 11:32:07 -04:00 |
Jim Mathies
|
53e42ad861
|
Bug 489285 - Disable file attrib tests for Bug 403014 due to unit test failure.
|
2009-04-21 01:47:54 -05:00 |
Jim Mathies
|
b253ceb46a
|
Bug 403014 - Windows "Don't Index" bit set on download files. (r=sdwilsh,dougt)
|
2009-04-20 20:06:03 -05:00 |
Chris Jones
|
388a3755d5
|
bug 489135: fix old PRMonitor leak, init debug var in mozilla::Monitor. r=smontagu
|
2009-04-21 00:33:12 +02:00 |
Ted Mielczarek
|
9778d6ab76
|
bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg
|
2009-04-20 06:56:23 -04:00 |
Chris Jones
|
18c52db5ae
|
Bug 58904: Create strong types for synchronization primitives. r=bsmedberg.
|
2009-04-18 18:54:23 -07:00 |
Neil Rashbrook
|
fd31aad459
|
Bug 488266 Eliminate xptiInterfaceInfoManagersEnumerator r+sr=bsmedberg
|
2009-04-17 23:38:11 +01:00 |
Dave Townsend
|
a6ed3ddf12
|
Bug 480427: Remove nsIProcess2 from trunk. r=bsmedberg
|
2009-04-16 16:46:10 +01:00 |
Nils Maier
|
7f26a51c51
|
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
|
8415a2fae1
|
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
|
2009-04-14 10:02:58 +02:00 |
Hiroyuki Ikezoe
|
059019827b
|
bug 487174 - Modify nsXULStub to launch from GRE folder on WinCE r=bsmedberg
|
2009-04-13 22:49:06 -04:00 |
The Written Word
|
0afd56bd2c
|
Bug 485347 - Update xptcall for ipf32, r=bsmedberg
|
2009-04-13 11:19:55 -04:00 |
Neil Rashbrook
|
ed1376aadf
|
Bug 484309 fixing more allocator mismatches r+sr=bsmedberg
|
2009-04-11 17:33:52 +01:00 |
Robert O'Callahan
|
5457f988ef
|
Bug 486991. Add useful operators to TimeStamp/TimeDuration. r=bsmedberg
|
2009-04-11 21:38:40 +12:00 |
Andrew Sutherland
|
d6ed9baeaa
|
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
|
30ac44edbe
|
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
|
f58f0f6c6d
|
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
|
6f0b054294
|
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
|
4a486a40f2
|
optimize/modernize Mac OS X toolkit/xre code. b=486733 r=mstange sr=bsmedberg
|
2009-04-09 20:54:11 -04:00 |
Josh Aas
|
b5c4ced94f
|
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
|
1cd43cc746
|
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
|
c2228f83ec
|
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
|
633a7c9dfd
|
Bug 485325: nsLocalFileUnix::IsSymlink() should check result of lstat(). r=joshmoz, sr=bsmedberg
|
2009-04-07 04:38:23 -07:00 |
Peter Annema
|
c552abb51a
|
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
|
b815eff029
|
Fix libxul test bustage, really
|
2009-04-06 14:19:41 +12:00 |
Robert O'Callahan
|
d95f70cfbf
|
Backout incorrectly pushed changes
|
2009-04-06 14:19:27 +12:00 |
Robert O'Callahan
|
2bb2ba8f08
|
Fix libxul test bustage
--HG--
extra : rebase_source : 49e42436893e10cae0e70cc5468b4d95a47cb07d
|
2009-04-06 14:15:26 +12:00 |
Florian Queze
|
d50bf20c9b
|
Bug 451501. EmptyEnumratorImpl::QueryInterface needs to support nsIUTF8StringEnumerator. r+sr=bsmedberg
|
2009-04-06 12:26:25 +12:00 |
Robert O'Callahan
|
97ea54af4c
|
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
|
f595f7bb87
|
Bug 207973 follow-up: fix comment.
Also, changeset fce0de0377e5 had r=bsmedberg, r=ted.
|
2009-04-05 04:10:26 -07:00 |
Josh Aas
|
82ad98fe12
|
Fix argument name in older function decl to match newer impl. no bug.
|
2009-04-05 02:26:40 -04:00 |
Peter Annema
|
a5f39685c3
|
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
|
4fc5b38c9d
|
Bug 474369 - get rid of nsVoidArray, xpcom part; r=bsmedberg
|
2009-04-03 18:43:08 +02:00 |
Ted Mielczarek
|
eeb0116ded
|
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
|
d1fbe49005
|
Followup to bug 224692 to only reset inherited permissions r+sr=bsmedberg
|
2009-04-01 17:10:29 +01:00 |
Neil Rashbrook
|
56f8f9628c
|
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
|
8e17d253af
|
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
|
2009-03-30 15:10:13 -04:00 |
Ginn Chen
|
24d74529be
|
Bug 480427 Fix bustage for Solaris
|
2009-03-27 13:49:22 +08:00 |
Neil Rashbrook
|
3b196c4711
|
Bustage fix for bug 331165
|
2009-03-25 13:33:03 +00:00 |
Neil Rashbrook
|
a3cb4f1f32
|
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
|
57eb50688d
|
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
|
bed28e7478
|
b=476903; additional ARM xptc marshalling fixes (avoid unsigned char dependency); r=bsmedberg
|
2009-03-20 08:23:44 -07:00 |
Josh Aas
|
90ec5302a4
|
Fix some type usage in nsIStreamBufferAccess.idl. b=478687 r=wtc r=bsmedberg
|
2009-03-24 10:47:02 -07:00 |
Robert O'Callahan
|
f4aea6aa03
|
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
|
fba4c1c3ce
|
Bug 482942. Implement nsILocalFile::DELETE_ON_CLOSE. r=bsmedberg
|
2009-03-20 09:56:05 +13:00 |
Makoto Kato
|
2a88c30cf4
|
Bug 475229 - xpcom/base/nsStackWalk support for Windows x64. r=benjamin
|
2009-03-22 12:53:47 +09:00 |