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

37094 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com 967a7ea8e9 - using ComponentManager instead of service manager in nsIModule
- Adding UnregisterComponentSpec()
All the above are required for xpcom review.
1999-08-13 19:30:13 +00:00
dp%netscape.com 0019c0fba2 Dll unloading support. These are not used yet. 1999-08-13 19:27:58 +00:00
slamm%netscape.com 8b3db6ebd9 Use correct chrome url for history window (bug #11834). a=chofmann. 1999-08-13 19:25:37 +00:00
mark.lin%eng.sun.com 284de736fe Merged in Kirk's changes. 1999-08-13 17:53:43 +00:00
norris%netscape.com 4751b9866b Fix problem:
The fix sort of works. But there are some new problems. I enclosed two JavaScript files, button.js and image.js.

If I load button.js first and then image.js, I got the following:

js> load("button.js");
js> load("image.js");
Ambiguous import: [JavaClass javax.swing.ImageIcon] and [JavaClass javax.swing.ImageIcon]
js> load("image.js");
Ambiguous import: [JavaClass java.net.URL] and [JavaClass java.net.URL]
js> load("image.js");
Ambiguous import: [JavaClass java.lang.System] and [JavaClass java.lang.System]
js> load("image.js");
loadImage for 0
Ambiguous import: [JavaClass java.awt.Toolkit] and [JavaClass java.awt.Toolkit]
js> load("image.js");
loadImage for 0
js>

If I load imag.js first and then button.js, I got the following:

js> load("image.js");
loadImage for 0
js: [JavaPackage java.lang.URL] is not a function.
[JavaPackage java.lang.URL] is not a function.
js> load("image.js");
js: [JavaPackage java.lang.ImageIcon] is not a function.
[JavaPackage java.lang.ImageIcon] is not a function.
js> load("image.js");
js: [JavaPackage java.lang.ImageIcon] is not a function.
[JavaPackage java.lang.ImageIcon] is not a function.
js> load("image.js");
js: [JavaPackage java.lang.ImageIcon] is not a function.
[JavaPackage java.lang.ImageIcon] is not a function.
js> load("button.js");
js: [JavaPackage java.lang.JButton] is not a function.
[JavaPackage java.lang.JButton] is not a function.
js> load("button.js");
js: [JavaPackage java.lang.JButton] is not a function.
[JavaPackage java.lang.JButton] is not a function.
js> load("image.js");
js: [JavaPackage java.lang.ImageIcon] is not a function.
[JavaPackage java.lang.ImageIcon] is not a function.
js>

It looks like something wrong in the image.js file but this should not interfere with button.js. It looks like some arbitary package objects are created, like java.lang.URL. This happened in NativeJavaPackage.get method. If a class of java.lang.URL is not found, a package object is then created. So next time the interpreter encounters URL, it somehow uses the object java.lang.URL instead of the correct class object java.net.URL.. This is one problem. The interference between button.js and jmage.js is another problem.

Howard
  ----- Original Message -----
  From: Norris Boyd
  To: \ Howard\\ Xuhua Lin
  Sent: Thursday, August 12, 1999 12:58 PM
  Subject: Re: ImporterTopLevel problem


  Sorry I've been slow. I finished up the fix this morning and have posted it on the ftp site and checked into cvs.
  Let me know if it works for you.

  --Norris

  \"Howard\" Xuhua Lin wrote:

    Hi, Norris, what's the status of the ImporterTopeLevel problem (i.e if you use importPackage twice, you will get an "Ambiguous import" exception)? Are you still working on it? Howard
1999-08-13 17:25:14 +00:00
terry%mozilla.org 5399226320 Wasn't using the 'emailsuffix' param. 1999-08-13 17:10:01 +00:00
slamm%netscape.com 8e69a9776b Add navigation links. Make no script case more obvious to user. 1999-08-13 15:57:50 +00:00
slamm%netscape.com 63140541d9 Text tweaks. 1999-08-13 15:27:56 +00:00
dp%netscape.com 8c0da13d7c Adding GetIID() accessors 1999-08-13 08:35:58 +00:00
dveditz%netscape.com 246c47a85c bug 9602: we now have a modal confirmation dialog before downloading and
installing software. Big thanks to danm and davidm for implementing
the modal dialog support required. Approved chofmann
1999-08-13 07:27:04 +00:00
toshok%hungry.com 20cd9da911 we need the nspr private directory, even if building from the mozilla source tree, on unix. 1999-08-13 06:05:16 +00:00
gagan%netscape.com 63d548333f backslashes in ..\.. cases fixed. Thanks bratell@lysator.liu.se 1999-08-13 05:20:45 +00:00
warren%netscape.com 9d3581e0df Reduced max page count. 1999-08-13 03:31:56 +00:00
davidm%netscape.com 9b9b0da23d add : so that the mac will run approved by don 1999-08-13 03:20:27 +00:00
neeti%netscape.com 522ba171ff fix for bug# 11796. r morse, a chofmann 1999-08-13 01:42:43 +00:00
briano%netscape.com 8a1079644e Automated update 1999-08-13 01:00:29 +00:00
slamm%netscape.com 511eaf9b9f Take out -Wbad-function-cast and -Wconversion for gcc. These gave more noise than helpful warnings. We can add them back in later if we run out of warnings to fix. a=don 1999-08-13 00:52:27 +00:00
bienvenu%netscape.com acbb7d57a5 more work on ab history, not part of build 1999-08-13 00:52:04 +00:00
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