Re: [jfx20u] RFR: 8305108: Change JavaFX release version to 20.0.2 in jfx20u

2023-03-28 Thread Kevin Rushforth
On Tue, 28 Mar 2023 21:29:34 GMT, Kevin Rushforth wrote: > Updates for the beginning of the 20.0.2 release. @arapte or @johanvos can one of you review this? - PR Comment: https://git.openjdk.org/jfx20u/pull/10#issuecomment-1487619927

[jfx20u] RFR: 8305108: Change JavaFX release version to 20.0.2 in jfx20u

2023-03-28 Thread Kevin Rushforth
Updates for the beginning of the 20.0.2 release. - Commit messages: - 8305108: Change JavaFX release version to 20.0.2 in jfx20u Changes: https://git.openjdk.org/jfx20u/pull/10/files Webrev: https://webrevs.openjdk.org/?repo=jfx20u&pr=10&range=00 Issue: https://bugs.openjdk.org/b

RFR: 8304441: [macos] Crash when putting invalid unicode char on clipboard

2023-03-28 Thread Kevin Rushforth
A malformed unicode string containing only half of a surrogate pair (either a high or low surrogate without the other half) will cause a native exception in the macOS `NSPasteboardItem setString:forType:` method. This uncaught exception will terminate (crash) the application. The fix is to vali

Re: RFR: 8286089: Intermittent WebKit build failure on macOS in JavaScriptCore

2023-03-28 Thread Kevin Rushforth
On Tue, 28 Mar 2023 02:08:27 GMT, Jay Bhaskar wrote: > Issue: Error copying file (if different) from > Source/JavaScriptCore/Scripts/wkbuiltins/builtins_generate_separate_header.py" > to > "modules/javafx.web/build/mac/Release/JavaScriptCcripts/builtins_generate_separate_header.py". > > Root

Re: Gauging interest in bindings that can delay changing their value (debounce/throttle)

2023-03-28 Thread Andrea Vacondio
I've used RxJava to debounce search text fields. +1 for me. Il giorno gio 23 mar 2023 alle ore 17:10 John Hendrikx < john.hendr...@gmail.com> ha scritto: > Hi list, > > I've been working on a potential new API (and proof of concept > implementation) for adding a new type of fluent binding which c