[RFR] [openjfx13] 8219362: Update to 608.1 version of WebKit
Kevin Rushforth
kevin.rushforth at oracle.com
Thu Jun 27 16:07:00 UTC 2019
I did a sanity test on all three platforms. All looks good.
+1
-- Kevin
On 6/27/2019 8:15 AM, Arunprasad Rajkumar wrote:
> 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