111359 Commits

Author SHA1 Message Date
darin%netscape.com
9ee1897999 eliminate ipcIService::forwardMessage 2002-10-31 17:55:19 +00:00
mikep%oeone.com
e6935a1f84 Fixing publishing to FTP URL, bug 177589 2002-10-31 15:41:13 +00:00
caillon%returnzero.com
6865d45b89 Bug 177179
slightly optimize inDOMView::GetNodeTypeKey
r=timeless/jkeiser sr=bzbarsky a=roc+moz
2002-10-31 15:25:52 +00:00
ccarlen%netscape.com
e0661af41f Bug 143086 - Unicode input handler eats Cmd keys. r=brade/sr=sfraser/a=roc+moz 2002-10-31 15:09:17 +00:00
mikep%oeone.com
3ea00975ce Fixing copy function. 2002-10-31 14:52:32 +00:00
bugreport%peshkin.net
c2d00ecd2a Bug 95430 Reopening en masse fails.
Patch by jeff.hedlund
r=justdave, joel
2002-10-31 14:45:19 +00:00
mikep%oeone.com
71f79707f4 Fixing problems with upgrading old calendar data. 2002-10-31 14:26:05 +00:00
darin%netscape.com
a2d49368d3 make modules work again under linux 2002-10-31 09:21:42 +00:00
darin%netscape.com
1f6b6aae1d fix compilation problems under linux 2002-10-31 08:57:31 +00:00
darin%netscape.com
d34899750d adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00
dveditz%netscape.com
8546c64322 bug 157646 corrupt zip archive filesize can lead to heap overrun r=mstoltz, sr=daring, a=roc (plus tab removals) 2002-10-31 06:27:20 +00:00
dveditz%netscape.com
e37635e2c0 bug 164695 prevent heap overrun if jar manifest file has size -1 (corrupt/malicious archive). Also fixes unrelated potential memory leak. r=mstoltz, sr=darin, a=roc 2002-10-31 06:23:52 +00:00
justdave%syndicomm.com
3d5579582f Fix for bug 177099: stored queries ordering and editing were broken after moving to CGI.pm. They work again now.
r=bbaetz
2002-10-31 05:30:49 +00:00
wtc%netscape.com
d73aa81a3e Bug 176543: handle the case of invoking a program wit no arguments. The
command line should be an empty string in that case.  Initialize newEnvp.
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
2002-10-31 05:00:01 +00:00
morse%netscape.com
67bdf7e14a bug 174104, secure cookies not recognized as secure, r=mstoltz, sr=dveditz, a=chofmann 2002-10-31 03:07:29 +00:00
heikki%netscape.com
9492effc69 Bug 152701, XMLExtras properties should not be available in mailnews. r=harishd, sr=dveditz, aroc+moz. 2002-10-31 02:59:12 +00:00
bugreport%peshkin.net
33a982d398 Bug 175838 Reopening a bug does not clear resolution, nor does selecting 'clear resolution'
patch by jeff.hedlund@matrixsi.com
2xr=gerv
2002-10-31 02:44:05 +00:00
aaronl%netscape.com
22455d5555 Bug 175242. Typeaheadfind shouldn't be active in print preview. r=kyle, sr=alecf, a=roc+moz 2002-10-31 02:38:40 +00:00
aaronl%netscape.com
5e1fd7262c Bug 177083. Mozilla won't start on win95. r=kyle, sr=alecf, a=asa 2002-10-31 02:15:11 +00:00
jpierre%netscape.com
f3907a7439 Fix for 177208 - unmark arena when DER decoding is successful 2002-10-31 01:54:13 +00:00
chanial%noos.fr
c3441f7620 fix various DND/copy bookmark/folder issues 2002-10-31 01:30:43 +00:00
igor%mir2.org
b9a8bd50ee Fixing regression introduced by 1.93: during generation of code for NEW and CALL do not assume that function name index would be the index of the last string in the string table as due to name sharing it can be any index. Instead NEW and CALL generator uses lastStringIndex which is updated in addString and holds the last used string index. 2002-10-31 01:19:53 +00:00
pschwartau%netscape.com
8bef1acaa9 Don't ever run shell.js files as tests; they are only utility files. 2002-10-31 01:01:20 +00:00
jpierre%netscape.com
8083074fbc Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix CRL signature verification and clean up internal functions . r=mcgreer,relyea,nelsonb,wtc 2002-10-30 23:31:38 +00:00
mikep%oeone.com
386dfe8085 New build, adding in ability to import outlook data (via csv files) 2002-10-30 21:50:00 +00:00
mikep%oeone.com
f12a078f53 Fixing function name for pressing delete key. 2002-10-30 21:45:50 +00:00
pschwartau%netscape.com
3133a1cf8b Initial add. Regression test for bug 177314. 2002-10-30 20:34:13 +00:00
rogerl%netscape.com
c28bac80d2 Fixed finally invocation. 2002-10-30 19:10:38 +00:00
relyea%netscape.com
5d8b5a40ce Fix build breakage. Some platforms do not like to assign unsigned char * to
char * without a cast.
2002-10-30 19:01:21 +00:00
mikep%oeone.com
4db08fead6 Removing files. 2002-10-30 18:44:58 +00:00
mikep%oeone.com
0d6de38d8e Fixing bug 177299, don't change view if multiple day event is visible. 2002-10-30 18:41:36 +00:00
mikep%oeone.com
c2ca29c35c Fixing bug 177298, problem with event length after dragging and dropping. 2002-10-30 18:34:54 +00:00
mikep%oeone.com
be65a36eed Changing wording for more accurate descriptions. 2002-10-30 18:23:59 +00:00
mikep%oeone.com
9f55614bf2 Removing unused code, still no images working for priority and completed. 2002-10-30 18:23:30 +00:00
mikep%oeone.com
035ec44f05 Changing email so that you can now email more than one event, bug 177344. 2002-10-30 18:15:02 +00:00
mikep%oeone.com
ec0c0a5e41 Fixing bug 177431 2002-10-30 18:03:30 +00:00
blythe%netscape.com
25a3ca23ca Not part of any build.
Temporary directories are to be unique.
2002-10-30 17:46:03 +00:00
relyea%netscape.com
4db4a5989a The Serial number needs to be the DEREncoded serial number, not the decoded
Serial number.
2002-10-30 17:22:06 +00:00
relyea%netscape.com
c301258ee1 Check in new certdata file generated from certdata.txt 2002-10-30 17:20:59 +00:00
mikep%oeone.com
19abb2d097 Fixing tooltip name. 2002-10-30 17:19:42 +00:00
mikep%oeone.com
fd2ec9f8a0 Chaning tooltip name. 2002-10-30 17:18:59 +00:00
mikep%oeone.com
5a7a13b431 Fixing a spelling mistake, adding in changing the cursor back to normal after dialog has opened. 2002-10-30 17:18:31 +00:00
relyea%netscape.com
014936248b Allow the builtin's to accept old style serial numbers as well the the correct
PKCS #11 serial numbers.
2002-10-30 17:18:14 +00:00
mikep%oeone.com
174c45d2ac Changing tree to be built from JS function, instead of by hand. This allows sorting on the tasks tree, bug 155888 2002-10-30 17:16:52 +00:00
mikep%oeone.com
d13cd8cf3d Moving functions to calendar.js. 2002-10-30 17:14:40 +00:00
mikep%oeone.com
15ab4c7586 Some function renaming. 2002-10-30 17:13:57 +00:00
mikep%oeone.com
090688c665 New build. 2002-10-30 17:12:28 +00:00
rogerl%netscape.com
363597ae65 Throw across activations. 2002-10-30 17:12:06 +00:00
relyea%netscape.com
a8cddf9408 Make the Serial Numbers DER Wrapped rather than raw serial numbers.
This is required by PKCS #11 and was causing some bugs in NSS 3.6.
2002-10-30 17:09:28 +00:00
mostafah%oeone.com
001f4cf1d5 Fixed some problems with multi-day event displaydates 2002-10-30 15:55:02 +00:00