gecko-dev/js/rhino/CHANGELOG

30 lines
1.5 KiB
Plaintext
Raw Normal View History

2006-12-27 19:43:00 +00:00
This file version: $Id: CHANGELOG,v 1.4 2006/12/27 19:43:00 szegedia%freemail.hu Exp $
2006-09-27 08:52:46 +00:00
2006-12-27 19:23:09 +00:00
Changes since Rhino 1.6R5
2006-09-27 08:52:46 +00:00
=========================
- 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.
2006-12-27 19:23:09 +00:00
- Fixed #318305: ScriptOrFnNode class reports bad end line number
2006-12-27 19:43:00 +00:00
- Fixed #352319: Rhino threw a ClassCastException when a continuation captured
2006-09-27 08:52:46 +00:00
from a catch() block was restarted.
2006-12-27 19:23:09 +00:00
- Fixed #340561: <Function>.prototype should not be DontEnum
- Fixed #342807: Could set line number/source file in thrown JavaScript Error
2006-12-27 19:43:00 +00:00
- Fixed #350580: importPackage Ambiguous import error fix
- Fixed #351664: Rethrown JavaScriptException's toString() returns
"[object Error]"
2006-12-27 19:23:09 +00:00
- Fixed #353300: Rhino now implements the ECMA-262 mandatory
String.localeCompare
2006-12-27 19:43:00 +00:00
- Fixed #353002: Outdated Information on BSF, Update Requested, Text Suggestion
Enclosed
- Fixed #358058: JavaScript debugger's text source editor allows tab key
presses
2006-12-27 19:23:09 +00:00
- Fixed #359411: LazilyLoadedCtor is not serializable
- Fixed #360568: Make swing debugger easier to subclass and extend
- Fixed #361574: Typo in Parser.java
- Fixed #361616: toLocaleUpperCase/toLocaleLowerCase is not supported