Re: RFR: 8318984: Update to Xcode 14.3.1 on macOS

2023-11-13 Thread Ambarish Rapte
On Mon, 13 Nov 2023 18:45:13 GMT, Kevin Rushforth wrote: > This PR updates the micro version of the compiler on macOS to 14.3.1 (from > 14.3) to match JDK 22. > > I've run headless and headful tests. Marked as reviewed by arapte (Reviewer). Marked as reviewed by arapte (Reviewer).

Re: RFR: 8311895: CSS Transitions [v2]

2023-11-13 Thread Michael Strauß
On Mon, 31 Jul 2023 13:44:28 GMT, John Hendrikx wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make TransitionEvent final > > Some early feedback, it's a lot of code :) @hjohn Would you be willing to expand

ToolBar rendering bug

2023-11-13 Thread Christopher Schnick
Hello, I recently stumbled upon a weird rendering issue and managed to reproduce it, at least inside my own application: https://www.youtube.com/watch?v=BcMVIOkk-84 . Sadly I don't have the time to create a minimal reproducible example right now. I suspect the problem occurs when a ToolBar

Re: RFR: 8301302: Platform preferences API [v23]

2023-11-13 Thread Michael Strauß
On Fri, 10 Nov 2023 21:23:54 GMT, Michael Strauß wrote: >> Please read [this >> document](https://gist.github.com/mstr2/9f46f92c98d3c86aa6a0b4224a9a6548) >> for an introduction to the Platform Preferences API, and how it interacts >> with the proposed style theme and stage appearance

RFR: 8319762: Update to Visual Studio 2022 version 17.6.5 on Windows

2023-11-13 Thread Kevin Rushforth
This PR updates the compiler on Windows to Visual Studio 2022 17.6.5 (from 17.5.0) to match JDK 22. I've run headless and headful tests. - Commit messages: - 8319762: Update to Visual Studio 2022 version 17.6.5 on Windows Changes: https://git.openjdk.org/jfx/pull/1285/files

RFR: 8318984: Update to Xcode 14.3.1 on macOS

2023-11-13 Thread Kevin Rushforth
This PR updates the micro version of the compiler on macOS to 14.3.1 (from 14.3) to match JDK 22. I've run headless and headful tests. - Commit messages: - 8318984: Update to Xcode 14.3.1 on macOS Changes: https://git.openjdk.org/jfx/pull/1284/files Webrev:

Re: RFR: 8318984: Update to Xcode 14.3.1 on macOS

2023-11-13 Thread Kevin Rushforth
On Mon, 13 Nov 2023 18:45:13 GMT, Kevin Rushforth wrote: > This PR updates the micro version of the compiler on macOS to 14.3.1 (from > 14.3) to match JDK 22. > > I've run headless and headful tests. Reviewers: @arapte @johanvos @tiainen - PR Comment:

Re: RFR: 8319762: Update to Visual Studio 2022 version 17.6.5 on Windows

2023-11-13 Thread Kevin Rushforth
On Mon, 13 Nov 2023 18:47:14 GMT, Kevin Rushforth wrote: > This PR updates the compiler on Windows to Visual Studio 2022 17.6.5 (from > 17.5.0) to match JDK 22. > > I've run headless and headful tests. Reviewers: @arapte @johanvos @tiainen - PR Comment:

WebAssembly Support in JavaFX WebKit

2023-11-13 Thread RJ Sheperd
First, big thanks to the folks who have maintained this project. I recently opened a "Feature Request" ticket for "WebAssembly Support in JavaFX WebKit", and stated that I would be happy to help get this support enabled. WebAssembly has been enabled in WebKit since 2017: