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

36158 Коммитов

Автор SHA1 Сообщение Дата
kin%netscape.com 76a8c940e6 Add return statement to operator=(). Fixes Win32 VC++ 5 build bustage. 1999-08-05 20:20:14 +00:00
troy%netscape.com 9a1b7b21b2 Moved cantrenderreplacedelememt code over to the frame manager 1999-08-05 20:17:44 +00:00
waterson%netscape.com c751bf64c8 Bug 11323. Make sure to set doc title in global history once we know it. 1999-08-05 20:15:33 +00:00
chuang%netscape.com b8f3a3fd2d fix bug 6845 1999-08-05 20:12:45 +00:00
rjc%netscape.com be38c4db52 Don't leak proxy. 1999-08-05 20:10:08 +00:00
slamm%netscape.com 68bd31bf15 Drop panel name from dialog title. 1999-08-05 20:09:54 +00:00
rjc%netscape.com c9d886851c Fix string parsing issues/ 1999-08-05 20:05:59 +00:00
nhotta%netscape.com d65e568b59 Changed to use progid for nsIScriptableDateFormat. 1999-08-05 20:05:32 +00:00
rjc%netscape.com 271fb97c26 Fix icon alignment. 1999-08-05 20:05:26 +00:00
cmanske%netscape.com 5603ca24a3 Further table editing work 1999-08-05 20:04:58 +00:00
endico%mozilla.org 1e5fab3664 Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs. 1999-08-05 20:02:20 +00:00
chuang%netscape.com bb1e2129b8 remove html file 1999-08-05 20:00:37 +00:00
chuang%netscape.com e294fc6609 remove pref html files 1999-08-05 19:59:12 +00:00
chuang%netscape.com d27c03e541 remove pref html file 1999-08-05 19:56:43 +00:00
slamm%netscape.com 14a3c905e0 Add the panel preview dialog. 1999-08-05 19:52:51 +00:00
slamm%netscape.com d06f453e19 Remove the treehead (bug #10950). 1999-08-05 19:50:44 +00:00
slamm%netscape.com 5db0dc3ad9 Use the chrome URL instead of resource URL for properties. 1999-08-05 19:49:39 +00:00
slamm%netscape.com afef559106 Fix the scrollbar. Remove the treehead (bug #10950). 1999-08-05 19:48:47 +00:00
akkana%netscape.com 58dfd220fa 10684: Fix plaintext paste as quotation crash 1999-08-05 19:48:11 +00:00
sspitzer%netscape.com 9685a301e1 work for printing mail. 1999-08-05 19:47:58 +00:00
slamm%netscape.com b71835426e Tweak toolbar popups. Make the scrollbar work for them. 1999-08-05 19:47:21 +00:00
sspitzer%netscape.com cbcb2ce098 fix warnings 1999-08-05 19:47:10 +00:00
edwin%woudt.nl 04ebe39ab8 Fixed bug #11332
Thanks harning@cbs.dk
1999-08-05 18:31:20 +00:00
norris%netscape.com 00f712e786 Fix problem found by Andrew Wason <aw@softcom.com>:
Subject:
        reflection and illegal package access
   Date:
        Wed, 04 Aug 1999 21:56:20 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com (Norris Boyd)
    CC:
        Howard Lin <howard@softcom.com>




If you run Rhino under JDK1.2 with a security manager:

java -Djava.security.manager=java.lang.SecurityManager
org.mozilla.javascript.tools.shell.Main

Then reflection fails for objects that are in a restricted access package
(e.g. sun.*).  Rhino is reflecting based on the dynamic type of the object
instead of the declared static return type.

In this example, createImage is declared to return java.awt.Image, but it
returns sun.awt.image.OffScreenImage.  Attempting to reflect this class
results in a java.security.AccessControlException for
java.lang.RuntimePermission accessClassInPackage.sun.awt.image.

Here is the script.  You will need to type it in because you won't be able
to load it from a file due to the security manager.

var f = new java.awt.Frame();
f.setVisible(true);
var i = f.createImage(10,10);
1999-08-05 16:49:20 +00:00
terry%mozilla.org 613dbfdb9d Oops; removed debugging output. 1999-08-05 16:43:00 +00:00
valeski%netscape.com d7b68f26ff fixing mac build bustage. brade verified the changes in her mac build. I switched from com ptrs to regular pointers as the com pointer abuse wasn't appreciated on the mac 1999-08-05 16:17:22 +00:00
rods%netscape.com f3a85ff8f9 Fixes bug# 11300, when mouse capture is on the wrong window is being set into
the MouseTrialer timer object. This gets the window under the cursor during
a mouse capture.
1999-08-05 14:56:21 +00:00
sspitzer%netscape.com 64909467f3 remove taunting of QA 1999-08-05 14:55:13 +00:00
brade%netscape.com c37a42a600 fixbuild/ typos for sford 1999-08-05 14:21:51 +00:00
ramiro%netscape.com a8a89c6a82 Dont link -lxp, its not needed. 1999-08-05 13:46:52 +00:00
ramiro%netscape.com fce220948c Make these components link in with -lxp, so that the "app" doesnt have too. 1999-08-05 13:38:57 +00:00
rhp%netscape.com 9cb016d189 added files: mozilla/netwerk/protocol/http/src/nsHTTPHeaderArray.cpp, mozilla/netwerk/protocol/http/src/nsHTTPAtoms.cpp 1999-08-05 13:23:45 +00:00
rhp%netscape.com 0b6b03c19d added files: mozilla/netwerk/protocol/http/public/nsIHTTPHeader.idl 1999-08-05 13:16:39 +00:00
ramiro%netscape.com 592ff978d2 Remove duplicate -lxpcom link flag. 1999-08-05 13:09:41 +00:00
ramiro%netscape.com 914648dac0 Dont link in libcaps. Its not needed. 1999-08-05 13:00:14 +00:00
dp%netscape.com 7afa7173a1 Fixed typo. 1999-08-05 12:58:04 +00:00
ramiro%netscape.com af25aaf695 Dont link in libcaps. Its not needed. 1999-08-05 12:52:23 +00:00
ramiro%netscape.com e140e659e2 Dont link with nsappshell, its not needed. 1999-08-05 12:41:27 +00:00
rpotts%netscape.com 95c48cd505 Fix for build bustage on Linux... 1999-08-05 09:07:29 +00:00
rpotts%netscape.com 0a4923691e Fixed up the calls to the nsIHTTPChannel to use the new header APIs... 1999-08-05 08:30:52 +00:00
rpotts%netscape.com 73266ec8fb Added code to dump all headers in the OnHeadersAvailable() notification. 1999-08-05 08:29:36 +00:00
rpotts%netscape.com c99f3b9d7a bug #10739. Reworking header APIs... I've removed nsIHeader.h. 1999-08-05 08:28:49 +00:00
rpotts%netscape.com 29909c5e4f bug #10739. Reworking header APIs... I've added 2 new CPP files - nsHTTPAtoms.cpp and nsHTTPHeaderArray.cpp. 1999-08-05 08:27:49 +00:00
rpotts%netscape.com 13343ac97c bug #10739. Reworking header APIs... I've added a new IDL file - nsIHTTPHeader.idl and remove 3 obsolete header files... 1999-08-05 08:26:57 +00:00
waterson%netscape.com 90b790e14c Let's try it again. Replacing history implementation with MDB. 1999-08-05 06:43:17 +00:00
mcafee%netscape.com 5895907205 Fix warnings 1999-08-05 06:04:28 +00:00
waterson%netscape.com f6bc0ef557 Back out -- not sure what's wrong. 1999-08-05 05:33:31 +00:00
briano%netscape.com 4e227e723a Automated update 1999-08-05 05:15:16 +00:00
waterson%netscape.com 6898ebf357 Add global history. 1999-08-05 05:14:45 +00:00
nisheeth%netscape.com 0b3642c38e makefile.win got checked in accidentally. I'm not ready to export stopwatch.h yet, so, I'm backing my changes out. 1999-08-05 05:13:54 +00:00