28592 Commits

Author SHA1 Message Date
scc%netscape.com
f951053c41 replaced tabs with spaces as per our standards 1999-06-02 01:59:28 +00:00
mcmullen%netscape.com
c2088731b7 First Checked In. 1999-06-02 01:59:23 +00:00
blizzard%redhat.com
9e860bf8cb more work in initialization code 1999-06-02 01:48:21 +00:00
jband%netscape.com
dd6abc2c4a removing this unused and ill-named file 1999-06-02 01:47:19 +00:00
blizzard%redhat.com
880a6c787e fix some background color settings, remove something from the event mask 1999-06-02 01:47:13 +00:00
scc%netscape.com
5de8115999 added comparisons that will allow |nsnull != myPtr| et al 1999-06-02 01:29:55 +00:00
jband%netscape.com
de6e3b6a69 updated status page 1999-06-02 01:25:08 +00:00
blizzard%redhat.com
88a9c86123 fix implementation of the creation of DrawingSurfaces 1999-06-02 01:18:05 +00:00
blizzard%redhat.com
e7e05cc9fa fix call signature for XCopyArea() 1999-06-02 01:16:56 +00:00
briano%netscape.com
0258d12120 No need to build bsdecho anymore. 1999-06-02 01:15:08 +00:00
rickg%netscape.com
2525d04098 replaced nsString2.h references with nsString.h 1999-06-02 01:03:41 +00:00
jband%netscape.com
b5eae98789 use only C style comments in these files to make Irix happy 1999-06-02 00:57:32 +00:00
dougt%netscape.com
38256b293e Removing direct link to libpref. Now using the wonders of xpcom. 1999-06-02 00:56:13 +00:00
dougt%netscape.com
4a351fec85 removing direct link to prefs. 1999-06-02 00:52:40 +00:00
dougt%netscape.com
63f5da2af4 Calling pref via xpcom. 1999-06-02 00:52:18 +00:00
dougt%netscape.com
2c733eac7c Adding Gestalt() to Install object 1999-06-02 00:45:46 +00:00
jfrancis%netscape.com
a1af08bb72 fix for subtree iter Init - now works when inited over a single textnode 1999-06-02 00:41:45 +00:00
danm%netscape.com
d05e3a906f fixed firstTime assertion in destructor 1999-06-02 00:33:49 +00:00
nhotta%netscape.com
e7601c2c62 Bug fix for 7425. 1999-06-02 00:16:23 +00:00
alecf%netscape.com
f2d0f1ba0f stop using [] operator on nsISupportsArray - going away for scriptability 1999-06-02 00:14:41 +00:00
rjc%netscape.com
4331961643 Add ability to find "Internet Search Sites" folder on Mac. 1999-06-02 00:12:10 +00:00
ducarroz%netscape.com
2231cce93e Mailnews use XPIDL 1.0d5 to generated header files. 1999-06-02 00:11:39 +00:00
alecf%netscape.com
52492a749f stop using [] operator on nsISupportsArray - going away for scriptability. 1999-06-02 00:07:54 +00:00
ducarroz%netscape.com
7dbaf5428f Update the IDL file in order to be able to use it finally... Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:23 +00:00
ducarroz%netscape.com
6ddaf266ac Close message compose window after sending the message. Fix for bug #7161 1999-06-02 00:07:22 +00:00
ducarroz%netscape.com
7161234e94 Don't export header files that are generated by the XPIDL compiler. Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:21 +00:00
rjc%netscape.com
be0b2911a6 Checking in a workaround for bug #7437 until Rickg fixes that. 1999-06-02 00:01:23 +00:00
mjudge%netscape.com
ffa57f8c76 invalid != for unix I will investigate this later. What i am checkin in now SHOULD remove any ambiguity in the code. 1999-06-01 23:53:01 +00:00
dougt%netscape.com
7893b20282 Removing AddRef and Release. Moving to MACRO.
Fixing qi.
1999-06-01 23:33:55 +00:00
rogerl%netscape.com
f2fe8631dd Bug #7197 (related) - capture and free char pointers going to error
reporter.
Bug #5875 - eval of named function within a function resulted in the
function not being visible at the start of the eval string.
1999-06-01 23:17:19 +00:00
alecf%netscape.com
17776c8398 stop using [] operator on nsISupportsArrays - going away for scriptability 1999-06-01 23:15:03 +00:00
pnunn%netscape.com
2a259bc613 These 2 lines caused a crash with editor. Take out for study. pnunn. 1999-06-01 23:14:55 +00:00
alecf%netscape.com
6cb432c642 stop using [] operator on nsISupportsArrays (going away for scriptability) 1999-06-01 23:13:37 +00:00
ducarroz%netscape.com
7f790e91a1 First Checked In. 1999-06-01 23:12:32 +00:00
alecf%netscape.com
960301ec8f stop using [] operator (going away for scriptability) 1999-06-01 23:10:12 +00:00
rogerl%netscape.com
1542ad9856 Bug #7197 - free other error report message junk 1999-06-01 23:07:59 +00:00
mjudge%netscape.com
864e061209 new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers. 1999-06-01 23:04:13 +00:00
danm%netscape.com
5b77f19cc1 protect nsWebShell's destructor from being called recursively a little earlier in the destructor. fixes a crash (bug 7157). 1999-06-01 23:02:15 +00:00
andreas.otte%primus-online.de
0ee202af9f make libnetwerk.so a component 1999-06-01 22:49:26 +00:00
rogerl%netscape.com
2622a174d3 Fixed non-terminating regexp when max quantifier is unspecified as in :
var s = 'zzabc.';
var reg = /[^z]{1,}\./;
s.match(reg);
- wasn't checking for reaching end of text.
1999-06-01 22:43:17 +00:00
evaughan%netscape.com
b7e419646f added a fieldset example. 1999-06-01 22:30:59 +00:00
pierre%netscape.com
c19dd17e4a Don't printf() like crazy when displaying very long pages such as http://slip/res-lib/morte1.htm in DEBUG builds. 1999-06-01 22:11:32 +00:00
jfrancis%netscape.com
388fb3940d linking against nspr 1999-06-01 22:07:00 +00:00
andreas.otte%primus-online.de
236c4d6dc1 Ignore TestSocketTransport 1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de
36157ecdd2 Build TestProtocols 1999-06-01 22:03:48 +00:00
valeski%netscape.com
ae0a59dca1 variable name change 1999-06-01 22:03:47 +00:00
andreas.otte%primus-online.de
0b3baf7402 Some fixes to build TestProtocols under linux 1999-06-01 22:02:40 +00:00
nhotta%netscape.com
2c2d26f147 Consolidated old conversion wrapper function. 1999-06-01 22:00:16 +00:00
pnunn%netscape.com
fc96989970 move kISupportsIID declaration local. pnunn. 1999-06-01 21:53:12 +00:00
evaughan%netscape.com
4903f45e54 Reworked fieldsets to fix numerous bugs. 1999-06-01 21:52:11 +00:00