[RFR] [openjfx13] 8219362: Update to 608.1 version of WebKit

Arunprasad Rajkumar arunprasad.rajkumar at oracle.com
Thu Jun 27 15:15:36 UTC 2019


Hi Kevin, Johan,

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

Thanks,
Arun


More information about the openjfx-dev mailing list