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
roc+%cs.cmu.edu
57bffe2488
Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa
...
git-svn-id: svn://10.0.0.236/trunk@177889 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 21:03:12 +00:00
..
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
nsAutoLock.cpp
…
nsAutoLock.h
…
nsEnvironment.cpp
…
nsEnvironment.h
…
nsEventQueue.cpp
Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa
2005-08-16 21:03:12 +00:00
nsEventQueue.h
Fix revokeEvents to reliably revoke them. Bug 284389, r=darin, sr=dbaron,
2005-04-15 03:17:13 +00:00
nsEventQueueService.cpp
Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa
2005-08-16 21:03:12 +00:00
nsEventQueueService.h
…
nsEventQueueUtils.h
…
nsIEnvironment.idl
…
nsIEventQueue.idl
Fix revokeEvents to reliably revoke them. Bug 284389, r=darin, sr=dbaron,
2005-04-15 03:17:13 +00:00
nsIEventQueueService.idl
…
nsIEventTarget.idl
…
nsIProcess.idl
…
nsIRunnable.idl
…
nsISupportsPriority.idl
…
nsIThread.idl
…
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
…
nsITimerManager.idl
…
nsPIEventQueueChain.h
Fix revokeEvents to reliably revoke them. Bug 284389, r=darin, sr=dbaron,
2005-04-15 03:17:13 +00:00
nsProcess.h
…
nsProcessCommon.cpp
…
nsThread.cpp
Bug 296506 [@ nsThread::Main]
2005-06-08 07:33:39 +00:00
nsThread.h
…
nsTimerImpl.cpp
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
nsTimerImpl.h
…
plevent.c
Disabling USE_TIMER on windows ce. posting directly to the message queue seams to be far more effective. a=asa. WINCE only change
2005-07-26 04:22:11 +00:00
plevent.h
…
TimerThread.cpp
…
TimerThread.h
…