JavaFX object traits

2023-09-02 Thread Michael Strauß
There's a proposal to add a common interface that identifies JavaFX objects that can hold an Observable property map: https://github.com/openjdk/jfx/pull/1215 The reason for this is obvious: allow JavaFX objects that can hold properties to be consumed by code without depending on brittle `instance

[jfx17u] Integrated: 8311097: Synchron XMLHttpRequest not receiving data

2023-09-02 Thread Jose Pereda
On Sat, 2 Sep 2023 12:47:18 GMT, Jose Pereda wrote: > Clean backport of 8311097: Synchron XMLHttpRequest not receiving data > Reviewed-by: jbhaskar, kcr This pull request has now been integrated. Changeset: 7e1a7122 Author:Jose Pereda URL: https://git.openjdk.org/jfx17u/commit/7e1a7

Re: RFR: JDK-8315569: Tests for the contract of SkinBase.layoutChildren(..) [v2]

2023-09-02 Thread Marius Hanl
> This PR adds a test that verifies the `SkinBase.layoutChildren(..)` method > with different scales. > While not explicitly documented, this method will receive the snapped and > correctly calculated x, y, width and height values, so that children of the > Control can be layouted correctly with

RFR: JDK-8315569: Tests for the contract of SkinBase.layoutChildren(..)

2023-09-02 Thread Marius Hanl
This PR adds a test that verifies the `SkinBase.layoutChildren(..)` method with different scales. While not explicitly documented, this method will receive the snapped and correctly calculated x, y, width and height values, so that children of the Control can be layouted correctly without requir

[jfx17u] RFR: 8311097: Synchron XMLHttpRequest not receiving data

2023-09-02 Thread Jose Pereda
Clean backport of 8311097: Synchron XMLHttpRequest not receiving data Reviewed-by: jbhaskar, kcr - Commit messages: - 8311097: Synchron XMLHttpRequest not receiving data Changes: https://git.openjdk.org/jfx17u/pull/146/files Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=146&r

[jfx17u] Integrated: 8306329: Update ICU4C to 73.1

2023-09-02 Thread Johan Vos
On Sat, 2 Sep 2023 08:51:35 GMT, Johan Vos wrote: > Clean backport of > 8306329: Update ICU4C to 73.1 > Reviewed-by: kcr, jvos This pull request has now been integrated. Changeset: cba058f0 Author:Johan Vos URL: https://git.openjdk.org/jfx17u/commit/cba058f057aba54028809c4dcf56a3453

[jfx17u] RFR: 8306329: Update ICU4C to 73.1

2023-09-02 Thread Johan Vos
Clean backport of 8306329: Update ICU4C to 73.1 Reviewed-by: kcr, jvos - Commit messages: - 8306329: Update ICU4C to 73.1 Changes: https://git.openjdk.org/jfx17u/pull/145/files Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=145&range=00 Issue: https://bugs.openjdk.org/browse

[jfx17u] Integrated: 8313181: Enabling modern media controls on webkit 616.1 does not load button images on HTML5 video Element

2023-09-02 Thread Johan Vos
On Fri, 1 Sep 2023 19:51:51 GMT, Johan Vos wrote: > Clean backport of 8313181: Enabling modern media controls on webkit 616.1 > does not load…button images on HTML5 video Element > > Reviewed-by: kcr, hmeda This pull request has now been integrated. Changeset: 12f416d0 Author:Johan Vos U