15624 Commits

Author SHA1 Message Date
mcafee%netscape.com
0fb9fcce7e First checkin for unix 1999-02-02 03:18:44 +00:00
mcafee%netscape.com
329c5d08d2 Adding License 1999-02-02 03:16:52 +00:00
mcafee%netscape.com
2acf05a283 TestAtoms, TestCRT, CvtURL now build on Linux, removing unused REQUIRES line 1999-02-02 03:16:07 +00:00
mcafee%netscape.com
0b6b3b5936 Moving fe_GetConfigDir() to prefs. 1999-02-02 03:12:36 +00:00
mscott%netscape.com
bbda218b52 Fix a bug in my ReadLine implementation where I wasn't properly killing off CRLFs before returning the line. Added code which writes article contents to a file as RFC-822. Now we just need a hook into the viewer app to display the file and we can display articles in HTML. Yeah!. 1999-02-02 03:09:50 +00:00
mcafee%netscape.com
e266fb4015 Moving XP_ReBuffer() and XP_Trace() from xp_stubs.c to xp_stub.c, sorry I didn't see the original stub file. Retiring xp_stubs.c. 1999-02-02 03:08:03 +00:00
mscott%netscape.com
383db939c2 Cast away constness for newsgroup interface for testing purposes...If we need to do this in the real news host, we'll change the news host interface such that the newsgroup passed in is not const.. 1999-02-02 03:05:39 +00:00
mscott%netscape.com
07602b3936 Changed file name. 1999-02-02 02:50:46 +00:00
beard%netscape.com
a87d810dc8 added files: mozilla/base/src/nsArena.cpp 1999-02-02 02:46:00 +00:00
leaf%mozilla.org
dcbed07465 readding file for mscott 1999-02-02 02:33:32 +00:00
sfraser%netscape.com
dc69b753a1 Add method to nsIDOMSelection to get focus and anchor nodes and offsets, and implemenations for these in nsRangeList.cpp 1999-02-02 02:13:09 +00:00
mcafee%netscape.com
938f5f070b Ignore generated binaries 1999-02-02 01:52:35 +00:00
mcafee%netscape.com
c46e798651 Ignore generated binaries 1999-02-02 01:47:19 +00:00
rhp%netscape.com
55814cf979 Changes for XPCOM interface. 1999-02-02 01:46:54 +00:00
rhp%netscape.com
ad3123c45f changes for xpcom interface 1999-02-02 01:46:02 +00:00
rhp%netscape.com
21d8b4d7fb updates for bulid changes 1999-02-02 01:45:35 +00:00
kipp%netscape.com
6f8d5d8970 Added a missing init of the refcnt 1999-02-02 01:32:09 +00:00
coop%netscape.com
ad630a62a1 NOT YET PART OF SEAMONKEY:
* fixed header pointer assignment problem
* removed useless defines
* added correct level of indirection for sub-structs of header
1999-02-02 01:26:36 +00:00
rhp%netscape.com
cd66812566 New changes for XP-COM interface for Content Type handler
plugins.
1999-02-02 01:21:14 +00:00
mjudge%netscape.com
ceb08a0190 scoping incorrect for for loops on vc5.0 didnt catch this. nasty habbit of mine. 1999-02-02 01:18:41 +00:00
mjudge%netscape.com
d8dc98b1ba commas trailing on enum illegal even if vc50 says its ok 1999-02-02 01:16:57 +00:00
rhp%netscape.com
6694713998 Update test for accessing XP-COM interface. 1999-02-02 01:11:42 +00:00
rhp%netscape.com
eb5d84d267 New files for accessing XP-COM interface for libmime internals 1999-02-02 01:10:00 +00:00
rhp%netscape.com
ae73ba46b3 Changes to access XP-COM interface. 1999-02-02 01:09:05 +00:00
rhp%netscape.com
6cc17f7e9b Accessing internal object system via XP-COM. 1999-02-02 01:08:13 +00:00
mcafee%netscape.com
a9f46578c7 Ignore generated Makefile 1999-02-02 01:03:32 +00:00
bienvenu%netscape.com
91571134b3 start adding message headers to db 1999-02-02 00:53:19 +00:00
bienvenu%netscape.com
7fecad6d45 start using row methods 1999-02-02 00:52:17 +00:00
mcmullen%netscape.com
0a2b2c6cf4 Write recent errors file to log file ALWAYS, so that the log file contains warnings, too. Get MacPerl to call WaitNextEvent() while doing manifest, so that you can get other work done during this lengthy process. 1999-02-02 00:51:09 +00:00
waterson%netscape.com
1261fed0ac Initial revision. 1999-02-02 00:43:56 +00:00
mjudge%netscape.com
cd2d3d137c keyboard navigation of selection. adding API for nsIFrame. fixing nsFrame and nstextframe to reflect the implementations of the nsIFrame API. nsRangeList implements the handlekeyevent now. 1999-02-02 00:23:40 +00:00
alecf%netscape.com
3ca8ab75b0 update nsIMsgFolder to reflect new XPIDL compiler output 1999-02-02 00:20:21 +00:00
alecf%netscape.com
94e1191641 first attempt at using PL_ProcessEventQueue as the Unix main loop 1999-02-02 00:19:40 +00:00
alecf%netscape.com
a3316468f4 update to reflect new XPIDL generated API 1999-02-02 00:18:11 +00:00
alecf%netscape.com
1fc96b3fcc fix case error so that we include the right file 1999-02-02 00:16:50 +00:00
briano%netscape.com
35630557c5 Automated update 1999-02-02 00:16:20 +00:00
alecf%netscape.com
939afa6099 update header files with output from new XPIDL compiler 1999-02-02 00:15:54 +00:00
alecf%netscape.com
d3257efed1 build local folders in Unix build 1999-02-02 00:13:52 +00:00
alecf%netscape.com
7ae7a62b54 don't check in Makefile 1999-02-02 00:13:17 +00:00
wtc%netscape.com
35abd8a9b8 Bugsplat bug #340658: implemented a version of the atomic routines
for the pthreads version that doesn't require NSPR to be initialized.
1999-02-02 00:08:25 +00:00
nhotta%netscape.com
44866e8b7b Changed the class name from WinFactory to UnixFactory. 1999-02-01 23:56:54 +00:00
davidm%netscape.com
4217faf63a 2439 [PP] Links are not underlined correctly 1999-02-01 23:50:25 +00:00
kmcclusk%netscape.com
d71b7f88d5 TextAreas now initialize their content area using default text specified in
the HTML File.
1999-02-01 23:49:21 +00:00
nhotta%netscape.com
034a3ff9b8 Changed out string to nsString. 1999-02-01 23:40:02 +00:00
nhotta%netscape.com
57c01c80e1 Changed for nsIDateTimeFormat interface. 1999-02-01 23:33:13 +00:00
wtc%netscape.com
128a2efb86 Pthreads version doesn't need _MD_StartInterrupts().
Modified files: prinit.c and ptmisc.c.
1999-02-01 23:25:44 +00:00
wtc%netscape.com
5449f15edc Commented out the sigwait() call for BSDI. BSD/OS 3.1 does not have
the sigwait() function.
1999-02-01 23:24:58 +00:00
joki%netscape.com
d3d55842da Modifying window.closed to check existence to webshell, not document 1999-02-01 23:21:58 +00:00
waterson%netscape.com
b84c9790c5 Modified style sheet to have appropriate XUL tree styles. 1999-02-01 23:11:31 +00:00
kmcclusk%netscape.com
ab7e565d59 Modified nsTextControlFrame::Paint to correctly paint the contents of a
multi-line text area.
1999-02-01 23:09:06 +00:00