[9] Review request for 8146211: WebView can't alert from a timer

2016-06-23 Thread Murali Billa
Hi Kevin, Arun, Please review below fix: JBS : https://bugs.openjdk.java.net/browse/JDK-8146211 Webrev : http://cr.openjdk.java.net/~mbilla/8146211/webrev.00/ Thanks, Murali

[9] Code Review Request For 8158006: Improve javadoc for abstract classes that application should not directly extend

2016-06-23 Thread Chien Yang
Hi Kevin, Please review the proposed fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8158006 Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8158006/webrev.00/ Thanks, - Chien

[9] Review Request For 8158948: SceneBuilder needs public access to CSS styling support from JavaFX that is no longer available

2016-06-23 Thread Chien Yang
Hi Kevin, Please review this proposed fix as we have discussed earlier. Webrev: https://bugs.openjdk.java.net/browse/JDK-8158948 Thanks, - Chien

[9] Code Review Request For 8159005: SceneBuilder needs public access to FXMLLoader setStaticLoad support from JavaFX that is no longer available

2016-06-23 Thread Chien Yang
Hi Kevin, Please review this proposed fix as we have discussed earlier. Webrev: https://bugs.openjdk.java.net/browse/JDK-8159005 Thanks, - Chien

OpenJFX 8u-dev and 9-dev repos will be locked on Friday for maintenance

2016-06-23 Thread Kevin Rushforth
The following OpenJFX repos will be locked tomorrow (Friday) for some maintenance: 9-dev/rt 9-dev/tests 8u-dev/rt 8u-dev/tests Please consider them as read-only mode during the lockout period. Start time: 07:00 Pacific, Friday, 2016-06-24 End time: ETA is 13:00 Pacific, but I will send an ex

Re: Subject: New OpenJFX Project Lead: Kevin Rushforth

2016-06-23 Thread mark . reinhold
2016/6/23 11:00:03 -0700, alexandr.scherba...@oracle.com: > On 6/23/2016 8:01 PM, Alexandr Scherbatiy wrote: >> I hereby nominate Kevin Rushforth to OpenJFX Project Lead [1][2]. >> >> Kevin has been working in OpenJFX Project for several years and is >> currently acting as the de facto Project Le

Re: Subject: New OpenJFX Project Lead: Kevin Rushforth

2016-06-23 Thread Alexandr Scherbatiy
On 6/23/2016 8:01 PM, Alexandr Scherbatiy wrote: I hereby nominate Kevin Rushforth to OpenJFX Project Lead [1][2]. Kevin has been working in OpenJFX Project for several years and is currently acting as the de facto Project Lead. Group Leads of the Project’s Sponsoring Groups, the Swing Group

Re: OpenJFX Project Lead Resignation

2016-06-23 Thread Kevin Rushforth
Hi Richard, I would like to publicly thank you for your outstanding leadership of the OpenJFX Project over the years! I know that your heart is still with JavaFX even if it can no longer occupy more than a small percentage of your time to follow the mailing list. Your insights will always be

Re: OpenJFX Project Lead Resignation

2016-06-23 Thread Mario Torre
On Thu, Jun 23, 2016 at 6:49 PM, Richard Bair wrote: > Hi, > > As you know, I’ve been on the periphery of this project for the last several > years, my full time employment taking me into a different path from client > toolkits. The time has come to pass the torch, and part of that is to send my

Re: Subject: New OpenJFX Project Lead: Kevin Rushforth

2016-06-23 Thread Alexandr Scherbatiy
Vote: yes. Thanks, Alexandr. On 6/23/2016 8:01 PM, Alexandr Scherbatiy wrote: I hereby nominate Kevin Rushforth to OpenJFX Project Lead [1][2]. Kevin has been working in OpenJFX Project for several years and is currently acting as the de facto Project Lead. Group Leads of the Project’s Sp

Re: Subject: New OpenJFX Project Lead: Kevin Rushforth

2016-06-23 Thread Artem Ananiev
Vote: yes Artem On 6/23/16 8:01 PM, Alexandr Scherbatiy wrote: I hereby nominate Kevin Rushforth to OpenJFX Project Lead [1][2]. Kevin has been working in OpenJFX Project for several years and is currently acting as the de facto Project Lead. Group Leads of the Project’s Sponsoring Groups,

Subject: New OpenJFX Project Lead: Kevin Rushforth

2016-06-23 Thread Alexandr Scherbatiy
I hereby nominate Kevin Rushforth to OpenJFX Project Lead [1][2]. Kevin has been working in OpenJFX Project for several years and is currently acting as the de facto Project Lead. Group Leads of the Project’s Sponsoring Groups, the Swing Group: Please vote on whether to ratify this change, a

OpenJFX Project Lead Resignation

2016-06-23 Thread Richard Bair
Hi, As you know, I’ve been on the periphery of this project for the last several years, my full time employment taking me into a different path from client toolkits. The time has come to pass the torch, and part of that is to send my official resignation so that another may take it up. Truly, t

Re: [PATCH] 8088147: FXCanvas: implement custom cursors

2016-06-23 Thread Kevin Rushforth
Hi Alexander, It looks like your patch was stripped out by the mailing list server. Can you please send me the patch offline, as a zip file (so line endings are preserved across different systems), and I will unzip it and attach it to the bug report. -- Kevin Alexander Nyssen wrote: Hi,

[PATCH] 8088147: FXCanvas: implement custom cursors

2016-06-23 Thread Alexander Nyssen
Hi, I have worked on a first contribution related to JDK-8088147. Attached please find a patch (created in extended Git format) that comprises the related changes. I have augmented the implementation of javafx.embed.swt.SWTCursors to handle the image cursor case. I further adjusted javafx.scene

Re: Posible bug when maximizing an already maximized stage on Mac

2016-06-23 Thread José Pereda
No, I didn't. It didn't get much of attention. You can go ahead. Jose On Thu, Jun 23, 2016 at 3:15 PM, Tom Schindl wrote: > Did you ever filed a bug for that? This is a serious bug rendering > JavaFX applications useless. > > Tom > > On 31.03.16 11:16, José Pereda wrote: > > Hi all, > > > > Ru

Re: Posible bug when maximizing an already maximized stage on Mac

2016-06-23 Thread Tom Schindl
Did you ever filed a bug for that? This is a serious bug rendering JavaFX applications useless. Tom On 31.03.16 11:16, José Pereda wrote: > Hi all, > > Running this little test on a MacBook Pro Retina, OS X 10.11.4, with JDK > 8u77: > > @Override > public void start(Stage stage) { >

[webkit] [9] Review request for 8158926: Char value is set as integer, not as character

2016-06-23 Thread Arunprasad Rajkumar
Hello Kevin, Guru, Murali, Please review the following fix. JIRA: https://bugs.openjdk.java.net/browse/JDK-8158926 Webrev: http://cr.openjdk.java.net/~arajkumar/8158926/webrev.00 Issue: Java Char type is converted to JS integer type, which is not correct. Solution: Since there is no char type