RFR: 8245284: Update to 610.1 version of WebKit

2020-07-09 Thread Arun Joseph
Update JavaFX WebKit to GTK WebKit 2.28 (610.1) - Commit messages: - Fix exec files - 8245284: Update to 610.1 version of WebKit Changes: https://git.openjdk.java.net/jfx/pull/263/files Webrev: https://webrevs.openjdk.java.net/jfx/263/webrev.00 Issue:

Re: [jfx15] RFR: 8201567: QuantumRenderer modifies buffer in use by JavaFX Application Thread [v2]

2020-07-09 Thread Ambarish Rapte
On Tue, 30 Jun 2020 23:11:56 GMT, John Neffenger wrote: >> Fixes [JDK-8201567](https://bugs.openjdk.java.net/browse/JDK-8201567). > > John Neffenger has updated the pull request incrementally with one additional > commit since the last revision: > > Remove assert statements Marked as

JavaFx application with Windows 10 operating systems

2020-07-09 Thread Guruprasad Kulkarni
I have a application on JavaFX 12 , open jdk 11 . It runs on other operating systems successfully . But on windows 10 certain editions it fails to load the Java Fx components . My application runs on Windows 7 , Windows 10 2017 edition . It shows no exception or error while running . I have tried

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened

2020-07-09 Thread John Neffenger
On Wed, 1 Jul 2020 12:10:23 GMT, Johan Vos wrote: > I don't have access to a Pi right now, so I can't test this (I'll be able to > test in about 10 days from now though) Thank you, Johan. If you have the time, that would be great. Otherwise, merging this for early-access builds of JavaFX 16

Re: [jfx15] RFR: 8248381: Create a daemon thread for MonocleTimer [v2]

2020-07-09 Thread Kevin Rushforth
On Sun, 28 Jun 2020 02:28:35 GMT, John Neffenger wrote: >> Fixes [JDK-8248381](https://bugs.openjdk.java.net/browse/JDK-8248381). > > John Neffenger has updated the pull request incrementally with one additional > commit since the last revision: > > Remove POOL_SIZE constant Looks good to

Re: [jfx15] RFR: 8201567: QuantumRenderer modifies buffer in use by JavaFX Application Thread [v2]

2020-07-09 Thread Kevin Rushforth
On Tue, 30 Jun 2020 23:11:56 GMT, John Neffenger wrote: >> Fixes [JDK-8201567](https://bugs.openjdk.java.net/browse/JDK-8201567). > > John Neffenger has updated the pull request incrementally with one additional > commit since the last revision: > > Remove assert statements Marked as

Re: RFR: 8201567: QuantumRenderer modifies buffer in use by JavaFX Application Thread [v2]

2020-07-09 Thread Kevin Rushforth
On Wed, 8 Jul 2020 22:02:17 GMT, Kevin Rushforth wrote: >> @jgneff this looks safe enough to get into 15. Go ahead an retarget it to >> the `jfx15` branch. >> >> @arapte this will invalidate your review, so you will need to re-review it >> once retargeted. > > Oh, and regarding the following:

Re: RFR: 8176270: Adding ChangeListener to TextField.selectedTextProperty causes StringOutOfBoundsException [v7]

2020-07-09 Thread Kevin Rushforth
On Thu, 2 Jul 2020 05:29:05 GMT, Robert Lichtenberger wrote: >> This PR fixes JDK-8176270 by clamping the end index of the selected text to >> the length of the text. > > Robert Lichtenberger has updated the pull request incrementally with one > additional commit since the last revision: > >