Re: RFR: 8283218: Update GStreamer to 1.20.1 [v4]

2022-04-20 Thread Kevin Rushforth
On Mon, 18 Apr 2022 18:38:03 GMT, Alexander Matveev wrote: >> - GStreamer updated to 1.20.1 and GLib updated to 2.72.0. >> - No changes to our code, except in GstAudioSpectrum.cpp >> g_atomic_pointer_compare_and_exchange() was changed to >> g_atomic_pointer_set(). For some reason I was not abl

Re: RFR: 8283218: Update GStreamer to 1.20.1 [v4]

2022-04-20 Thread Alexander Matveev
On Mon, 18 Apr 2022 18:38:03 GMT, Alexander Matveev wrote: >> - GStreamer updated to 1.20.1 and GLib updated to 2.72.0. >> - No changes to our code, except in GstAudioSpectrum.cpp >> g_atomic_pointer_compare_and_exchange() was changed to >> g_atomic_pointer_set(). For some reason I was not abl

Re: RFR: 8283218: Update GStreamer to 1.20.1 [v5]

2022-04-20 Thread Alexander Matveev
> - GStreamer updated to 1.20.1 and GLib updated to 2.72.0. > - No changes to our code, except in GstAudioSpectrum.cpp > g_atomic_pointer_compare_and_exchange() was changed to > g_atomic_pointer_set(). For some reason I was not able to get code compiled > with g_atomic_pointer_compare_and_exchan

RFR: 8285217: [Android] Window's screen is not updated after native screen was disposed

2022-04-20 Thread Jose Pereda
This PR updates the screen for each window even for the case where the old screen has been disposed but there is a new screen instance found for such window. This is the case of Android, where the lifecycle of the application allows destroying the native screen when the app goes to the backgrou

[jfx11u] Integrated: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 13:21:39 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte This pull request has now been integrated. Changeset: 1b214b04 Author:Johan Vos URL: https://git.openjdk.java.net/jfx11u/commit/1b214b04f78e5bbf2d49f63e7995f55141dba6b4 Stats: 55661 lines in 105

[jfx18] Integrated: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 13:29:36 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte This pull request has now been integrated. Changeset: 2a1805a2 Author:Johan Vos URL: https://git.openjdk.java.net/jfx/commit/2a1805a2b9ac83011677b654d2505d7147a6e916 Stats: 55661 lines in 105 fil

[jfx17u] Integrated: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 13:24:53 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte This pull request has now been integrated. Changeset: 5c0d0a65 Author:Johan Vos URL: https://git.openjdk.java.net/jfx17u/commit/5c0d0a653f6066c545b2cc61655f29e99c9ccca6 Stats: 55661 lines in 105

