gecko-dev/xpcom/threads
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
..
.cvsignore
Makefile.in Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC. 2001-06-18 22:10:38 +00:00
makefile.win
MANIFEST
MANIFEST_IDL
nsAutoLock.cpp
nsAutoLock.h
nsEventQueue.cpp Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc. 2001-06-30 11:02:25 +00:00
nsEventQueue.h
nsEventQueueService.cpp
nsEventQueueService.h
nsIEventQueue.idl
nsIEventQueueService.idl
nsIProcess.idl
nsIRunnable.idl
nsIThread.idl
nsIThreadPool.idl
nsPIEventQueueChain.h
nsProcess.h
nsProcessCommon.cpp trunk fix for 84115. Pass arguments to the process (I omitted these in an earlier 2001-06-06 04:33:19 +00:00
nsProcessMac.cpp
nsThread.cpp fixes bug 84489. ensures that workthreads never process the same request at the same time. r=danm@netscape.com, sr=darin@netscape.com, a=clayton@netscape.com. 2001-06-12 18:32:26 +00:00
nsThread.h Fixes bug 84489. Ensures that worker threads can not process the same reque 2001-06-12 18:35:23 +00:00
plevent.c Fixes bug 56978 "alert dialog consumes 100% cpu if network is down" 2001-05-18 22:39:52 +00:00
plevent.h