Looks fine.
+1
One minor observation:
WCFontImpl.java -> Regarding log.fine(String.format("str='%s' length=%d",
str, str.length()));, I see earlier code which followed below format for
‘length’
log.fine(String.format("str='%s' (length=%d)", str, str.length()));
Thanks,
Murali
-----Original Message-----
From: Kevin Rushforth
Sent: Wednesday, December 19, 2018 7:01 PM
To: Arunprasad Rajkumar <[email protected]>; Murali Billa
<[email protected]>; Johan Vos <[email protected]>; Joeri Sykora
<[email protected]>
Cc: Praveen Srivastava <[email protected]>; Victor D'yakov
<[email protected]>; [email protected] List
<[email protected]>
Subject: Re: RFR: 8214119: Update to 607.1 version of WebKit
Looks good to me.
+1
-- Kevin
On 12/18/2018 10:16 AM, Arunprasad Rajkumar wrote:
> Hi Kevin, Murali, Johan, Joeri,
>
> Please review the following patch which merges GTK WebKit 2.22(607.1) into
> jfx-dev:
>
> http://cr.openjdk.java.net/~arajkumar/8214119/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,
> 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 http://hg.openjdk.java.net/openjfx/jfx-dev/rt
> $ cd rt
> $ hg import --no-commit rt.changeset #(from rt.changset.gz)
>
> This changeset requires the following versions of toolchains to build
> properly,
>
> * MSVC- 2017-15.5.5 or higher on Windows
> * GCC 7.3.0 or higher on Linux
> * Xcode 9.4 or higher on MacOS
>
> Thanks,
> Arun