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

36119 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 5a76c4db1f Remove the treehead (bug #10950). 1999-08-05 19:50:44 +00:00
slamm%netscape.com fccb9b035e Use the chrome URL instead of resource URL for properties. 1999-08-05 19:49:39 +00:00
slamm%netscape.com e6da882fa7 Fix the scrollbar. Remove the treehead (bug #10950). 1999-08-05 19:48:47 +00:00
akkana%netscape.com 5cea6e803d 10684: Fix plaintext paste as quotation crash 1999-08-05 19:48:11 +00:00
sspitzer%netscape.com 3bbfc70fd9 work for printing mail. 1999-08-05 19:47:58 +00:00
slamm%netscape.com 2f498bba93 Tweak toolbar popups. Make the scrollbar work for them. 1999-08-05 19:47:21 +00:00
sspitzer%netscape.com 0fc6c99e2d fix warnings 1999-08-05 19:47:10 +00:00
edwin%woudt.nl 15fbf6061f Fixed bug #11332
Thanks harning@cbs.dk
1999-08-05 18:31:20 +00:00
norris%netscape.com d055865e6d 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 641c591fae Oops; removed debugging output. 1999-08-05 16:43:00 +00:00
valeski%netscape.com 9ef221c292 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 d42873b0dc 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 374cba2e00 remove taunting of QA 1999-08-05 14:55:13 +00:00
brade%netscape.com 689d81427d fixbuild/ typos for sford 1999-08-05 14:21:51 +00:00
ramiro%netscape.com 811bd6416f Dont link -lxp, its not needed. 1999-08-05 13:46:52 +00:00
ramiro%netscape.com b44cc5435e 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 98bb37cae0 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 f02cb85a5f added files: mozilla/netwerk/protocol/http/public/nsIHTTPHeader.idl 1999-08-05 13:16:39 +00:00
ramiro%netscape.com b3069d6ccb Remove duplicate -lxpcom link flag. 1999-08-05 13:09:41 +00:00
ramiro%netscape.com 8baa89d5f1 Dont link in libcaps. Its not needed. 1999-08-05 13:00:14 +00:00
dp%netscape.com 3ef823214e Fixed typo. 1999-08-05 12:58:04 +00:00
ramiro%netscape.com 94ad423b9e Dont link in libcaps. Its not needed. 1999-08-05 12:52:23 +00:00
ramiro%netscape.com eb3533c79e Dont link with nsappshell, its not needed. 1999-08-05 12:41:27 +00:00
rpotts%netscape.com fd0ec4db70 Fix for build bustage on Linux... 1999-08-05 09:07:29 +00:00
rpotts%netscape.com 74d75a8beb Fixed up the calls to the nsIHTTPChannel to use the new header APIs... 1999-08-05 08:30:52 +00:00
rpotts%netscape.com 37703cf101 Added code to dump all headers in the OnHeadersAvailable() notification. 1999-08-05 08:29:36 +00:00
rpotts%netscape.com 1a4d82c21f bug #10739. Reworking header APIs... I've removed nsIHeader.h. 1999-08-05 08:28:49 +00:00
rpotts%netscape.com 0d546eaffa 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 6e6cdb32c5 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 2443f1c614 Let's try it again. Replacing history implementation with MDB. 1999-08-05 06:43:17 +00:00
mcafee%netscape.com a605ba0feb Fix warnings 1999-08-05 06:04:28 +00:00
waterson%netscape.com c89a59de4c Back out -- not sure what's wrong. 1999-08-05 05:33:31 +00:00
briano%netscape.com b2d7c5bde1 Automated update 1999-08-05 05:15:16 +00:00
waterson%netscape.com 7c47d57c84 Add global history. 1999-08-05 05:14:45 +00:00
nisheeth%netscape.com e6da32a1f7 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
waterson%netscape.com 1b9906d636 Remove global history; move to webshell. 1999-08-05 05:13:34 +00:00
mscott%netscape.com 5d87ebf97e Cast nsCSTring as a const char * before passing as an argument. 1999-08-05 05:13:15 +00:00
ramiro%netscape.com 692e429935 Add support for building more than one toolkit at once. Currently #ifdefed
off as part of the toolkit link time exorcism.
1999-08-05 05:12:56 +00:00
waterson%netscape.com fe7e7976fe Fix history window. 1999-08-05 05:11:42 +00:00
waterson%netscape.com cf191de831 Replace history implementation with MDB. 1999-08-05 05:10:38 +00:00
nisheeth%netscape.com 6f54432f56 Checking in initial version of stopwatch class. Not being built yet. 1999-08-05 05:07:58 +00:00
mscott%netscape.com 713aa52e88 cast nsCString as const char *. 1999-08-05 04:51:47 +00:00
mscott%netscape.com cad3841cf7 cast nsCString as a const char *. 1999-08-05 04:50:02 +00:00
valeski%netscape.com 567fee5488 moved to the higher level LoadURL() call to get more observer handling 1999-08-05 04:49:38 +00:00
mscott%netscape.com fe55e7428d fix typos. 1999-08-05 04:45:22 +00:00
mscott%netscape.com 2cdad3383a Cast nsCString as a const char before passing it as an argument. 1999-08-05 04:43:04 +00:00
waterson%netscape.com cd73c23711 Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk. 1999-08-05 04:33:41 +00:00
chuang%netscape.com 5c9f0d5737 remove Linux warning 1999-08-05 04:32:33 +00:00
gayatrib%netscape.com 930041ae17 changing location.replace to location.href, as a fix for bug 11261 1999-08-05 04:28:43 +00:00
mscott%netscape.com ee21c8e45f fix warnings. 1999-08-05 04:28:37 +00:00