Integrated: 8248365: Debug build crashes on Windows when playing media file

2020-07-13 Thread Alexander Matveev
On Sat, 11 Jul 2020 03:04:16 GMT, Alexander Matveev  
wrote:

> According to information found for similar bugs filed against libffi, this is 
> known issue with libffi. libffi modifies
> stack frames and it triggers stack frame run-time error checking. Fixed by 
> disabling stack frame error checking in
> debug build. It was already off in release build.

This pull request has now been integrated.

Changeset: 946590e6
Author:Alexander Matveev 
URL:   https://git.openjdk.java.net/jfx/commit/946590e6
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod

8248365: Debug build crashes on Windows when playing media file

Reviewed-by: kcr

-

PR: https://git.openjdk.java.net/jfx/pull/265


Re: RFR: 8245284: Update to 610.1 version of WebKit

2020-07-13 Thread Bhawesh Choudhary
On Fri, 10 Jul 2020 05:26:39 GMT, Arun Joseph  wrote:

> Update JavaFX WebKit to GTK WebKit 2.28 (610.1)

Marked as reviewed by bchoudhary (Author).

-

PR: https://git.openjdk.java.net/jfx/pull/263


Re: RFR: 8245284: Update to 610.1 version of WebKit

2020-07-13 Thread Bhawesh Choudhary
On Fri, 10 Jul 2020 22:03:22 GMT, Kevin Rushforth  wrote:

>> Update JavaFX WebKit to GTK WebKit 2.28 (610.1)
>
> Looks good. Tested on all three platforms.

Checked with various websites on all three platform. Looks good.

-

PR: https://git.openjdk.java.net/jfx/pull/263


[jfx15] Integrated: 8176270: Adding ChangeListener to TextField.selectedTextProperty causes StringOutOfBoundsException

2020-07-13 Thread Robert Lichtenberger
On Thu, 5 Mar 2020 16:01:10 GMT, Robert Lichtenberger  
wrote:

> This PR fixes JDK-8176270 by clamping the end index of the selected text to 
> the length of the text.

This pull request has now been integrated.

Changeset: e2d1c021
Author:Robert Lichtenberger 
Committer: Kevin Rushforth 
URL:   https://git.openjdk.java.net/jfx/commit/e2d1c021
Stats: 219 lines in 4 files changed: 18 ins; 172 del; 29 mod

8176270: Adding ChangeListener to TextField.selectedTextProperty causes 
StringOutOfBoundsException

Reviewed-by: aghaisas, kcr

-

PR: https://git.openjdk.java.net/jfx/pull/138