[RFR][openjfx13] 8225203: Update SQLite to version 3.28.0

2019-06-20 Thread Arunprasad Rajkumar
Hi Kevin, Johan, Please review the following PR, which upgrades sqlite to 3.28.0. https://github.com/javafxports/openjdk-jfx/pull/505 https://bugs.openjdk.java.net/browse/JDK-8225203 Thanks, Arun

[openjfx13] RFR : JDK-8222457 : TabPane doesn't respect order of TabPane.getTabs() list

2019-06-20 Thread Ambarish Rapte
Hi All, Please review this fix, Webrev: http://cr.openjdk.java.net/~arapte/fx/8222457/webrev.00/ JBS: https://bugs.openjdk.java.net/browse/JDK-8222457 Regards, Ambarish

[13] RFR JDK-8222212:Memory Leak with SwingNode using Drag and Drop function

2019-06-20 Thread Prasanta Sadhukhan
Hi All, Please review fix for SwingNode memory leak when SwingNode content has a drop target therefore, initiating a DnD. FXDnd holds a strong reference to SwingNode thereby preventing it to be disposed. Proposed fix is to weakreference the swingnode object in FXDnDInteropN class. Bug: https