warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
dp%netscape.com
9315f8f646
Adding in class headers.
2000-05-05 06:53:09 +00:00
dp%netscape.com
729a0d90d8
Including class headers.
2000-05-05 06:49:13 +00:00
dp%netscape.com
b2d38b0460
Converting to generic module.
2000-05-05 05:59:42 +00:00
pinkerton%netscape.com
291a02837e
missing string conversion for comparing AutoString with Unichar*
2000-04-27 21:58:43 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
0d63199902
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
mccabe%netscape.com
31d6c9de6b
Adding [noscript].
2000-03-18 02:34:02 +00:00
mccabe%netscape.com
ff15437205
Adding [noscript], to get past my recently-added xpidl compiletime error. Looks like I missed a file.
2000-03-18 02:01:19 +00:00
shaver%netscape.com
506027739d
Repair missing newlines at end of files, and remove lines of the form
...
#endif foo
both of which upset HPUX's compiler quite a bit.
Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>.
1999-11-26 05:33:35 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
tbogard%aol.net
15d1f9caf3
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
tbogard%aol.net
748ff1f5ef
Changed NS_IMETHOD to NS_IMETHODIMP on implemented function.
1999-10-31 07:38:44 +00:00
dveditz%netscape.com
2b60c91417
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
pavlov%netscape.com
542000257a
add newline at the end of the files
1999-09-28 21:21:31 +00:00
pavlov%netscape.com
b8eadc13f4
change emacs headers to use C++ instead of IDL and add newline to bottom of files
1999-09-28 21:20:18 +00:00
tbogard%aol.net
7286391b96
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.
...
2.) The various Run* routines were made more general. This allowed me to move them completely within the nsCBaseLoop code rather than have them duplicated across the different Base Loop Typed classes. This avoids the cut and pasting of code, that will probably be tweaked in the future.
3.) To support the new Run* routines, I have added a RetrieveNextEvent and then a PlatformRetrieveNextEvent. The first is implemented in nsCBaseLoop. This was added to facilitate ordering of event retrieval in the near future (ie, pulling system events before normal events, or pulling PLEvents etc.) The second function is one that platform code must override. This is different for each loop type. Basically this is supposed to be whatever it takes for a given implementation to pull the next event off the queue for the given loop type. So in the Windows world, this function calls GetMessage() for the Thread and App loop types and then PeekMessage() with PM_REMOVE set for the Breath loop type.
This code is compiled but not used by the main build. A=chofmann
1999-09-28 16:52:10 +00:00
briano%netscape.com
12f9f9743e
General cleanup.
1999-09-18 02:12:56 +00:00
tbogard%aol.net
d120b1b238
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
Jerry.Kirk%Nexwarecorp.com
4c7d3ba08b
Add new Photon files I forgot yesterday
1999-09-09 14:44:37 +00:00
Jerry.Kirk%Nexwarecorp.com
abd2152d34
Major change in ncCEvent, I made another encapsulation layer called
...
nsCPhEvent
1999-09-08 20:11:24 +00:00
tbogard%aol.net
7cb1511edf
Clarified some documentation.
1999-09-08 19:24:16 +00:00
Jerry.Kirk%Nexwarecorp.com
e0177be7e3
First attempt at a unix Makefile for the nativeApp directory.
...
I have it building a static lib right now, but I think thats wrong,
going to talk to Travis to see what this really is/should be.
1999-09-08 14:42:26 +00:00
Jerry.Kirk%Nexwarecorp.com
69376c4960
First attempt at unix Makefile for the xp directory. Makes use of MOZ_TOOLKIT
...
to include certain files. It creates a static library that is then included
into a shared library by each toolkits code.
Also checked in the Photon event and filter definition.
1999-09-08 14:40:13 +00:00
Jerry.Kirk%Nexwarecorp.com
7dea081905
First attempt at getting unix Makefiles to work, not sure where
...
everything goes just yet..
1999-09-08 14:38:21 +00:00
Jerry.Kirk%Nexwarecorp.com
052948a798
First attempt at a unix Makefile for appshell. It descends into the "xp"
...
directory and then into photon or gtk depending on the toolkit.
1999-09-08 14:36:49 +00:00
Jerry.Kirk%Nexwarecorp.com
727b62738e
Just the beginnings of a Photon Event Loop, still work in progress
1999-09-03 12:55:19 +00:00
tbogard%aol.net
be73565eac
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
tbogard%aol.net
8fd6b1467b
First checkin of nativeApp and the xp event loop. Not connected to the build yet.
1999-09-01 00:56:38 +00:00
tbogard%aol.net
061fe901dd
Moving Event loop interfaces to it's new home from xpcom/apps. Implementation will start here. Also renamed msg to be event to be less windows-ish.
1999-08-24 05:47:30 +00:00