warren%netscape.com
1b0d4c2a85
Fix for bug 10797: Messenger hang. 2 problems: mac shouldn't be using page manager -- doesn't do vm, and trying to flush when the buffer is empty ends up spinning.
1999-08-13 00:46:16 +00:00
warren%netscape.com
d944d70a84
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
terry%mozilla.org
9ebf7c85c5
Add in babelfish code (stolen from infobot).
1999-08-13 00:21:01 +00:00
pavlov%netscape.com
9b3f0a16e9
fix for bug 9446. only seen in viewer, doesn't effect apprunner a=gramps
1999-08-12 23:54:23 +00:00
robinf%netscape.com
0b691dfa46
updating text on this screen
1999-08-12 23:48:42 +00:00
matt%netscape.com
fb9a2569b9
Adding for bug fix 11706
1999-08-12 22:46:26 +00:00
matt%netscape.com
175d4216a8
updating to add locale/en-US
1999-08-12 22:44:25 +00:00
matt%netscape.com
f8d4dbcbd1
Adding makefile locale/en-US
1999-08-12 22:41:25 +00:00
matt%netscape.com
4a22f57a47
Adding makefiles
1999-08-12 22:37:18 +00:00
matt%netscape.com
7162abda9e
adding makefiles
1999-08-12 22:34:23 +00:00
matt%netscape.com
1592227fee
Adding dtd support to files. Appoved by hoffmann bugs 10343 7309 10252
1999-08-12 22:31:10 +00:00
danm%netscape.com
3da241e524
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
jefft%netscape.com
8e5c992a92
fix bug 6216 -- SMPT send removes CRLF lines; a=cyeh, r=rhp; tested on Windows & Mac
1999-08-12 22:07:51 +00:00
kmcclusk%netscape.com
e38d06108e
Fix for bug #11717 . Check in Ok'ed by cyeh@netscape.com
...
Don't do the super class'es IsSuccessful because it always returns PR_FALSE
because the (this) pointer is not equal to the submitter.
1999-08-12 22:06:09 +00:00
pavlov%netscape.com
f2284ad072
fix for bug 11564. a=gramps
1999-08-12 21:48:43 +00:00
dbragg%netscape.com
50fdaeb56f
Added pref-migrator project (Approved by chofmann) to fix bug #11220
1999-08-12 21:31:08 +00:00
mark.lin%eng.sun.com
3b89687e72
Should not be setting className to null if we get an exception.
1999-08-12 21:29:15 +00:00
hyatt%netscape.com
53a1619128
A minor addendum to the bug fix I checked in a few minutes ago.
1999-08-12 21:20:04 +00:00
slamm%netscape.com
f8e268afd8
Remove double inclusion of rules.mk and autoconf.mk. Gave a bunch of warnings. a=don.
1999-08-12 20:53:25 +00:00
pinkerton%netscape.com
fca214cf9d
temp tweak to turn off toolbar d&d for M9 because it's too sensitive. bug 11397. appr don.
1999-08-12 20:52:47 +00:00
hyatt%netscape.com
16963f5890
Fix for bug #11418 and #11506 (which are actually the
...
same bug). Approved by chofmann.
1999-08-12 20:45:47 +00:00
racham%netscape.com
794cee16c3
Adding printfs for bug isolation purposes. Part of bug 11638, 11716 fixes. Rev by gayatri. Approved by Chris Yeh.
1999-08-12 20:25:09 +00:00
racham%netscape.com
0620b1eb87
Fixing crashers 11638, 11716. Rev by gayatri. Approved by Chris Yeh.
1999-08-12 20:22:52 +00:00
hangas%netscape.com
118c1e3622
Added the toolbar and resizeable features back into the windows. a=cyeh
1999-08-12 19:58:06 +00:00
mark.lin%eng.sun.com
2b13d35549
Added warning about gtk-config in Unix makefile
1999-08-12 19:37:23 +00:00
mark.lin%eng.sun.com
072623f46c
Added more things to make it run on solaris.
1999-08-12 19:19:18 +00:00
mark.lin%eng.sun.com
ffcb33c5aa
Updated these files.
1999-08-12 19:08:39 +00:00
mark.lin%eng.sun.com
40667b1692
Solaris runem file
1999-08-12 18:56:45 +00:00
mark.lin%eng.sun.com
5000b5ca50
Added solaris makefile.
1999-08-12 18:56:09 +00:00
hyatt%netscape.com
3d77c5fd8d
Not a compiled checkin. Tweaking a style rule in xul.css to make the progress
...
meter blend in with the chrome (rather than being that ugly grey color).
Harmless and safe.
1999-08-12 18:37:21 +00:00
radha%netscape.com
f532ae0160
Fix bustage on unix
1999-08-12 17:58:28 +00:00
radha%netscape.com
a458b20f65
Fix for bug 11657. Pass load type as LOAD_NORMAL when a page is reloaded.
...
For everything else, pass LOAD_HISTORY as reload type.
review=nisheeth, approved=chofmann
1999-08-12 17:25:55 +00:00
radha%netscape.com
43c2c7fadb
Fix for bug 8151. check whether url is a valid value before deciding that
...
something is already in the load and return. Code review=nisheeth
approved=chofmann
1999-08-12 17:24:11 +00:00
norris%netscape.com
1d174dde8d
Fix the following problem:
...
Subject:
ImporterTopLevel problem
Date:
Fri, 6 Aug 1999 15:42:50 -0400
From:
"\"Howard\" Xuhua Lin" <howard@softcom.com>
To:
"Norris Boyd" <norris@netscape.com>
CC:
"Andrew Wason" <aw@softcom.com>
Hi, The following script will cause an EvaluatorException: Ambiguous import: [JavaPackage java.awt.JButton] and [JavaPackage
java.awt.Packages.javax.swing.JButton] in the js shell:
js>importPackage(java.awt);
js>importPackage(Packages.javax.swing);
js>new JButton();.
The current JS shell will not print this exception message, even though the comment says "// Already printed message, so just fall
through". I add System.err.println(ee.getMessage()); for this exception.
The problem is that in NativeJavaPackage.get(String, Scriptable) method, if a ClassNotFoundException is caught, a
NativeJavaPackage object is created and passed back to ImporterTopLevel.get Method. So in ImporterTopLevel.get method, object v
is always not NOT_FOUND and the ambiguous exception will be thrown. Object v is supposed to be a Class object but it actually is
a Package object.
The fix can be either (1) in NativeJavaPackage.get(String, Scriptable) method, if a ClassNotFoundException is caught, return a
NOT_FOUND object (you may still create a Package object) or (2) in ImporterTopLevel.get method, make sure the returned object
from NativeJavaPackage.get method is of NativeJavaClass type.
Howard
1999-08-12 16:59:29 +00:00
bienvenu%netscape.com
609ea25753
address collecter, not part of build
1999-08-12 14:37:26 +00:00
gagan%netscape.com
d418cf6936
Added the Param field for a URL. Fixes the bugs being seen by semicolons in URL.
1999-08-12 10:01:33 +00:00
gagan%netscape.com
1581724dae
Fixed bunch of M9 bugs for Necko.
1999-08-12 09:59:24 +00:00
waterson%netscape.com
6ed0233553
Bug 11667. Fix unsigned/signed mismatch.
1999-08-12 08:49:44 +00:00
waterson%netscape.com
8888847e25
Bug 11484. Be defensive if a null pointer is passed as the doc title in SetPageTitle().
1999-08-12 08:46:35 +00:00
waterson%netscape.com
508e0405a4
Bug 11539. Display 'title' as NC:Description instead of NC:Source.
1999-08-12 08:44:02 +00:00
waterson%netscape.com
b9100ed5ba
Bug 11539. Only display description field until column pushers & resizing work.
1999-08-12 08:43:27 +00:00
rjc%netscape.com
c73c7adf6a
Fix bug # 11626: get context menus in the bookmarks window working again. Approval: chofmann. Review: Hyatt
1999-08-12 08:30:02 +00:00
briano%netscape.com
21978c2e4a
Automated update
1999-08-12 08:10:50 +00:00
briano%netscape.com
12603cb184
Finally found a 'fix' for the OSF/1 ld's problem with multiply defined
...
symbols when building a .so. It creates the .so successfully, but returns
a non-zero exit status, so the build fails. This change ignores the return
status. This is OSF/1 (DU) specific.
1999-08-12 08:09:37 +00:00
sfraser%netscape.com
2e090c3f1f
One final try to get the header output paths right.
1999-08-12 06:07:12 +00:00
beard%netscape.com
dcc1d19467
fixed access paths to point to the one, true, dist..
1999-08-12 04:29:35 +00:00
beard%netscape.com
055c169759
hoo boy, fixing breakage, adding new build rules, rah!
1999-08-12 03:57:56 +00:00
beard%netscape.com
00faf8c29f
First Checked In.
1999-08-12 03:57:06 +00:00
beard%netscape.com
42a52923bd
to fix build breakage, removed nsIJVMManager.h
1999-08-12 03:33:16 +00:00
talisman%anamorphic.com
72cc0b8b49
Updates for JavaMail 1.1.x.
1999-08-12 03:28:00 +00:00