pjs/js/rhino/CHANGELOG

16 строки
818 B
Plaintext

This file version: $Id: CHANGELOG,v 1.2 2006-09-27 08:50:41 szegedia%freemail.hu Exp $
Changes since Rhino 1.6R4
=========================
- Added org.mozilla.javascript.PolicySecurityController as a concrete
implementation of an org.mozilla.javascript.SecurityController and the
preferred way of integrating with Java security architecture.
- When no security controller is in use, generated classes and scripts run in
the ProtectionDomain of Rhino classes.
- Wrapped access to system properties and creation of class loaders into
AccessController.doPrivileged() to nicely play in secured environments.
- Fixed #353300: Rhino now implements the ECMA-262 mandatory
String.localeCompare
- Fixed #352319: Rhino threw a ClassCastException when a continuation captured
from a catch() block was restarted.