[11] Review request: 8199474: Update to 606.1 version of WebKit
Arunprasad Rajkumar
arunprasad.rajkumar at oracle.com
Wed Jun 27 15:57:21 UTC 2018
Hello All,
Following patchset contains changes to upgrade to newer WebKit which is based on GTK WebKit 2.20 [1]
http://cr.openjdk.java.net/~arajkumar/8199474/webrev <http://cr.openjdk.java.net/~arajkumar/8199474/webrev>
Above link has a webrev and a changeset file,
1. rt-non-native-webkit — Contains changes other than "modules/javafx.web/src/main/native", it will be useful _only_ for review.
2. rt.changeset.gz — Actual changeset file in compressed format which contains all the changes from “rt” directory, uncompress before using it(gunzip rt.changeset.gz) and do the following steps.,
$ hg clone http://hg.openjdk.java.net/openjfx/jfx-dev/rt <http://hg.openjdk.java.net/openjfx/jfx-dev/rt>
$ cd rt
$ hg import --no-commit rt.changeset #(from rt.changset.gz)
(Note: Changeset is marginally bigger than usual because it removes all unused WebCore files from the repo)
[1] https://trac.webkit.org/wiki/WebKitGTK/2.20.x <https://trac.webkit.org/wiki/WebKitGTK/2.20.x>
Thanks,
Arun
More information about the openjfx-dev
mailing list