Wed, 09 Oct 2013 22:02:34 +0200Don't provide resources from rt.jar when generating bck2brwsr.js as the minimal library is not self contained anymore - but we still want as small bck2brwsr.js as possible
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 22:02:34 +0200] rev 1359
Don't provide resources from rt.jar when generating bck2brwsr.js as the minimal library is not self contained anymore - but we still want as small bck2brwsr.js as possible

Wed, 09 Oct 2013 17:59:11 +0200Use typeof console to check for its presence
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 17:59:11 +0200] rev 1358
Use typeof console to check for its presence

Wed, 09 Oct 2013 17:28:39 +0200Conditional logging to run in a worker thread
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 17:28:39 +0200] rev 1357
Conditional logging to run in a worker thread

Wed, 09 Oct 2013 17:17:30 +0200Merging the conditional logging checks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 17:17:30 +0200] rev 1356
Merging the conditional logging checks

Wed, 09 Oct 2013 16:07:19 +0200Replace parameters and log only if console object is present
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:07:19 +0200] rev 1355
Replace parameters and log only if console object is present

Wed, 09 Oct 2013 16:53:45 +0200Unicode has some special new line characters that need to be encoded too
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:53:45 +0200] rev 1354
Unicode has some special new line characters that need to be encoded too

Wed, 09 Oct 2013 16:45:28 +0200Prefix also static fields to avoid their confusion with keywords
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:45:28 +0200] rev 1353
Prefix also static fields to avoid their confusion with keywords

Wed, 09 Oct 2013 14:50:29 +0200Fix for bug 5408, error in shift operations on Long. arithmetic
Martin Soch <Martin.Soch@oracle.com> [Wed, 09 Oct 2013 14:50:29 +0200] rev 1352
Fix for bug 5408, error in shift operations on Long.

Mon, 07 Oct 2013 14:20:58 +0200merge with revision 1294 where issues with SHIFT operations on Long were detected arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 07 Oct 2013 14:20:58 +0200] rev 1351
merge with revision 1294 where issues with SHIFT operations on Long were detected

Mon, 07 Oct 2013 16:17:21 +0200ReExp builds on top of mini emul Character
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 07 Oct 2013 16:17:21 +0200] rev 1350
ReExp builds on top of mini emul Character