[jfx23u] RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView

2024-09-02 Thread Jay Bhaskar
A clean backport to jfx23u. The fix is for Rendering issues with CSS "text-shadow" in WebView . I have tested the fix it is working with the fix and failing without the fix. - Commit messages: - Backport e0ceafb7dba15b4faa683c336828e79f19a59d30 Changes: https://git.openjdk.org/jfx

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v3]

2024-08-31 Thread duke
On Fri, 30 Aug 2024 11:50:54 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v3]

2024-08-31 Thread Jay Bhaskar
On Fri, 30 Aug 2024 11:50:54 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v3]

2024-08-30 Thread Kevin Rushforth
On Fri, 30 Aug 2024 11:50:54 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v3]

2024-08-30 Thread Oliver Schmidtmer
> On a Shadow state update with cleared shadow, the new values were not > transmitted to the Java GraphicsDecoder Oliver Schmidtmer has updated the pull request incrementally with one additional commit since the last revision: Requested changes from review - Changes: - all: ht

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-29 Thread Kevin Rushforth
On Thu, 29 Aug 2024 22:04:08 GMT, Kevin Rushforth wrote: >> Oliver Schmidtmer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add test > > modules/javafx.web/src/test/java/test/javafx/scene/web/ShadowTest.java line > 66: > >> 64:

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-29 Thread Kevin Rushforth
On Tue, 27 Aug 2024 20:21:43 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-29 Thread Kevin Rushforth
On Thu, 29 Aug 2024 21:27:08 GMT, Andy Goryachev wrote: >> Oliver Schmidtmer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add test > > modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-29 Thread Andy Goryachev
On Tue, 27 Aug 2024 20:21:43 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-27 Thread Oliver Schmidtmer
On Tue, 27 Aug 2024 20:21:43 GMT, Oliver Schmidtmer wrote: >> On a Shadow state update with cleared shadow, the new values were not >> transmitted to the Java GraphicsDecoder > > Oliver Schmidtmer has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]

2024-08-27 Thread Oliver Schmidtmer
> On a Shadow state update with cleared shadow, the new values were not > transmitted to the Java GraphicsDecoder Oliver Schmidtmer has updated the pull request incrementally with one additional commit since the last revision: add test - Changes: - all: https://git.openjdk.org

Re: RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView

2024-08-27 Thread Kevin Rushforth
On Tue, 27 Aug 2024 15:55:47 GMT, Oliver Schmidtmer wrote: > On a Shadow state update with cleared shadow, the new values were not > transmitted to the Java GraphicsDecoder Reviewers: @kevinrushforth @jaybhaskar @Schmidor Would it be possible to add an automated test for this? -

RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView

2024-08-27 Thread Oliver Schmidtmer
On a Shadow state update with cleared shadow, the new values were not transmitted to the Java GraphicsDecoder - Commit messages: - 8334124: Rendering issues with CSS "text-shadow" in WebView Changes: https://git.openjdk.org/jfx/pull/1547/files Webrev: https://webrevs.openjdk.org/