Objectwheel -- Sharing - Javax Androi

2014-10-13 Thread Mike
Sorry to barge in here but we think developers should know http://youtu.be/qK0WdWVAab0 http://t.co/SuQZZKKeAo We are excited Beta Testing soon.

Re: [8u40] Review request for RT-38915: [Mac, JFXPanel] WebView draws duplicate image on Retina display

2014-10-13 Thread Anton V. Tarasov
Sorry, I didn't add the webrev. Done. Thanks, Anton. On 10.10.2014 21:02, Stephen F Northover wrote: Looks good Anton. Please make sure the link to the webrev is in the JIRA and I will +1 it there. Steve On 2014-10-10, 12:40 PM, Anton V. Tarasov wrote: Hi Steve, Please, review the fix:

Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-13 Thread David DeHaven
Vote: yes -DrD- I hereby nominate Chris Bensen to OpenJFX Committer. Chris is a member of JavaFX team at Oracle working on the Java (FX) packager tool. A list of Chris' commits is available by the following link: http://hg.openjdk.java.net/openjfx/8u-dev/rt/log?rev=cbensen Four

Review for RT-38968

2014-10-13 Thread Danno Ferrin
Chris, Kevin, Please review this patch. More info in the JIRA Webrev: http://cr.openjdk.java.net/~shemnon/RT-38968/webrev.00/ JIRA: https://javafx-jira.kenai.com/browse/RT-38968

Re: Review for RT-38968

2014-10-13 Thread Chris Bensen
From what I’ve seen, jvmuserarg.0 never exists. It is 1 based. If you are however changing it to 0 based then this line is fine: -TString prefix = TString(_T(jvmuserarg.)) + PlatformString(index).toString(); +TString prefix = TString(_T(jvmuserarg.)) + PlatformString(index +