Re: [jfx18] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 13:29:36 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte I confirm that this is a clean backport, but Skara failed to detect that it was clean due to [SKARA-1332](https://bugs.openjdk.java.net/browse/SKARA-1332). - PR: https://git.openjdk.java.net/jfx/pu

Re: [jfx11u] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 13:21:39 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte I confirm that this is a clean backport, but Skara failed to detect that it was clean due to [SKARA-1332](https://bugs.openjdk.java.net/browse/SKARA-1332). - PR: https://git.openjdk.java.net/jfx11u

Re: [jfx17u] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 13:24:53 GMT, Johan Vos wrote: > Reviewed-by: jvos, kcr, arapte I confirm that this is a clean backport, but Skara failed to detect that it was clean due to [SKARA-1332](https://bugs.openjdk.java.net/browse/SKARA-1332). - PR: https://git.openjdk.java.net/jfx17u

[jfx18] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
Reviewed-by: jvos, kcr, arapte - Commit messages: - 8283328: Update libxml2 to 2.9.13 Changes: https://git.openjdk.java.net/jfx/pull/777/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=777&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8283328 Stats: 55661

[jfx17u] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
Reviewed-by: jvos, kcr, arapte - Commit messages: - 8283328: Update libxml2 to 2.9.13 Changes: https://git.openjdk.java.net/jfx17u/pull/41/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u&pr=41&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8283328 Stats: 5

[jfx11u] RFR: 8283328: Update libxml2 to 2.9.13

2022-04-20 Thread Johan Vos
Reviewed-by: jvos, kcr, arapte - Commit messages: - 8283328: Update libxml2 to 2.9.13 Changes: https://git.openjdk.java.net/jfx11u/pull/84/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u&pr=84&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8283328 Stats: 5

Re: [External] : Backport requests for JavaFX 11, 17, 18

2022-04-20 Thread Kevin Rushforth
+1 On 4/20/2022 5:59 AM, Johan Vos wrote: Hi Kevin, I request permission to backport the following issue to JavaFX 11.0.16, JavaFX 17.0.4 and JavaFX 18.0.2 https://bugs.openjdk.java.net/browse/JDK-8283328 Apart from whitespace warnings, the patch applies clean - Johan

[jfx18] Integrated: 8285181: Change JavaFX release version to 18.0.2 in jfx18 branch

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 07:00:46 GMT, Johan Vos wrote: > Increase security version to 2 for JavaFX 18.0.2 This pull request has now been integrated. Changeset: 60d76c8b Author:Johan Vos URL: https://git.openjdk.java.net/jfx/commit/60d76c8b5d60a816376aa569ad562b56fc790b4c Stats: 2 li

Backport requests for JavaFX 11, 17, 18

2022-04-20 Thread Johan Vos
Hi Kevin, I request permission to backport the following issue to JavaFX 11.0.16, JavaFX 17.0.4 and JavaFX 18.0.2 https://bugs.openjdk.java.net/browse/JDK-8283328 Apart from whitespace warnings, the patch applies clean - Johan

[jfx11u] Integrated: 8285152: Change JavaFX release version to 11.0.16 in jfx11u

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 06:37:08 GMT, Johan Vos wrote: > Update security version for JavaFX 11 to 16. This pull request has now been integrated. Changeset: f0440390 Author:Johan Vos URL: https://git.openjdk.java.net/jfx11u/commit/f0440390bdb064c7a5a4cfd19bdba47322cd3009 Stats: 2 lin

[jfx17u] Integrated: 8285153: Change JavaFX release version to 17.0.4 in jfx17u

2022-04-20 Thread Johan Vos
On Wed, 20 Apr 2022 06:43:32 GMT, Johan Vos wrote: > Update security version for JavaFX 17 to 4. This pull request has now been integrated. Changeset: b41307ff Author:Johan Vos URL: https://git.openjdk.java.net/jfx17u/commit/b41307ff3f0cec70f1eafe808173ec0fb0cba36c Stats: 2 line

Re: [jfx11u] RFR: 8285152: Change JavaFX release version to 11.0.16 in jfx11u

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 06:37:08 GMT, Johan Vos wrote: > Update security version for JavaFX 11 to 16. Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx11u/pull/83

Re: [jfx17u] RFR: 8285153: Change JavaFX release version to 17.0.4 in jfx17u

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 06:43:32 GMT, Johan Vos wrote: > Update security version for JavaFX 17 to 4. Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx17u/pull/40

Re: [jfx18] RFR: 8285181: Change JavaFX release version to 18.0.2 in jfx18 branch

2022-04-20 Thread Kevin Rushforth
On Wed, 20 Apr 2022 07:00:46 GMT, Johan Vos wrote: > Increase security version to 2 for JavaFX 18.0.2 Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx/pull/776

Re: RFR: 8251480: TableColumnHeader: calc of cell width must respect row styling

2022-04-20 Thread Robert Lichtenberger
On Tue, 19 Apr 2022 09:57:58 GMT, Marius Hanl wrote: >>> @effad Do you have time and interest to take a look at this for the >>> `TreeTableView` as well? Just asking as otherwise I will have a look :) >> >> Sorry for late response (extended easter holidays ...). Yes I could also >> take a look

[jfx17u] RFR: 8285153: Change JavaFX release version to 17.0.4 in jfx17u

2022-04-20 Thread Johan Vos
Update security version for JavaFX 17 to 4. - Commit messages: - Increase security version to 4 Changes: https://git.openjdk.java.net/jfx17u/pull/40/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u&pr=40&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8285153

[jfx18] RFR: 8285181: Change JavaFX release version to 18.0.2 in jfx18 branch

2022-04-20 Thread Johan Vos
Increase security version to 2 for JavaFX 18.0.2 - Commit messages: - Increase security version to 2 for JavaFX 18.0.2 Changes: https://git.openjdk.java.net/jfx/pull/776/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=776&range=00 Issue: https://bugs.openjdk.java.net/