Bck2Brwsr 0.14
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | Bugfix [https://java.net/bugzilla/show_bug.cgi?id=5930 5930]. Implemented {{JDK|java/lang|StrictMath}} to delegate to {{JDK|java/lang|Math}}. {{JDK|java/util|Locale}} [http://source.apidesign.org/hg/bck2brwsr/rev/681e61714a1d reads real user locale] from surrounding browser. A bit more optimized for execution on [[Chrome]]. | + | Bugfix [https://java.net/bugzilla/show_bug.cgi?id=5930 5930]. Implemented {{JDK|java/lang|StrictMath}} to delegate to {{JDK|java/lang|Math}}. {{JDK|java/util|Locale}} [http://source.apidesign.org/hg/bck2brwsr/rev/681e61714a1d reads real user locale] from surrounding browser. A bit more optimized for execution on [[Chrome]]. Fixes a [http://source.apidesign.org/hg/bck2brwsr/rev/3c23f0cebd32 VM bug] so [http://www.jbox2d.org/ JBox2D Physics Engine] executes without errors. |
The additional plan is to make sure RxJava runs in [[Bck2Brwsr]] VM - demo available at http://xelfi.cz/RxJava/0.1/ | The additional plan is to make sure RxJava runs in [[Bck2Brwsr]] VM - demo available at http://xelfi.cz/RxJava/0.1/ |
Revision as of 04:41, 28 February 2015
Bugfix 5930. Implemented StrictMath to delegate to Math. Locale reads real user locale from surrounding browser. A bit more optimized for execution on Chrome. Fixes a VM bug so JBox2D Physics Engine executes without errors.
The additional plan is to make sure RxJava runs in Bck2Brwsr VM - demo available at http://xelfi.cz/RxJava/0.1/