JDK-8219362 : Update to 608.1 version of WebKit
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u231,openjfx13
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-19
  • Updated: 2020-01-31
  • Resolved: 2019-06-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u231Fixed openjfx11.0.5Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
This will update the JavaFX WebKit to the GTK WebKit 2.24.x[1][2]. 

[1] https://trac.webkit.org/wiki/WebKitGTK/2.24.x
[2] http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.24
Comments
build passing on 3 platforms. +1
29-06-2019

Changeset: a1fb556cdd7d Author: arajkumar Date: 2019-06-29 15:45 +0530 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/a1fb556cdd7d 8219362: Update to 608.1 version of WebKit Reviewed-by: kcr, jvos
29-06-2019

[~kcr], [~jvos] Please review the following patch which merges GTK WebKit 2.24(608.1) into jfx-dev: https://cr.openjdk.java.net/~arajkumar/8219362/webrev Above link has a webrev and a compressed changeset file, 1. rt-non-native-webkit ��� Contains changes other than "modules/javafx.web/src/main/native", it will be useful _only_ for review, don���t apply the patch from it. 2. rt.changeset.gz ��� Actual changeset file in compressed format which contains all the changes from ���rt��� directory(including WebKit native changes), uncompress before using it(gunzip rt.changeset.gz) and do the following steps., $ hg clone https://hg.openjdk.java.net/openjfx/jfx-dev/rt $ cd rt $ hg import --no-commit rt.changeset #(from rt.changset.gz) (or) $ wget http://cr.openjdk.java.net/~arajkumar/8219362/webrev/rt.changeset.gz -O - | gunzip | hg import - --no-commit
28-06-2019

I did a sanity test on all three platforms. All looks good. +1
27-06-2019