mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Preparations for Rhino 1.6R1 RC3
This commit is contained in:
parent
02b11dd425
commit
5473ad4f8d
@ -17,7 +17,7 @@ P { text-align: justify; }
|
||||
<h1 align="center">
|
||||
Change Log for Rhino</h1>
|
||||
|
||||
<h2>Rhino 1.6R1</h2>
|
||||
<h2>Rhino 1.6R1 Release Candidate 3</h2>
|
||||
|
||||
<h3>Release overview</h3>
|
||||
<p>
|
||||
@ -69,7 +69,7 @@ See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=257128">Bugzilla 257128
|
||||
|
||||
<h4>Support for continuations in the interpreter</h4>
|
||||
<p>
|
||||
The interpreter mode in Rhino supports continuations. The code is based on the ideas from the original implementation of Christopher Oliver and
|
||||
The interpreter mode in Rhino supports continuations. The code is based on the ideas from the original implementation of continuations by Christopher Oliver and
|
||||
<a href="http://sisc.sourceforge.net/">SISC</a> project. To use the
|
||||
continuations make sure that the interpreter mode is selected through <a
|
||||
href="apidocs/org/mozilla/javascript/Context.html#setOptimizationLevel(int)">setting</a>
|
||||
@ -105,7 +105,7 @@ with (SwingGui) {
|
||||
}
|
||||
</pre>
|
||||
<p>
|
||||
Previously such functionality was available only to embeddings that used <a href="apidocs/org/mozilla/javascript/ImporterTopLevel.html"><tt>org.mozilla.javascript.ImporterTopLevel</tt></a> class as the top level scope. The class provides additional <tt>importPackage()</tt> and <tt>importClass()</tt> global functions but their extensive usage has tendency to pollute the global name space with names of Java classes
|
||||
Previously such functionality was available only to embeddings that used <a href="apidocs/org/mozilla/javascript/ImporterTopLevel.html"><tt>org.mozilla.javascript.ImporterTopLevel</tt></a> class as the top level scope. The class provides additional <tt>importPackage()</tt> and <tt>importClass()</tt> global functions for scripts but their extensive usage has tendency to pollute the global name space with names of Java classes and prevents loaded classes from garbage collection.
|
||||
</p>
|
||||
<p>
|
||||
See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=245882">Bugzilla 245882</a> for details.
|
||||
|
@ -17,20 +17,18 @@ You can download binary distributions of Rhino from <a
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Rhino 1.6R1 is the last qualified release. It includes support for <a
|
||||
href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML</a> (E4X). Note that you need to add <tt>xbean.jar</tt> from <a
|
||||
Rhino 1.5R5 is the last qualified release. It is also possible to download the
|
||||
release candidate 3 for Rhino 1.6R1 that includes support for <a
|
||||
href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML</a> (E4X) but it has not been fully qualified.
|
||||
<p>
|
||||
Note that you need to add <tt>xbean.jar</tt> from <a
|
||||
href="http://xmlbeans.apache.org/">XMLBeans</a> project to your class path
|
||||
if you use E4X in Rhino.
|
||||
<!--
|
||||
It is also possible to download the
|
||||
release candidate 2 for Rhino 1.6R1 but it has not been fully qualified.
|
||||
-->
|
||||
</p>
|
||||
if you use E4X in Rhino 1.6R1.</p>
|
||||
|
||||
<ul>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_6R1.zip">Rhino 1.6R1</a>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_6R1pre.zip">Rhino 1.6R1 Release candidate 3</a>
|
||||
<ul>
|
||||
<li> <font size="-1"><a href="rhino16R1.html">Change log</a></font></li>
|
||||
<li> <font size="-1"><a href="changes.html">Change log</a></font></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user