26689 Commits

Author SHA1 Message Date
norris%netscape.com
a62a14d61d Subject:
Rhino SecurityException patch
   Date:
        Tue, 11 May 1999 12:25:50 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        Norris Boyd <norris@netscape.com>




Sorry if you aren't the right person to submit Rhino patches to.

I couldn't get Rhino to run under JDK1.2 with a SecurityManager installed
(e.g. java -Djava.security.manager=java.lang.SecurityManager).  I
understand the JavaAdapter stuff won't work - but I would still like to use
Rhino without that piece.

I've attached a small patch which catches and ignores the
SecurityExceptions so that Rhino can run with a SecurityManager but without
JavaAdapter.


Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-05-11 16:46:30 +00:00
cbegle%netscape.com
20f8852310 Error in the test -- it was not evaluating the statement that is supposed
to produce an error.
1999-05-11 15:55:22 +00:00
shaver%netscape.com
2cf946c1b7 use OBJ_THIS_OBJECT in SPROP_[GS]ET to make with(native_obj)'' work correctly 1999-05-11 15:41:51 +00:00
mcafee%netscape.com
96fa1dbfdf Adding tinderbox to personal toolbar. 1999-05-11 08:16:02 +00:00
mccabe%netscape.com
8bbf73e25f Fix to 5947. Handle \r\r properly when it ends a buffer.
This fixes problems reading prefs.js on Mac.
1999-05-11 08:03:07 +00:00
mcafee%netscape.com
7e96ed27ad Adding bugzilla personal toolbar entry. 1999-05-11 06:33:55 +00:00
gordon%netscape.com
b7f2d6e5d7 Fix for bug#4312. Conditionalized patching of StackSpace so it's only done when patching is allowed. Also removed obsolete 68k code, and replaced uses of the BUILD_ROUTINE_DESCRIPTOR macro with calls to NewRoutineDescriptor. 1999-05-11 05:33:51 +00:00
morse%netscape.com
12cb7ff46b attempt to fix mac build bustage 1999-05-11 04:50:41 +00:00
waterson%netscape.com
054bd5bf26 Be sure to initialize the data offset in the new state object. Mucho gracias to shaver for the fix. 1999-05-11 04:39:40 +00:00
sspitzer%netscape.com
5ee84fbaf5 news, like imap and local mail, needs to use the db cache to make sure that when several
Open()'s happen, they get the same db object.  this fixes the problem where getting new
news wouldn't update the db listers (folder pane and thread pane, in this case.)
1999-05-11 04:04:10 +00:00
morse%netscape.com
9a225424a7 switch to using nsIFileLocation for accessing user-specific files 1999-05-11 03:58:44 +00:00
waterson%netscape.com
e05c6a41e3 Publish headers directly to dist, instead of to public. 1999-05-11 03:10:20 +00:00
waterson%netscape.com
d02a861aa0 XPT files are generated on-the-fly now. 1999-05-11 02:11:21 +00:00
waterson%netscape.com
a597d28219 Generate base header files. 1999-05-11 02:11:01 +00:00
waterson%netscape.com
9acc87b145 Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl. 1999-05-11 02:10:22 +00:00
sspitzer%netscape.com
82dd7ee142 don't delete m_newsgroupSpec here. causes sigsegv on linux. 1999-05-11 01:55:42 +00:00
mscott%netscape.com
986b91722d Fix build breakage for jefft. change nsstring to nstring2. 1999-05-11 01:19:52 +00:00
mscott%netscape.com
296cff8c3d Fix memory leak. 1999-05-11 01:14:43 +00:00
sspitzer%netscape.com
e082f053c3 fix memory leak, and use nsAutoCString so I don't have to do the free or delete 1999-05-11 00:59:04 +00:00
sspitzer%netscape.com
aacb74a83f work to make "Get Messages" work for newsgroups. right now, it is only on a newsgroup
by newsgroup level.  getting new news for a news server won't do anything.
1999-05-11 00:57:58 +00:00
jdunn%netscape.com
716aaad46d fix error... returning 'false' instead of 'FALSE' 1999-05-11 00:51:00 +00:00
sspitzer%netscape.com
58156b8401 fix memory leak 1999-05-11 00:49:14 +00:00
sspitzer%netscape.com
39e9fdb0f1 fix another uninitialized memory read 1999-05-11 00:45:12 +00:00
sspitzer%netscape.com
dba955f52c stop shadowing. fix an uninitialized memory read. 1999-05-11 00:43:32 +00:00
waterson%netscape.com
d4772eee6c Rename 'typelibs' to 'xpcom.xpt' 1999-05-11 00:42:54 +00:00
ducarroz%netscape.com
672fe09e01 Don't create anymore a nsFileSpec from a unix path 1999-05-11 00:38:08 +00:00
jefft%netscape.com
0d73dd56ad implemented OnlineMessageCopy() 1999-05-11 00:16:14 +00:00
evaughan%netscape.com
42f102682e Added tab visibility pseudo-element 1999-05-11 00:14:08 +00:00
slamm%netscape.com
0b49be0ae6 Move bookmarks javascript code into separate file. Add initial browser sidebar code and data. 1999-05-11 00:06:43 +00:00
jdunn%netscape.com
10f2ab7832 Fix error with OR'ing ENUMS. ansi C++ doesn't allow the direct OR'ing of them. 1999-05-11 00:03:17 +00:00
putterman%netscape.com
8942e3da0f Changed DeleteMessage to DeleteMessages 1999-05-10 23:55:41 +00:00
putterman%netscape.com
d002bba24a Changed DeleteMessage to DeleteMessages. 1999-05-10 23:55:00 +00:00
ducarroz%netscape.com
c8e3c30d44 add mactime.c 1999-05-10 23:48:54 +00:00
ducarroz%netscape.com
6b8cc3aa96 fix for bug #6176 1999-05-10 23:48:27 +00:00
bienvenu%netscape.com
f4553aa1b4 resolve a few undefined symbols 1999-05-10 23:44:30 +00:00
pinkerton%netscape.com
6dfab15c08 using accessors for Regions when building under Carbon. 1999-05-10 23:41:03 +00:00
pinkerton%netscape.com
25bfdaeab6 pull out unused includes. 1999-05-10 23:38:06 +00:00
pinkerton%netscape.com
11a972393a Using ControlDefinition.h for Carbon. 1999-05-10 23:36:19 +00:00
jfrancis%netscape.com
4c04eec96b better error detection/handling + some cleanup 1999-05-10 23:29:01 +00:00
bienvenu%netscape.com
7df9731d68 more search and filter porting 1999-05-10 23:25:37 +00:00
bienvenu%netscape.com
b635b9a210 add cid's for search and filters 1999-05-10 23:25:08 +00:00
locka%iol.ie
7fd222661b Removed some assertions.
Moved some code around to make the control site partially sane when the control cannot be created
1999-05-10 23:21:13 +00:00
nhotta%netscape.com
d4c706fb1b Added the default settings for MIME header encoding methods. 1999-05-10 23:20:34 +00:00
locka%iol.ie
ad0b306481 Removed some junk comments.
Added an error message when a control cannot be created
1999-05-10 23:19:31 +00:00
ftang%netscape.com
cf4d1a8938 add MappingCache 1999-05-10 23:19:21 +00:00
morse%netscape.com
04882f0e95 restart key before wallet editor rewrites the SchemaValue table 1999-05-10 23:18:10 +00:00
pinkerton%netscape.com
7e08f31ab1 add GetIID() method. 1999-05-10 23:15:21 +00:00
ftang%netscape.com
f0f6ce29a7 add nsMappingCache.cpp 1999-05-10 23:15:11 +00:00
terry%mozilla.org
d420a7fa67 Oops; back out last change; was checked in by mistake (and with the wrong log comment, too). 1999-05-10 23:15:09 +00:00
pinkerton%netscape.com
4a90ca1de0 use ControlDefinitions.h and use new popup menu APIs for Carbon. 1999-05-10 23:14:40 +00:00