Re: [jfx17u] RFR: 8340322: Update WebKit to 620.1

2025-03-05 Thread Jose Pereda
On Wed, 5 Mar 2025 08:17:16 GMT, Johan Vos wrote: > Almost clean backport of JDK-8340322 > Manually changed: > > * build.gradle minor change > * > modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLElementStack.cpp > because JDK-8344899 is not backported > * modules/javafx.web/s

[jfx17u] RFR: 8340322: Update WebKit to 620.1

2025-03-05 Thread Johan Vos
Almost clean backport of JDK-8340322 Manually changed: * build.gradle minor change * modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLElementStack.cpp because JDK-8344899 is not backported * modules/javafx.web/src/test/java/test/javafx/scene/web/CanvasTest.java because JDK-8339

Re: [jfx21u] RFR: 8340322: Update WebKit to 620.1

2025-03-04 Thread Kevin Rushforth
On Tue, 4 Mar 2025 12:55:31 GMT, Johan Vos wrote: > Almost clean backport of JDK-8340322 > Manually changed: > * > modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLElementStack.cpp > because JDK-8344899 is not backported > * modules/javafx.web/src/test/java/test/javafx/scene/we

Re: [jfx21u] RFR: 8340322: Update WebKit to 620.1

2025-03-04 Thread Kevin Rushforth
On Tue, 4 Mar 2025 12:55:31 GMT, Johan Vos wrote: > Almost clean backport of JDK-8340322 > Manually changed: > * > modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLElementStack.cpp > because JDK-8344899 is not backported > * modules/javafx.web/src/test/java/test/javafx/scene/we

[jfx21u] RFR: 8340322: Update WebKit to 620.1

2025-03-04 Thread Johan Vos
Almost clean backport of JDK-8340322 Manually changed: * modules/javafx.web/src/main/native/Source/WebCore/html/parser/HTMLElementStack.cpp because JDK-8344899 is not backported * modules/javafx.web/src/test/java/test/javafx/scene/web/CanvasTest.java because JDK-8339515 is not backported --

[jfx24u] RFR: 8340322: Update WebKit to 620.1

2025-02-14 Thread Jay Bhaskar
A clean backport to jfx24u. The update is related to webkit upgrae up to 2.46.5. - Commit messages: - Backport 1e6915738d654e6cf7a547e47b8b020117db6bc3 Changes: https://git.openjdk.org/jfx24u/pull/4/files Webrev: Webrev is not available because diff is too large Issue: https://b

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-12 Thread Jay Bhaskar
On Tue, 11 Feb 2025 18:29:08 GMT, Kevin Rushforth wrote: >> modules/javafx.web/src/main/native/Source/WTF/wtf/java/FileSystemJava.cpp >> line 1: >> >>> 1: /* >> >> I would recommend to add "fprintf(stderr, XXX NOT IMPLEMENTED\n");" outputs >> to the the four changed / new functions stubs, as

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-12 Thread Ambarish Rapte
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Kevin Rushforth
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Johan Vos
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Joeri Sykora
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Kevin Rushforth
On Tue, 11 Feb 2025 17:55:25 GMT, Oliver Schmidtmer wrote: >> Webkit JavaFx upgrade from 619.1 to 620.1 >> Build is verified in mac , windows and linux. Sanity testing looks fine. No >> issues seen, except one observed CanvasPattern test where it works only on >> Linux but failed on Mac/Windo

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Oliver Schmidtmer
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-11 Thread Kevin Rushforth
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

Re: RFR: 8340322: Update WebKit to 620.1

2025-02-10 Thread Kevin Rushforth
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote: > Webkit JavaFx upgrade from 619.1 to 620.1 > Build is verified in mac , windows and linux. Sanity testing looks fine. No > issues seen, except one observed CanvasPattern test where it works only on > Linux but failed on Mac/Windows (WIP). >

RFR: 8340322: Update WebKit to 620.1

2025-02-10 Thread Jay Bhaskar
Webkit JavaFx upgrade from 619.1 to 620.1 Build is verified in mac , windows and linux. Sanity testing looks fine. No issues seen, except one observed CanvasPattern test where it works only on Linux but failed on Mac/Windows (WIP). Windows build is using clang-cl compiler because Webkit has drop