Re: SnapCode is the first and only pure JavaFX IDE

2014-06-16 Thread Artem Ananiev
On 6/12/2014 5:36 AM, Jeff Martin wrote: Today we finished a two week port of the remaining Swing components of SnapCode to JavaFX, including the code editer, file manager, welcome panel, runtime browser/player and much more. That means JavaFX now has a real IDE written in JavaFX! Check out

[8u20] Review request forRT-15619: BMPImageLoader fails to correctly load an image if the input stream read(byte[] b, int off, int len) method happens to return fewer than 'len' bytes

2014-06-16 Thread Vadim Pakhnushev
Jim, Please review this very simple addition to the existing test: https://javafx-jira.kenai.com/browse/RT-15619 http://cr.openjdk.java.net/~vadim/RT-15619/webrev.00/ Thanks, Vadim

hg: openjfx/8u-dev/rt: RT-37565: [Linux] Unit test run dies with too many open files

2014-06-16 Thread hang . vo
Changeset: 54a8fee7f46e Author:vadim Date: 2014-06-16 21:34 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/54a8fee7f46e RT-37565: [Linux] Unit test run dies with too many open files Reviewed-by: kcr !

8u-dev unlocked for approved changes (rampdown rules in effect)

2014-06-16 Thread Kevin Rushforth
The 8u-dev repo is unlocked following this week's integration. As a reminder, milestone week ramp-down rules are in effect this week. -- Kevin

hg: openjfx/8u-dev/rt: RT-15619: BMPImageLoader fails to correctly load an image if the input stream read(byte[] b, int off, int len) method happens to return fewer than 'len' bytes

2014-06-16 Thread hang . vo
Changeset: 7113b281dddf Author:vadim Date: 2014-06-17 00:48 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7113b281dddf RT-15619: BMPImageLoader fails to correctly load an image if the input stream read(byte[] b, int off, int len) method happens to return fewer than

hg: openjfx/8u-dev/rt: 2 new changesets

2014-06-16 Thread hang . vo
Changeset: e8c207d58dc8 Author:mfang Date: 2014-06-16 14:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e8c207d58dc8 RT-37571: NLS: javafx8u20 translation message drop 20 integration !

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
Also, because I can't login, I can't add a comment to the bug report. I am also getting a security exception even though my applet is signed has all permissions. In this case it is happening on a call to getClassLoader() on the JavaFX thread (not a daemon thread): Exception in thread JavaFX

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread Kevin Rushforth
Hi Neil, If you have a test program that you can send me, I can attach it for you. Question for you: are all of your jar files (including the third-party libs) signed with the same certificate? -- Kevin ngalarn...@abinitio.com wrote: Also, because I can't login, I can't add a comment to

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
I will see if I can get permission to send you the program. I believe all of my jars are signed with the same certificate. What is the best way to verify that? Thanks Kevin, Neil From: Kevin Rushforth kevin.rushfo...@oracle.com To: ngalarn...@abinitio.com, Cc: Scott Palmer

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread David DeHaven
Run: jarsigner -verify -verbose -certs /path/to/some.jar This will show (excessive) signing information as well as the certs used to sign. -DrD- I will see if I can get permission to send you the program. I believe all of my jars are signed with the same certificate. What is the best

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
Thank you David. Interesting. Output from my gradle build (which uses the shemnon javafx-plugin) looks like this: ... :classes :jar :jfxJar :jfxSignJar Signing (BLOB) C:\Users\ngalarneau\.gradle\caches\3rdpartylibrary.jar Signed as C:\directory\to\3rdpartylibrary.jar Signing (BLOB)

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread David DeHaven
Oh, right. Blob signing can't be verified with jarsigner... -DrD- Thank you David. Interesting. Output from my gradle build (which uses the shemnon javafx-plugin) looks like this: ... :classes :jar :jfxJar :jfxSignJar Signing (BLOB)

8u20 review request: RT-36341 - error loading image without extension on retina Mac

2014-06-16 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-36341/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-36341 It will be hard to verify the test because webrev mangled the patch file on the test file, but any image file renamed to the appropriate file name should work as indicated in the