This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d51adfce564ea4601a6938e75c08049d3fd23d28
Mozilla
/
mozilla
/
xpcom
/
threads
History
bryner%netscape.com
44791394dd
Remove obsolete NS_BASE and _IMPL_NS_BASE, and unused/obsolete source files nsStdFileStream.* (bug 160052). r=cls, sr=alecf, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@126082 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-30 21:30:05 +00:00
..
Makefile.in
…
makefile.win
Remove obsolete NS_BASE and _IMPL_NS_BASE, and unused/obsolete source files nsStdFileStream.* (bug 160052). r=cls, sr=alecf, a=asa.
2002-07-30 21:30:05 +00:00
MANIFEST
…
MANIFEST_IDL
…
nsAutoLock.cpp
…
nsAutoLock.h
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
2002-07-02 20:25:30 +00:00
nsEventQueue.cpp
…
nsEventQueue.h
…
nsEventQueueService.cpp
…
nsEventQueueService.h
…
nsIEventQueue.idl
…
nsIEventQueueService.idl
…
nsIProcess.idl
…
nsIRunnable.idl
…
nsIScriptableTimer.idl
bug 115473 r=pavlov sr=brendan
2002-06-11 20:47:04 +00:00
nsIThread.idl
…
nsIThreadPool.idl
…
nsITimer.h
bug 115473 r=pavlov sr=brendan
2002-06-11 20:47:04 +00:00
nsITimerCallback.h
…
nsITimerManager.idl
…
nsPIEventQueueChain.h
…
nsProcess.h
…
nsProcessCommon.cpp
…
nsProcessMac.cpp
…
nsThread.cpp
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
nsThread.h
…
nsTimerImpl.cpp
bug 115473 r=pavlov sr=brendan
2002-06-11 20:47:04 +00:00
nsTimerImpl.h
bug 115473 r=pavlov sr=brendan
2002-06-11 20:47:04 +00:00
plevent.c
Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
2002-07-18 04:09:30 +00:00
plevent.h
#157770
2002-07-17 05:46:34 +00:00
TimerThread.cpp
…
TimerThread.h
…