Re: RFR: 8347937: Canvas pattern test fails and crashes on WebKit 620.1

2025-04-05 Thread Sergey Nazarkin
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote: > Issue: > Ref: Webkit 619.1 > javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp > refactoring in 620.1 > In the case of the canvas pattern using a transform property filled with an > SVGMatrix() > created by an SV

Re: RFR: 8347937: Canvas pattern test fails on WebKit 620.1

2025-03-21 Thread Sergey Nazarkin
On Thu, 13 Mar 2025 18:17:53 GMT, Sergey Nazarkin wrote: > Hi! > > This is my desperate fix for what I believe to be a critical bug. Since my > knowledge of the codebase is minimal, and the class structure is a bit > controversial, my fix is mostly based on historical excavatio

Re: RFR: 8347937: Canvas pattern test fails and crashes on WebKit 620.1

2025-03-21 Thread Sergey Nazarkin
On Fri, 21 Mar 2025 12:40:21 GMT, Kevin Rushforth wrote: > > I see CanvasTest failure. But I guess it is unrelated > > ``` > > CanvasTest > testCanvasPattern() FAILED > > org.opentest4j.AssertionFailedError: First rect top-left ==> expected: > > <255> but was: <0> > > ``` > > @snazarkin Thi

Re: RFR: 8347937: Canvas pattern test fails and crashes on WebKit 620.1

2025-03-21 Thread Sergey Nazarkin
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote: > Issue: > Ref: Webkit 619.1 > javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp > refactoring in 620.1 > In the case of the canvas pattern using a transform property filled with an > SVGMatrix() > created by an SV

Withdrawn: 8347937: Canvas pattern test fails on WebKit 620.1

2025-03-21 Thread Sergey Nazarkin
On Thu, 13 Mar 2025 18:17:53 GMT, Sergey Nazarkin wrote: > Hi! > > This is my desperate fix for what I believe to be a critical bug. Since my > knowledge of the codebase is minimal, and the class structure is a bit > controversial, my fix is mostly based on historical excavatio

Re: RFR: 8347937: Canvas pattern test fails on WebKit 620.1

2025-03-14 Thread Sergey Nazarkin
On Fri, 14 Mar 2025 14:12:30 GMT, Kevin Rushforth wrote: >> Hi! >> >> This is my desperate fix for what I believe to be a critical bug. Since my >> knowledge of the codebase is minimal, and the class structure is a bit >> controversial, my fix is mostly based on historical excavation. >> >> #

RFR: 8347937: Canvas pattern test fails on WebKit 620.1

2025-03-13 Thread Sergey Nazarkin
Hi! This is my desperate fix for what I believe to be a critical bug. Since my knowledge of the codebase is minimal, and the class structure is a bit controversial, my fix is mostly based on historical excavation. # What is the problem? VM started to crash after webkit 620.1 update when runnin

[jfx21u] Integrated: 8346228: Update GStreamer to 1.24.10

2025-03-04 Thread Sergey Nazarkin
On Mon, 24 Feb 2025 16:52:38 GMT, Sergey Nazarkin wrote: > Hi! > > I'd like to backport the commit 22035dec47 that bring updates to GStreamer > and Glib: > - 8346228: Update GStreamer to 1.24.10 > - 8346229: Update Glib to 2.82.4 > > The original [commit >

Re: [jfx21u] RFR: 8346228: Update GStreamer to 1.24.10

2025-03-04 Thread Sergey Nazarkin
On Tue, 4 Mar 2025 10:47:38 GMT, Johan Vos wrote: >> Hi! >> >> I'd like to backport the commit 22035dec47 that bring updates to GStreamer >> and Glib: >> - 8346228: Update GStreamer to 1.24.10 >> - 8346229: Update Glib to 2.82.4 >> >> The original [commit >> ](https://github.com/openjdk/jfx

[jfx21u] RFR: 8346228: Update GStreamer to 1.24.10

2025-02-24 Thread Sergey Nazarkin
8346228: Update GStreamer to 1.24.10 - Commit messages: - Backport 22035dec470756e03d254aa12c088876ae20497d Changes: https://git.openjdk.org/jfx21u/pull/89/files Webrev: https://webrevs.openjdk.org/?repo=jfx21u&pr=89&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8346228