Commit Graph

54396 Commits

Author SHA1 Message Date
slamm%netscape.com
1d17e504d4 Fix for smoketest bugs 29793, 29718. Sidebar problems. 2000-03-02 00:33:31 +00:00
jdunn%netscape.com
a6e74cb432 fixing build bustage 2000-03-02 00:30:31 +00:00
rogerl%netscape.com
271ec11a32 Switch to using new DToA stuff for numberToString(). 2000-03-02 00:30:01 +00:00
dougt%netscape.com
80c54427d9 removing update notifcation for beta1. r=ben, a=cathleen.
WONT AFFECT COMPILATION.
2000-03-02 00:29:14 +00:00
terry%mozilla.org
3a5ed55d35 URL changes 2000-03-02 00:01:47 +00:00
tbogard%aol.net
d9b7f4567e GetPositionAndSize returns the size from the stored bounds rather than relying on the incorrect widget. This should fix the viewer bustage. r=jevering, buster a=jevering. 2000-03-01 23:46:03 +00:00
jdunn%netscape.com
425dcde284 fixing build bustage... 2000-03-01 23:45:37 +00:00
rogerl%netscape.com
69d4d5e142 Need to pass expressions containing unicode identifiers as split strings
since the string processing will convert the unicode sequences into regular
characters before the identifier is recognized. The fact that Monkey was
cool with this is a separate bug.
2000-03-01 23:28:14 +00:00
rogerl%netscape.com
f704383014 Fix endian bug for BigInteger constructor. 2000-03-01 23:25:23 +00:00
waldemar%netscape.com
130574d5ec File Removed. 2000-03-01 23:24:20 +00:00
waldemar%netscape.com
144c5973df First Checked In. 2000-03-01 23:24:19 +00:00
risto%netscape.com
5b6520833b Changed URL 2000-03-01 23:16:23 +00:00
risto%netscape.com
6e8a32a32e URL changes here too 2000-03-01 23:13:07 +00:00
risto%netscape.com
cee97fa3bb Changing URLs 2000-03-01 23:11:38 +00:00
jdunn%netscape.com
584db88eb0 remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
DECLARE was declaring kPlatformCharsetCID as extern const, and
DEFINE declares it as static const.  These 2 are incompatible.
r= ftang@netscape.com
a= dp@netscape.com
2000-03-01 22:42:39 +00:00
putterman%netscape.com
071e736ec0 a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
entire thread.
2000-03-01 22:33:25 +00:00
rogerl%netscape.com
94975b3a1c Hmm, better do that negate. 2000-03-01 22:20:48 +00:00
rogerl%netscape.com
684459eed5 Oops, remove debugging hack. 2000-03-01 22:20:09 +00:00
rogerl%netscape.com
c9d7bb356f Fixing Unicode ECMA 3 compliance issues 2000-03-01 22:15:35 +00:00
rogerl%netscape.com
0123e33bfd Fixing Unicode ECMA 3 compliance issues.
Fixed bug in $ handling for ECMA 3 (don't support \$)
2000-03-01 22:14:34 +00:00
mcafee%netscape.com
665e5eab81 Fixing nohup rm line 2000-03-01 22:07:47 +00:00
slamm%netscape.com
aa911b3df4 Fix blocker: Customize dialog not showing panels (29793) 2000-03-01 22:02:59 +00:00
mjudge%netscape.com
7f21a0fc5d a=jar r= whomever reviewed it before. saari i think. this SHOULD have went in before cvs merge error i didnt catch sorry my bad. 2000-03-01 21:49:53 +00:00
wtc%netscape.com
6f0d2131dc Removed #if !defined(DEBUG). Bugzilla #29181. 2000-03-01 21:35:49 +00:00
norris%netscape.com
a74b41a9c1 Fix bug 6063. 2000-03-01 21:35:38 +00:00
slamm%netscape.com
0b2ace1273 Fix build blocker bug 29718. 2000-03-01 19:55:53 +00:00
sspitzer%netscape.com
46a21ce04e not part of the build yet. 2000-03-01 19:52:43 +00:00
sspitzer%netscape.com
7ecceef4b0 not part of the build yet. 2000-03-01 19:03:33 +00:00
norris%netscape.com
c2e981fdf2 Switch back to using getDeclaredMethods--I was able to get it working with a
security manager.
2000-03-01 18:26:43 +00:00
slamm%netscape.com
13868e7eb7 Better process killer. 2000-03-01 17:49:52 +00:00
sspitzer%netscape.com
9f24d3b8c7 not part of the build. 2000-03-01 17:24:12 +00:00
mkaply%us.ibm.com
aaa9e742f9 # 25555
r= dveditz@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-03-01 15:50:24 +00:00
svn%xmlterm.org
4573251658 xmlterm changes only (not part of the default build).
Added workaround for annoying cursor positioning problem using mouse click event.
Added tips/news feature.
2000-03-01 15:50:23 +00:00
sgehani%netscape.com
c062c18c32 Update installer about box. [b=29309][a=cathleen] 2000-03-01 09:41:41 +00:00
rhp%netscape.com
fa19ef16c9 Fix for eating message bodies and missing auto linking - Bug 29759 - r: mscott - a: phil 2000-03-01 07:57:08 +00:00
waterson%netscape.com
bcc180b908 Bug 25364. Use nsCOMPtr where appropriate; make sure to getter_AddRefs() when calling GetShellAt(). r=travis, hyatt a=jar. 2000-03-01 07:27:31 +00:00
waldemar%netscape.com
5afe7c41b7 Added parser output classes 2000-03-01 07:00:31 +00:00
waldemar%netscape.com
cc161a3dad Added linked list and arena destructor utilities 2000-03-01 07:00:05 +00:00
mscott%netscape.com
f213fa8843 Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil
2000-03-01 06:38:34 +00:00
cmanske%netscape.com
3dfc968910 Official 'Preview' icon image supplied by UE. Tested on all platforms r=sfraser, a=jar 2000-03-01 06:28:33 +00:00
sspitzer%netscape.com
5650853485 not part of the build yet. 2000-03-01 05:55:19 +00:00
tbogard%aol.net
84d90bd475 Removed call to add items to the GlobalHistory at the beginning of the load. This was causing them to be added twice. Now instead, they are added at when OnLoading is called from the DoContent. r=mscott a=jar 2000-03-01 05:25:36 +00:00
tbogard%aol.net
619ad7581a ShouldAddGlobalHistory is now a little smarter. It will only add items that are loaded in contentType'd docShells. I'm sure there are more things we should restrict on, but this is a start. r=mscott, a=jar 2000-03-01 05:18:04 +00:00
jefft%netscape.com
8142d351ad fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu 2000-03-01 05:17:53 +00:00
sspitzer%netscape.com
f4cd0a1c67 not part of the build yet. 2000-03-01 05:17:06 +00:00
bienvenu%netscape.com
f990b71747 fix threading performance with header cache, r=mscott,a=phil 28233 2000-03-01 04:15:12 +00:00
bienvenu%netscape.com
38aeed8620 fix utf7 encoding of folder names whose last char is non-ascii, r=jefft a=phil 26745 2000-03-01 03:58:53 +00:00
tbogard%aol.net
46b0064aaa mPrefs were shadowing the ones in docShell. This fixes the bug where prefs weren't being found in presContext because the contentViewer is now being created in docShell which had a different set of prefs. r=beard a=rickg. 2000-03-01 03:22:14 +00:00
pinkerton%netscape.com
ff4a0b661d patches from dean_tessman@hotmail.com for bug 17159. Teach popups about if they are context menus and accept right clicks to select menu items if they are. r=hyatt, a=jar. 2000-03-01 03:12:51 +00:00
mscott%netscape.com
4bed2407e9 Bug #29650 --> add a cache stream listener which can mediate between the cache channel and the mock channel
when broadcasting onstart/on stop, etc. notifications to the end consumer
r=bienvenu
a=phil
2000-03-01 03:10:06 +00:00