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
waterson%netscape.com
2242e97898
Fix variable scoping problem that busts #ifdef DEBUG build.
...
git-svn-id: svn://10.0.0.236/trunk@46162 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:40:22 +00:00
..
Makefile.in
Deadlock detection hacks.
1999-09-06 19:28:56 +00:00
makefile.win
Deadlock detection hacks.
1999-09-06 19:28:56 +00:00
MANIFEST
…
nsAutoLock.cpp
Fix variable scoping problem that busts #ifdef DEBUG build.
1999-09-07 05:40:22 +00:00
nsAutoLock.h
Pick nits.
1999-09-06 23:00:17 +00:00
nsEventQueue.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsEventQueue.h
Adding IsQueueOnCurrentThread().
1999-06-14 20:20:33 +00:00
nsEventQueueService.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsEventQueueService.h
…
nsIEventQueue.h
Adding IsQueueOnCurrentThread().
1999-06-14 20:20:33 +00:00
nsIEventQueueService.h
Added |GetIID()|
1999-06-29 20:28:56 +00:00
nsIThread.h
…
nsThread.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsThread.h
…