dbaron%dbaron.org
|
a77c4856a6
|
Make refcount logging usable from C. b=317481 r=bsmedberg
|
2006-02-15 20:23:08 +00:00 |
cbiesinger%web.de
|
6d32a16536
|
bug 316416 patch by neil@parkwaycc.co.uk r=bryner
make activity legal even if a load fails
|
2006-02-14 14:45:32 +00:00 |
benjamin%smedbergs.us
|
89d8c03ab9
|
Followup to bug 325229 - don't stick bell in stderr on platforms that have a dbgdlg
|
2006-02-13 20:21:20 +00:00 |
benjamin%smedbergs.us
|
ede2b658a9
|
Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me
|
2006-02-13 16:19:31 +00:00 |
benjamin%smedbergs.us
|
10ed2f1d36
|
Bug 325229 part 2 - Stub out the old exitroutine functions which are fatally flawed, r=darin
|
2006-02-13 16:08:55 +00:00 |
pavlov%pavlov.net
|
00302f08b2
|
fixing build bustage
|
2006-02-10 20:26:28 +00:00 |
mark%moxienet.com
|
fc91aec358
|
326710 Non-win32 debug builds broken since bug 325229. r=bsmedberg
|
2006-02-10 20:23:22 +00:00 |
masayuki%d-toybox.com
|
ca9808b120
|
Bug 180849 Mail loss in import of NC4 mail when 0x5C(\) is used as 2nd byte of muti-byte character in folder name. r=jshin, sr=dougt
|
2006-02-10 19:56:48 +00:00 |
benjamin%smedbergs.us
|
f6933590f5
|
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
|
2006-02-10 18:23:52 +00:00 |
benjamin%smedbergs.us
|
77ba6d4fdb
|
Bug 325229 followup: only dump refcnt statistics if logging has been initialized
|
2006-02-10 16:19:13 +00:00 |
benjamin%smedbergs.us
|
da580e6a3c
|
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
|
2006-02-10 15:00:36 +00:00 |
dbaron%dbaron.org
|
e6a8beb3a0
|
Use __builtin_frame_address instead of setjmp to get the frame pointer for Linux stack traces, plus a little other cleanup. r=caillon sr=shaver b=323853
|
2006-02-09 23:03:49 +00:00 |
mark%moxienet.com
|
f2ab995ed5
|
313398 Crashes in xptcall with unaligned stack on x86 Mac at -O0. Align the stack for all calls. r=josh sr=shaver
|
2006-02-09 16:43:55 +00:00 |
darin%meer.net
|
77549a81cf
|
fixes bug 325331 "Make nsTArray a bit more useful" r=bsmedberg (relanding)
|
2006-02-08 01:23:26 +00:00 |
dougt%meer.net
|
442a6b96ed
|
Using stdcall works much better then the hack we had. r=dveditz. WINCE ONLY
|
2006-02-07 16:46:20 +00:00 |
darin%meer.net
|
862be27570
|
reverting last change since it makes vc6 unhappy.
|
2006-02-04 01:21:54 +00:00 |
darin%meer.net
|
61e0f802ae
|
fixes bug 311456 "Calling Truncate() on an nsAutoString makes next append work hard and doesn't clear F_VOIDED flag" r=bzbarsky
|
2006-02-04 00:42:18 +00:00 |
darin%meer.net
|
c92881580c
|
fixes bug 325331 "Make nsTArray a bit more useful" r=bsmedberg
|
2006-02-03 21:41:31 +00:00 |
timeless%mozdev.org
|
6b5993bb66
|
backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
|
2006-02-03 19:35:14 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
pedemont%us.ibm.com
|
6f84983f54
|
Bug 325260 - On Mac OS X, XPCOMGlueLoadXULFunctions should search library's symbol table, not global symbol table. Also, use snprintf (instead of sprintf) on all platforms. r=bsmedberg, sr=mentovai.
|
2006-02-01 16:51:12 +00:00 |
darin%meer.net
|
944944ce57
|
fixes bug 324981 "nsTArray crash in RemoveElement" r=bsmedberg
|
2006-01-30 17:16:50 +00:00 |
cbiesinger%web.de
|
cf36a3a065
|
fixing bustage from bug 323412: check in missing file
|
2006-01-28 16:25:25 +00:00 |
cbiesinger%web.de
|
f74f590241
|
bug 323412 get the event queue service outside of the proxy locks
patch by Matthew Gertner <matthew@allpeers.com> r=dougt
|
2006-01-28 15:46:11 +00:00 |
wr%rosenauer.org
|
21ed6bb9ad
|
Bug 323853 - JB_BP not exported by newer glibc (2.4), r=bsmedberg, sr=shaver
|
2006-01-25 05:46:27 +00:00 |
bryner%brianryner.com
|
82d6fa213e
|
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
|
2006-01-24 19:22:02 +00:00 |
bsmedberg%covad.net
|
bf42cc6477
|
Bug 242870 - (optionally) statically link libIDL/glib with xpidl on Windows instead of having to use compiler-specific DLLs r=cls
|
2006-01-24 18:15:11 +00:00 |
mark%moxienet.com
|
142f6828fb
|
323337 Use fastcall on Mac OS X x86: __attribute__(regparm(3)). r=josh
|
2006-01-23 20:11:08 +00:00 |
gerv%gerv.net
|
ff27848373
|
Bug 324392: fix licensing on Apple DTS code.
|
2006-01-23 10:22:40 +00:00 |
bzbarsky%mit.edu
|
859f54c998
|
Remove assertion that unnecessarily makes do_GetInterface less useful. Bug
323382, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=darin,
moa=dougt, sr=bzbarsky
|
2006-01-21 22:24:27 +00:00 |
jag%tty.nl
|
9cda2576e8
|
Follow-up to bug 316782. Prevent "copy-construction" of nsAutoPtr through |nsAutoPtr::operator T*() const| chained with constructor |nsAutoPtr(T*)| by adding an extra implicit conversion through a helper class. r=dbaron, r=darin
|
2006-01-21 11:39:22 +00:00 |
jag%tty.nl
|
71a5554adb
|
Bug 324124: nsCOMPtr can be constructed with const char* and nsID
r=bsmedberg, sr=dbaron
|
2006-01-21 11:23:32 +00:00 |
darin%meer.net
|
46dacadd3b
|
fixes bug 324058 "Fix nsStringStream compilation warning about multiple SetData versions" r=biesi sr=bzbarsky
|
2006-01-20 19:17:58 +00:00 |
bsmedberg%covad.net
|
82b147feb6
|
Bug 321673 - Make component loader logging more useful and dump to stderr in debug builds, r=darin
|
2006-01-18 15:55:10 +00:00 |
bsmedberg%covad.net
|
ad6994b382
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
dbaron%dbaron.org
|
6401f8e889
|
Fixes for gcc 4.0. Patch from Zack Weinberg <zackw@panix.com>. b=323114 r=dbaron
|
2006-01-14 20:44:37 +00:00 |
timeless%mozdev.org
|
0fb55318b1
|
Bug 106386 Correct misspellings in source code
patch by philippuryear@gmail.com r=timeless rs=brendan
|
2006-01-12 07:57:31 +00:00 |
darin%meer.net
|
5a0bf2b761
|
fixes bug 243429 "XPCOM_BREAK_ON_LOAD no longer works" patch by makotoy@ms.u-tokyo.ac.jp, r+sr=darin
|
2006-01-12 01:19:05 +00:00 |
darin%meer.net
|
527acfe9e9
|
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
|
2006-01-11 01:50:15 +00:00 |
darin%meer.net
|
7ab38b54ab
|
fixes bug 322908 "ASSERTION: NS_Alloc of size 0: 'size'" r=bsmedberg
|
2006-01-10 20:39:35 +00:00 |
darin%meer.net
|
1b9df43bad
|
fixes bug 321997 "Minimize memory footprint of nsTArray object" r=sicking,bsmedberg
|
2006-01-10 20:38:54 +00:00 |
bsmedberg%covad.net
|
a8530efb05
|
Bug 320328 - Ts regression from bug 316416 (nsIModuleLoader) - cache the canonical (short) pathname (windows only), r=darin
|
2006-01-10 20:33:54 +00:00 |
darin%meer.net
|
48a885095c
|
fixes bug 322314 "[trunk] Firefox crashes on login Gmail Notifier extension [@ nsStringInputStream::SetData] [@ xpcom_core.dll + 0x3cd2c (0x6034cd2c) cd66f780]" r=biesi sr=bz
|
2006-01-10 01:56:00 +00:00 |
neil%parkwaycc.co.uk
|
c0c752a009
|
Bustage fix for previous checkin which was for bug 293485
|
2006-01-04 14:48:25 +00:00 |
neil%parkwaycc.co.uk
|
6291f9a642
|
Rebuild .xpt files when included .idl files change r=bsmedberg sr=shaver
|
2006-01-04 13:43:59 +00:00 |
wtchang%redhat.com
|
15f1dca4b2
|
Bugzilla bug 40950: updated with the current Linux ia64 status (Done).
r=shaver.
|
2006-01-03 23:30:24 +00:00 |
bsmedberg%covad.net
|
176c7174c5
|
Bug 321847 - C++-style comments in C header (bah! this is #if 0 it shouldn't matter)
|
2006-01-03 16:54:26 +00:00 |
darin%meer.net
|
645a0a885e
|
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
|
2006-01-02 02:30:32 +00:00 |
gerv%gerv.net
|
9308ce325d
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-12-31 13:18:10 +00:00 |
timeless%mozdev.org
|
a4c73b3f26
|
Bug 289571 Optimization for nsRecyclingAllocator
patch by alfredkayser@nl.ibm.com r=dougt sr=dbaron
|
2005-12-23 00:08:21 +00:00 |