kipp%netscape.com
7a4fd32215
added files: mozilla/xpcom/sample/nsSampleModule.cpp, removed files: mozilla/xpcom/sample/nsSampleFactory.cpp
1999-09-30 21:43:40 +00:00
kipp%netscape.com
79afe35b3b
Button up some shutdown memory leaks
1999-09-30 21:43:35 +00:00
kipp%netscape.com
33105cb78c
Improved
1999-09-30 21:41:50 +00:00
kipp%netscape.com
a1f617e75c
Fixed bug in ReleaseServcie that was recreating the service manager during shutdown
1999-09-30 21:40:27 +00:00
kipp%netscape.com
4f9c341b0c
Allow atom table to be purged during shtudown
1999-09-30 21:40:00 +00:00
kipp%netscape.com
556d538c8f
Added in new nsDebug macros
1999-09-30 21:39:31 +00:00
kipp%netscape.com
5320617259
Santize NS_EXPORT decl
1999-09-30 21:39:16 +00:00
dp%netscape.com
ca16e741a5
Added more guidelines. Neeti took a few dlls. DOC CHANGE a=leaf
1999-09-30 17:54:08 +00:00
beard%netscape.com
f6b231af47
initialization/shutdown code for GC leak detector. conditionalized on GC_LEAK_DETECTOR. r=sfraser
1999-09-30 07:41:37 +00:00
beard%netscape.com
ed5ef54678
cleaned up, made more XP, r=sfraser
1999-09-30 07:39:28 +00:00
rjc%netscape.com
3a85b37943
Fix bug # 15135: when creating a nsFileURL, don't resolve aliases on Mac... just point to the file whether its an alias or not. Review: dougt@netscape.com
1999-09-30 06:41:33 +00:00
rickg%netscape.com
350d30ae94
replace ANSI true/false with PR_TRUE; sorry about that.
1999-09-30 05:15:37 +00:00
rickg%netscape.com
6f744b281a
perf update and bug fix: a=chofmann r=buster
1999-09-30 04:03:49 +00:00
beard%netscape.com
63e115364d
First Checked In.
1999-09-30 03:30:00 +00:00
dp%netscape.com
b12be59dfd
Taking profile
1999-09-30 01:56:26 +00:00
dp%netscape.com
243c97188a
Status updated. Allocated dlls to robert.
1999-09-29 23:45:05 +00:00
dp%netscape.com
b0a9c7e58d
added apprunner dlls
1999-09-29 23:23:56 +00:00
briano%netscape.com
f0fdbc6804
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved for carpool checkin by mcafee.
1999-09-29 21:41:26 +00:00
vidur%netscape.com
70b79b09ac
Signing up for modularizing htmlpars. This file is not part of the build!!
1999-09-29 16:46:49 +00:00
bienvenu%netscape.com
3329e475c2
more build bustage with reg stuff
1999-09-29 04:06:15 +00:00
sfraser%netscape.com
c4ba817155
Fixing use of obsolete types for shaver.
1999-09-29 02:54:18 +00:00
sfraser%netscape.com
2528eb44a4
Added nsICategoryHandler.idl, nsICategoryManager.idl, nsIRegistry.idl for shaver.
1999-09-29 02:53:07 +00:00
briano%netscape.com
70325de63d
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
1999-09-29 02:52:12 +00:00
shaver%netscape.com
7a5b9d5e55
nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann
1999-09-29 02:36:54 +00:00
shaver%netscape.com
f28337480b
nsIRegistry scriptability and beginning of category support, r=dp,alecf,dveditz a=leaf,chofmann
1999-09-29 02:35:42 +00:00
briano%netscape.com
356b764b85
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
1999-09-29 01:09:41 +00:00
dp%netscape.com
f5f9bef6b0
leaks fixing in components
1999-09-29 01:07:32 +00:00
briano%netscape.com
b05d07ff2d
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
1999-09-29 00:19:10 +00:00
pavlov%netscape.com
4a9b682a87
add newline at the end of the files
1999-09-28 21:21:31 +00:00
pavlov%netscape.com
06e61813c0
change emacs headers to use C++ instead of IDL and add newline to bottom of files
1999-09-28 21:20:18 +00:00
kipp%netscape.com
af5570e017
Fixed to not pre-create the factory
1999-09-28 20:54:26 +00:00
dp%netscape.com
5632fd9b86
Unloading of dlls on shutdown turned off.
1999-09-28 19:42:06 +00:00
briano%netscape.com
6ad833aac3
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
1999-09-28 19:15:20 +00:00
kipp%netscape.com
493d404539
new
1999-09-28 19:03:20 +00:00
warren%netscape.com
4f1f34aec7
Made it handle CIDs of the form {fe04c8e6-501e-11d3-a527-0060b0fc04b7}.
1999-09-28 18:01:47 +00:00
tbogard%aol.net
6abd449ecf
Changes to reflect changes made in XPCOM with respect to shutting down XPCOM. This is a test is not hooked to the code.
1999-09-28 17:55:02 +00:00
tbogard%aol.net
2f30ff5996
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
...
2.) The various Run* routines were made more general. This allowed me to move them completely within the nsCBaseLoop code rather than have them duplicated across the different Base Loop Typed classes. This avoids the cut and pasting of code, that will probably be tweaked in the future.
3.) To support the new Run* routines, I have added a RetrieveNextEvent and then a PlatformRetrieveNextEvent. The first is implemented in nsCBaseLoop. This was added to facilitate ordering of event retrieval in the near future (ie, pulling system events before normal events, or pulling PLEvents etc.) The second function is one that platform code must override. This is different for each loop type. Basically this is supposed to be whatever it takes for a given implementation to pull the next event off the queue for the given loop type. So in the Windows world, this function calls GetMessage() for the Thread and App loop types and then PeekMessage() with PM_REMOVE set for the Breath loop type.
This code is compiled but not used by the main build. A=chofmann
1999-09-28 16:52:10 +00:00
briano%netscape.com
99db328245
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
1999-09-28 03:16:38 +00:00
dveditz%netscape.com
f9e34fb7e2
Make sure componentMgr calls NR_ShutdownRegistry(), fixing MLKs and registry corruption from unflushed registry buffers.
...
r=dp,a=chofmann
1999-09-26 21:20:21 +00:00
dp%netscape.com
61664c7872
Separating dll Shutdown from unload. Calling dll shutdown
...
unconditionally on NS_Shutdown.
1999-09-26 18:06:41 +00:00
dp%netscape.com
602baa248e
Passing down NS_Shutdown to Unloading of libraries.
1999-09-26 18:04:27 +00:00
dp%netscape.com
7d88c6385e
Adding NS_Shutdown.
1999-09-26 18:02:52 +00:00
warren%netscape.com
d37526c717
Cleaned up, using NS_WITH_SERVICE
1999-09-26 10:05:06 +00:00
warren%netscape.com
89b394422e
Cleanup
1999-09-26 10:04:36 +00:00
warren%netscape.com
53e8731812
Took out unused page manager.
1999-09-26 07:26:21 +00:00
sfraser%netscape.com
cfda948c62
Remove NSStdLibStubs, since we're linking with NSStdLib anyway
1999-09-26 00:44:58 +00:00
kipp%netscape.com
086f063ad9
Removed throbber IID
1999-09-25 20:13:53 +00:00
kipp%netscape.com
8c84690452
Tidy up
1999-09-25 20:11:33 +00:00
briano%netscape.com
d1940d686e
SCO-specific fix. Approved by chofmann.
1999-09-25 00:38:13 +00:00
dp%netscape.com
96c1197169
Releasing servMgr if one is passed in to match NS_InitXPCOM()
1999-09-24 06:26:17 +00:00