Граф коммитов

1683 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com 085381a1fb fixes Churchill's search bug, and crash bug 6469 1999-06-18 04:51:11 +00:00
rickg%netscape.com c05f3058d1 fixed ToInteger (again) and eliminate bug 8140 1999-06-17 19:15:57 +00:00
rickg%netscape.com be743f23bf approved update 1999-06-17 07:24:13 +00:00
ramiro%netscape.com 6d665f4de8 Make it work with gnu libc 2.1. On glibc 2.1, the Dl_info api defined in
<dlfcn.h> is only exposed __USE_GNU is defined.  I suppose its some kind of
standards adherence thing.
1999-06-16 04:55:36 +00:00
warren%netscape.com 58680447a0 Fixed bug causing Flush to block forever. Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:15 +00:00
warren%netscape.com 17db453fbe Upped max pages because there's some sort of PRMonitor bug when you run out of VM space. 1999-06-16 04:15:12 +00:00
warren%netscape.com 087d61993b Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:08 +00:00
dveditz%netscape.com 43eb020a43 Adding NS_RELEASE_THIS() 1999-06-16 03:28:25 +00:00
dveditz%netscape.com de1c9d7762 proxy can now find main thread 1999-06-16 03:26:37 +00:00
waterson%netscape.com 1992f25d97 Add WalkTheStack() implementation for i386 Linux. Tip o' the hat to kipp for the stack walking code, and shaver for the dladdr() hint. Replace PR_snprintf() with nsIToA(). 1999-06-16 02:05:32 +00:00
pollmann%netscape.com ed17f9ac7a Bug 2195: select[n] == select.options[n], new IID for nonstandard DOM interface 1999-06-16 01:41:13 +00:00
dp%netscape.com 77d9670ae2 Using default autoregistration. 1999-06-16 00:29:34 +00:00
dp%netscape.com 0bf10f471a Removing xcDllStore.cpp from the build. 1999-06-16 00:27:13 +00:00
dp%netscape.com 55b0233159 Registry location and filename added. 1999-06-16 00:26:43 +00:00
dp%netscape.com 24790557d2 Removing nsIComponentManager.h from nsIFileSpec.h to prevent circular
header dependencies in preparation for component manager using nsIFileSpec.
1999-06-16 00:26:02 +00:00
sfraser%netscape.com 8d6e399103 First Checked In. 1999-06-15 23:39:46 +00:00
putterman%netscape.com c827fdf481 Only AddRef servMgr if we're going to assign it to *result. Approved by dp. 1999-06-15 23:21:12 +00:00
shaver%netscape.com 77d0d97176 flail lightly trying to fix build bustage 1999-06-15 15:21:00 +00:00
shaver%netscape.com 5b10014dc8 try to bix build bustage, and start on fixing 8183 1999-06-15 15:13:38 +00:00
shaver%netscape.com ff57e68207 fix 8184: don't get stuck on %{ that's not at the beginning of the line, and mind end of data 1999-06-15 14:17:21 +00:00
bruce%cybersight.com 01f242aaf5 Replace NULL with nsnull in 8 initializations as NULL is void* on Solaris Workshop 4.2 compilers and it dies on using NULL here. 1999-06-15 13:51:50 +00:00
mccabe%netscape.com b2be2d0465 Added a warning for using an (ignored) '%{' or '%{whatever' escape instead of using '%{C++'. 1999-06-15 11:18:03 +00:00
mcmullen%netscape.com 7da73546db Added a null test 1999-06-15 09:31:49 +00:00
mccabe%netscape.com 20752a6353 Removed unused declaration for (cvs rm'ed) stub mode, and added an explanatory comment as to what 'basename' actually means. (Not what I thought...) 1999-06-15 09:22:04 +00:00
warren%netscape.com e8a2d73d89 Fixed buffer tests. 1999-06-15 08:36:27 +00:00
mcmullen%netscape.com 07405fb616 trying to fix windows bustage with new parameters = set 'em to null! 1999-06-15 07:19:16 +00:00
waterson%netscape.com 3f6de63f6b Clean up stack trace output: add displacements and remove spaces that sometimes appear in demangled symbols (so my perl script doesn't barf). 1999-06-15 05:27:09 +00:00
mcmullen%netscape.com 9073e2e35e Made write and read do an implicit open. Added a FileContents attribute to allow simple conversion between an entire file and a string. 1999-06-15 05:17:59 +00:00
mccabe%netscape.com e06275230f Fix number of arguments to the fprintf format string I changed yesterday. 1999-06-15 04:59:19 +00:00
warren%netscape.com 8882c50da2 Added PR_LOG stuff. 1999-06-15 04:57:07 +00:00
waterson%netscape.com 9bd4de486d Add MOZ_TRACE_REFCNT to allow you to instrument individual implementations of AddRef() & Release(). 1999-06-15 03:25:27 +00:00
shaver%netscape.com 8be07679ad xpidl_idl.c rewrite for improved maintenance, fixed bugs and whiter teeth 1999-06-15 03:07:44 +00:00
ducarroz%netscape.com ff3613b424 fix for bug 8029. ResolveAlias should not set the nsFileSpe's internal error mError if the file doesn't exist which is a legal state during the creation of an nsFileSpec object. 1999-06-15 02:19:23 +00:00
rickg%netscape.com 0e574f8368 more error reporting in ToInteger() 1999-06-15 02:03:33 +00:00
mccabe%netscape.com c9a8c48435 Remove reference to the f_noscript field, which gets set when libIDL sees a bare 'noscript' keyword.
This fixes compiling against libIDL 0.6.8, which has changed the field to __f_noscript to deprecate.  Rightly so, as noscript is expressible as a bracketed [property], and we want it to go away too.  Ignoring it rather than #ifdef'ing saves us future maintenance hassle.
1999-06-15 00:37:46 +00:00
mcmullen%netscape.com 3e3388c17e Fix casting problem 1999-06-14 22:55:24 +00:00
jband%netscape.com de6e3cbd64 updating status page 1999-06-14 22:33:18 +00:00
jband%netscape.com 47b77e3da4 adding BeOS x86 changes from Duncan Wilcox <duncan@be.com> 1999-06-14 22:17:41 +00:00
mcmullen%netscape.com 05a578c59f Registered nsIDirectoryIterator 1999-06-14 22:06:22 +00:00
mcmullen%netscape.com 6bcccc0f3a Made write and read do an implicit open. Added a FileContents attribute to allow simple conversion between an entire file and a string. 1999-06-14 22:05:41 +00:00
mcmullen%netscape.com 26d15e37ff Added constructors from new nsIFileSpec 1999-06-14 22:04:27 +00:00
mcmullen%netscape.com 38632e1852 Removed base targets (this change got lost in another checkin, owing to a merge conflict). 1999-06-14 20:55:37 +00:00
dougt%netscape.com 785a8d1e18 Adding IsQueueOnCurrentThread(). 1999-06-14 20:20:33 +00:00
mccabe%netscape.com f6cf371c74 Removed misleading /* interface scooby */ comment in generated #include "scooby.h" line. 1999-06-14 08:28:23 +00:00
waterson%netscape.com cfbc386ecc Add MISCDEP so that DLL gets rebuilt if a static lib changes. 1999-06-14 02:22:52 +00:00
dp%netscape.com a7570169c5 - NS_RegistryGetFactory API changed 1999-06-14 02:08:49 +00:00
dp%netscape.com 63b3a417da - NS_RegistryGetFactory API Change
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
rickg%netscape.com 8d90806807 perf improvements, bug fix in insert(), better error reporting in ToInteger() 1999-06-13 21:23:04 +00:00
danm%netscape.com 85d2dceb67 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
erik%netscape.com f44f434de6 Was crashing when property already existed. Fixed now, by ignoring
subsequent attempts.
1999-06-12 21:07:22 +00:00