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
/
appshell
/
eventloop
/
windows
History
alecf%netscape.com
e28607491e
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
...
git-svn-id: svn://10.0.0.236/trunk@102999 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-17 19:06:35 +00:00
..
makefile.win
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
nsCAppLoop.cpp
…
nsCAppLoop.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
nsCBreathLoop.cpp
…
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
…
nsCEvent.h
Implemented nsIWinEvent and nsIWinEventFilter to allow picking the windows platform structure apart rather than grabbing as a blob.
1999-09-16 06:43:26 +00:00
nsCEventFilter.cpp
…
nsCEventFilter.h
…
nsCPlatformBaseLoop.cpp
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
2000-04-02 07:17:25 +00:00
nsCPlatformBaseLoop.h
…
nsCThreadLoop.cpp
…
nsCThreadLoop.h
…
nsCWinFilter.h
…
nsIWinEvent.idl
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug
#18433
2000-06-03 09:46:12 +00:00
nsIWinEventFilter.idl
…
win32.order
…