Граф коммитов

37014 Коммитов

Автор SHA1 Сообщение Дата
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
bienvenu%netscape.com 2914171e94 fix build bustage 1999-08-12 03:10:30 +00:00
shawnp%earthling.net bc9d9f8e96 Additional files needed to get viewer working with qt port. Only basic
functionality is present - enough to get it working.
1999-08-12 02:56:33 +00:00
talisman%anamorphic.com 7629c30980 Fixed display bustage. 1999-08-12 02:43:29 +00:00
shawnp%earthling.net c28c984e19 Initial version of qt timer files. Did just enough work to get it to work. 1999-08-12 02:33:43 +00:00
shawnp%earthling.net a8a62d2f24 Initial version of qt widget files. I've put quite a lot of work into most
of the classes, but there are still some major gaping holes in
functionality.
1999-08-12 02:30:02 +00:00
briano%netscape.com 955529a7f3 Unix native compilers don't like it when files don't end with a newline. 1999-08-12 01:58:19 +00:00
edburns%acm.org 76832ecb8b This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429.
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.

It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr.  see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.

Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
briano%netscape.com 5c04b254d7 Fixed the missing newline bug that was upsetting HP. 1999-08-12 01:53:17 +00:00
shawnp%earthling.net f951f1f9e3 Initial version of Qt gfx files. Still pretty raw in most places. 1999-08-12 01:52:44 +00:00
shawnp%earthling.net 45b641de24 Initial checkin of Qt gfx files. Still pretty raw in a lot of places. 1999-08-12 01:51:25 +00:00
waterson%netscape.com 65c3c63e2c Bug 11575. Null check after pulling URI out of a resource. a=chofmann 1999-08-12 01:16:13 +00:00
valeski%netscape.com 0091d03cb8 added pipe2 stuff back in after patrick got the pipe2 stuff linking in w/ mac 1999-08-12 01:01:55 +00:00