.. |
.cvsignore
|
|
|
Makefile.in
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
makefile.win
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
MANIFEST
|
silly mac, get a real build system
|
2001-12-16 07:53:25 +00:00 |
MANIFEST_IDL
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
nsAutoLock.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsAutoLock.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsEventQueue.cpp
|
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
|
2001-11-07 06:24:10 +00:00 |
nsEventQueue.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsEventQueueService.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsEventQueueService.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIEventQueue.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIEventQueueService.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIProcess.idl
|
New interface for creating and managing processes. New feature for bug 62167. a=dougt sr=brendan
|
2001-01-19 21:23:24 +00:00 |
nsIRunnable.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIScriptableTimer.idl
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
nsIThread.idl
|
Add IsMainThread to nsIThread. r=danm@netscape.com, sr=darin@netscape.com 112397
|
2001-11-30 00:06:32 +00:00 |
nsIThreadPool.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsITimer.h
|
Land update notifications.
|
2002-02-20 04:01:34 +00:00 |
nsITimerCallback.h
|
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
|
2001-12-16 06:13:17 +00:00 |
nsPIEventQueueChain.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsProcess.h
|
Added CR to end of file for certain unix platforms.(originally checked in from windows as part of fix for 62167
|
2001-01-22 21:40:33 +00:00 |
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
|
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
|
2002-01-07 14:35:04 +00:00 |
nsThread.cpp
|
Add IsMainThread to nsIThread. r=danm@netscape.com, sr=darin@netscape.com 112397
|
2001-11-30 00:06:32 +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 |
nsTimerImpl.cpp
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
nsTimerImpl.h
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
plevent.c
|
Bugzilla bug 109389: changed the PLEvent event receiver window class
|
2001-11-14 01:37:41 +00:00 |
plevent.h
|
Bug #67370. Better interleaving of xlib + plevents. r=danm sr=shaver
|
2001-03-12 23:57:18 +00:00 |
TimerThread.cpp
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |
TimerThread.h
|
Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
|
2002-03-08 20:11:49 +00:00 |