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
ccarlen%netscape.com
d139bc20b4
Bug 44678 - On Mac, use a custom Carbon event to signal that the PLEvent queue needs to be processed. r=sdagley/sr=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@135497 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-19 15:25:57 +00:00
..
Makefile.in
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
2002-10-17 06:47:01 +00:00
MANIFEST
…
MANIFEST_IDL
…
nsAutoLock.cpp
…
nsAutoLock.h
…
nsEventQueue.cpp
…
nsEventQueue.h
…
nsEventQueueService.cpp
…
nsEventQueueService.h
…
nsIEventQueue.idl
…
nsIEventQueueService.idl
…
nsIProcess.idl
…
nsIRunnable.idl
…
nsIThread.idl
…
nsIThreadPool.idl
…
nsITimer.idl
Implement support for re-initializing timers (even one-shots), and doc-comment
2002-12-04 00:57:20 +00:00
nsITimerInternal.idl
…
nsITimerManager.idl
…
nsPIEventQueueChain.h
…
nsProcess.h
…
nsProcessCommon.cpp
…
nsProcessMac.cpp
…
nsThread.cpp
Fix assertion from out-of-bounds array access. Bug 175440, r=timeless, sr=alecf
2002-11-09 17:43:33 +00:00
nsThread.h
175932. UMR: PostTimerEvent() does not check return value from GetPRThread(). Thanks to Andrew Schultz for pointing this out. r=pavlov, sr=darin. Also includes 175440 - using nsCOMArray in nsThreadPool, patch by bzbarsky@mit.edu
2002-11-08 04:46:58 +00:00
nsTimerImpl.cpp
Implement support for re-initializing timers (even one-shots), and doc-comment
2002-12-04 00:57:20 +00:00
nsTimerImpl.h
Implement support for re-initializing timers (even one-shots), and doc-comment
2002-12-04 00:57:20 +00:00
plevent.c
Bug 44678 - On Mac, use a custom Carbon event to signal that the PLEvent queue needs to be processed. r=sdagley/sr=sfraser
2002-12-19 15:25:57 +00:00
plevent.h
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
TimerThread.cpp
…
TimerThread.h
…