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
Mozilla
/
mozilla
/
xpcom
/
threads
History
jst%netscape.com
e0464bdb81
Fixing part of bug 96108. Don't ask for items in an empty nsVoidArray, and speed things up a bit too. r=pavlov@netscape.com, sr=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@127395 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-15 21:00:58 +00:00
..
Makefile.in
Removing unused defines:
2002-08-12 13:35:18 +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
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
nsEventQueueService.h
…
nsIEventQueue.idl
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
nsIEventQueueService.idl
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
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
Fixing part of bug 96108. Don't ask for items in an empty nsVoidArray, and speed things up a bit too. r=pavlov@netscape.com, sr=brendan@mozilla.org
2002-08-15 21:00:58 +00:00
nsTimerImpl.h
Attempting to fix the idle time topcrash. b=155447, r=pavlov, sr=dveditz
2002-08-09 04:03:45 +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
…