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
Files
dcda3caccf8421b993e06d0e4e3ba67d306ed2a4
Mozilla
/
mozilla
/
xpcom
/
appshell
/
eventloop
/
windows
History
tbogard%aol.net
e1325fa173
Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively.
...
git-svn-id: svn://10.0.0.236/trunk@52377 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 07:40:19 +00:00
..
makefile.win
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
nsCAppLoop.cpp
Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively.
1999-11-01 07:40:19 +00:00
nsCAppLoop.h
…
nsCBreathLoop.cpp
Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively.
1999-11-01 07:40:19 +00:00
nsCBreathLoop.h
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
1999-09-28 16:52:10 +00:00
nsCEvent.cpp
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
1999-09-28 16:52:10 +00:00
nsCEvent.h
…
nsCEventFilter.cpp
…
nsCEventFilter.h
…
nsCPlatformBaseLoop.cpp
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
1999-09-28 16:52:10 +00:00
nsCPlatformBaseLoop.h
1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
1999-09-28 16:52:10 +00:00
nsCThreadLoop.cpp
Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively.
1999-11-01 07:40:19 +00:00
nsCThreadLoop.h
Factored the common code found in all the platforms into a single base class that is inserted higher up the class heirarchy. This allows us to further reduce the amount of cut and paste code that would have to be done.
1999-09-01 11:09:10 +00:00
nsCWinFilter.h
…
nsIWinEvent.idl
…
nsIWinEventFilter.idl
…