RFR: 8285881: Update WebKit to 614.1
Kevin Rushforth
kcr at openjdk.org
Mon Jul 25 14:37:16 UTC 2022
On Fri, 22 Jul 2022 19:29:12 GMT, Hima Bindu Meda <hmeda at openjdk.org> wrote:
> Update JavaFX WebKit to GTK WebKit 2.36 (614.1).
>
> Verified the updated version build, sanity tests and stability.
> This does not cause any issues except a few unit test failures.
> These tests are recorded and ignored using below bugs:
> [JDK-8290237](https://bugs.openjdk.org/browse/JDK-8290237)
> [JDK-8290238](https://bugs.openjdk.org/browse/JDK-8290238)
> [JDK-8290292](https://bugs.openjdk.org/browse/JDK-8290292)
As a note to reviewers, this is a very large patch (as is typical for WebKit updates) with almost all of the changes being in the native WebKit code. It's easy for changes outside of the native WebKit code to get lost in the shuffle. In addition to the shear number of changes, GitHub won't even show the entire set of diffs. In case it is helpful while reviewing, here is a pointer to a branch that has the native WebKit changes reverted, so that you can easily see the changes in the rest of the code:
https://github.com/openjdk/jfx/compare/master...kevinrushforth:WebKit-614.1-non-WebKit-files
-------------
PR: https://git.openjdk.org/jfx/pull/846
More information about the openjfx-dev
mailing list