.. |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
|
2005-04-01 18:22:57 +00:00 |
TimerThread.cpp
|
Bug 179056 "Check for new message every" stops after hibernate. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=emaijala+sfraser, sr=roc
|
2006-02-23 17:02:45 +00:00 |
TimerThread.h
|
fixes bug 279852 "nsWeakReference not threadsafe assertions due to TimerThread::Init" r=sfraser sr=bryner
|
2005-03-14 06:37:01 +00:00 |
nsAutoLock.cpp
|
Fixing nondebug mAddr is a debug paranoia thing.
|
2004-09-10 06:02:07 +00:00 |
nsAutoLock.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsEnvironment.cpp
|
Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie
|
2006-03-19 02:52:30 +00:00 |
nsEnvironment.h
|
Windows bustage fix - nsresult should have been NS_METHOD
|
2004-01-23 11:04:20 +00:00 |
nsEventQueue.cpp
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsEventQueue.h
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsEventQueueService.cpp
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsEventQueueService.h
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsEventQueueUtils.h
|
fixes bug 193917 "incorporate changes from bz's comments in bug 176919" r+sr=bzbarsky
|
2003-10-09 01:54:07 +00:00 |
nsIEnvironment.idl
|
Bug 227500 Provide scriptable environment access p=bsmedberg,gisburn r/sr=dougt
|
2004-01-23 10:23:12 +00:00 |
nsIEventQueue.idl
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsIEventQueueService.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsIEventTarget.idl
|
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
|
2003-10-06 01:46:31 +00:00 |
nsIProcess.idl
|
fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst
|
2004-04-15 23:30:05 +00:00 |
nsIRunnable.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsISupportsPriority.idl
|
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
|
2005-02-21 22:21:21 +00:00 |
nsIThread.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsITimer.idl
|
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
|
2005-05-04 20:22:32 +00:00 |
nsITimerInternal.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsITimerManager.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsPIEventQueueChain.h
|
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
|
2006-01-17 15:41:40 +00:00 |
nsProcess.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsProcessCommon.cpp
|
WinCE only. ShellExecute is now in the shunt lib, so I can remove a WINCE #define. Also, for process creation WinCE uses NSPR like a good child.... i wonder why the other platforms don't as well.
|
2005-09-02 18:00:23 +00:00 |
nsThread.cpp
|
Bug 310487 thread leak
|
2005-09-30 20:46:14 +00:00 |
nsThread.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsTimerImpl.cpp
|
Bug 331012 - topcrash on exit [@timerthread::updatefilter] - r=darin
|
2006-03-21 14:46:35 +00:00 |
nsTimerImpl.h
|
Allow XPCOM to be restarted. r+sr=darin with grudging consent from dougt. Bug 239819
|
2004-05-11 09:38:50 +00:00 |
plevent.c
|
Bug 305949 Part 1 - Separate the frozen XPCOM exports with the XPCOM_API macro; add compatibility methods to the frozen string API; convert most of the tests/tools to use the xpcom glue when appropriate r=darin This checking does not actually stop exporting the nonfrozen methods yet, pending a bunch of test cleanup throughout the tree.
|
2005-11-08 18:17:49 +00:00 |
plevent.h
|
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
|
2005-11-14 20:09:51 +00:00 |