Re: [jfx17u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-03-01 Thread Johan Vos
On Thu, 29 Feb 2024 15:48:30 GMT, Jose Pereda wrote: > Almost clean backport of 8322703: Intermittent crash in WebView in a JFXPanel > from IME calls on macOS > > Reviewed-by: jbhaskar, arapte > > Very minor conflicts after cherry picking the commit: > > // InputMethodRequests implementa

[jfx17u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-02-29 Thread Jose Pereda
Almost clean backport of 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS Reviewed-by: jbhaskar, arapte - Commit messages: - 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS Changes: https://git.openjdk.org/jfx17u/pull/179/fi

Re: [jfx21u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-02-29 Thread Johan Vos
On Thu, 29 Feb 2024 09:22:38 GMT, Jose Pereda wrote: > Hi all, > > This pull request contains a clean backport of commit > [40809a3f](https://github.com/openjdk/jfx/commit/40809a3f84d5f9f91b265f455a95d045e5b4f692) > from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. > > The commi

[jfx21u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-02-29 Thread Jose Pereda
Hi all, This pull request contains a clean backport of commit [40809a3f](https://github.com/openjdk/jfx/commit/40809a3f84d5f9f91b265f455a95d045e5b4f692) from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. The commit being backported was authored by Kevin Rushforth on 30 Jan 2024 and

Re: [jfx22u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-31 Thread Kevin Rushforth
On Tue, 30 Jan 2024 16:57:37 GMT, Kevin Rushforth wrote: > Clean backport to jfx22u (for 22.0.1). @johanvos The `/approve` command had a syntax error. It should be: `/approve yes` (in a new comment, since Skara won't reprocess edited comments). - PR Comment: https://git.openjdk.or

Re: [jfx22u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-30 Thread Kevin Rushforth
On Tue, 30 Jan 2024 16:57:37 GMT, Kevin Rushforth wrote: > Clean backport to jfx22u (for 22.0.1). @johanvos This clean backport needs Maintainer approval in JBS (but not a Review in the PR). You can either use the "/approve" command or do it directly in JBS. - PR Comment: https:/

[jfx22u] RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-30 Thread Kevin Rushforth
Clean backport to jfx22u (for 22.0.1). - Commit messages: - Backport 40809a3f84d5f9f91b265f455a95d045e5b4f692 Changes: https://git.openjdk.org/jfx22u/pull/8/files Webrev: https://webrevs.openjdk.org/?repo=jfx22u&pr=8&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8322703 S

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v3]

2024-01-30 Thread Ambarish Rapte
On Wed, 17 Jan 2024 12:57:22 GMT, Kevin Rushforth wrote: >> As noted in the JBS bug, this is a follow-on to >> [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered >> while testing the fix for >> [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v3]

2024-01-29 Thread Jay Bhaskar
On Wed, 17 Jan 2024 12:57:22 GMT, Kevin Rushforth wrote: >> As noted in the JBS bug, this is a follow-on to >> [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered >> while testing the fix for >> [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v3]

2024-01-26 Thread Kevin Rushforth
On Wed, 17 Jan 2024 12:57:22 GMT, Kevin Rushforth wrote: >> As noted in the JBS bug, this is a follow-on to >> [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered >> while testing the fix for >> [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v3]

2024-01-17 Thread Kevin Rushforth
> As noted in the JBS bug, this is a follow-on to > [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered > while testing the fix for > [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in the > IME code when using WebView in a JFXPanel on macOS). >

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v2]

2024-01-17 Thread Kevin Rushforth
On Tue, 16 Jan 2024 13:54:00 GMT, Kevin Rushforth wrote: >> As noted in the JBS bug, this is a follow-on to >> [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered >> while testing the fix for >> [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v2]

2024-01-16 Thread Kevin Rushforth
On Tue, 16 Jan 2024 13:54:00 GMT, Kevin Rushforth wrote: >> As noted in the JBS bug, this is a follow-on to >> [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered >> while testing the fix for >> [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS [v2]

2024-01-16 Thread Kevin Rushforth
> As noted in the JBS bug, this is a follow-on to > [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered > while testing the fix for > [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in the > IME code when using WebView in a JFXPanel on macOS). >

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-10 Thread Kevin Rushforth
On Fri, 5 Jan 2024 23:59:31 GMT, Kevin Rushforth wrote: > As noted in the JBS bug, this is a follow-on to > [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered > while testing the fix for > [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in the

Re: RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-05 Thread Kevin Rushforth
On Fri, 5 Jan 2024 23:59:31 GMT, Kevin Rushforth wrote: > As noted in the JBS bug, this is a follow-on to > [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered > while testing the fix for > [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in the

RFR: 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS

2024-01-05 Thread Kevin Rushforth
As noted in the JBS bug, this is a follow-on to [JDK-8196011](https://bugs.openjdk.org/browse/JDK-8196011) that I discovered while testing the fix for [JDK-8221261](https://bugs.openjdk.org/browse/JDK-8221261) (a deadlock in the IME code when using WebView in a JFXPanel on macOS). I have teste