Commit Graph

111372 Commits

Author SHA1 Message Date
jpierre%netscape.com
9c6ca52dde Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and created problems when restarting NSS . r=relyea 2002-10-31 22:02:10 +00:00
rogerl%netscape.com
8b67ca9fe4 Linux build fixes. 2002-10-31 21:39:47 +00:00
rogerl%netscape.com
04aea2338e Linux build fixes. 2002-10-31 21:25:35 +00:00
leaf%mozilla.org
c70a5d7c86 Automated update 2002-10-31 21:24:53 +00:00
pschwartau%netscape.com
6a60c444fd Improving comments. 2002-10-31 21:24:25 +00:00
rogerl%netscape.com
c4959936fb Fixing Linux build. 2002-10-31 21:12:59 +00:00
rogerl%netscape.com
c7fa7c3407 Fixing Linux build. 2002-10-31 21:08:13 +00:00
mikep%oeone.com
09cbe4e3f2 Fixing some small bugs with event selection thanks to the latest fixes. 2002-10-31 20:14:12 +00:00
mikep%oeone.com
e49ecd62d1 Fixing search bug so that when you change filter, the search doesn't flash any longer. 2002-10-31 19:12:52 +00:00
blakeross%telocity.com
7270e00c63 Remove delay in moving finished download to finished download area. 2002-10-31 19:12:39 +00:00
rogerl%netscape.com
8ec5f027a9 Removing DikDik files. 2002-10-31 19:06:24 +00:00
blakeross%telocity.com
21c4150622 Themes -> Themes and Extensions. 2002-10-31 19:05:58 +00:00
mikep%oeone.com
4df5295cd9 Code cleanup, fixing bug when user has a search, changing event filter uses the event table with the search results, not all the events. 2002-10-31 18:18:31 +00:00
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