Re: [OpenJDK 2D-Dev] RFR: 8182043: Access to Windows Large Icons

2020-10-02 Thread Victor Dyakov
On Mon, 28 Sep 2020 15:20:33 GMT, Alexander Zuev wrote: > Moving review from Mercurial. See > https://mail.openjdk.java.net/pipermail/awt-dev/2020-August/016078.html for > previous > iteration. @mrserb Can you review this? - PR: https://git.openjdk.java.net/jdk/pull/380

Re: [OpenJDK 2D-Dev] RFR: 8182043: Access to Windows Large Icons

2020-10-02 Thread Victor Dyakov
On Fri, 2 Oct 2020 16:27:00 GMT, Victor Dyakov wrote: >> Moving review from Mercurial. See >> https://mail.openjdk.java.net/pipermail/awt-dev/2020-August/016078.html for >> previous >> iteration. > > @mrserb Can you review this? @aivanov-jdk Can you review this? - PR: https://gi

Re: [OpenJDK 2D-Dev] RFR: 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)

2020-10-02 Thread Victor Dyakov
On Sun, 27 Sep 2020 22:16:22 GMT, Sergey Bylokhov wrote: > Hello. > Please review the fix for jdk. > > Old review request: > https://mail.openjdk.java.net/pipermail/awt-dev/2020-July/015991.html > > > (Note: the fix use API available since Windows 8.1: WM_DPICHANGED, but it > should be fine f

Re: [OpenJDK 2D-Dev] RFR: 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)

2020-10-02 Thread Victor Dyakov
On Fri, 2 Oct 2020 16:46:11 GMT, Victor Dyakov wrote: >> Hello. >> Please review the fix for jdk. >> >> Old review request: >> https://mail.openjdk.java.net/pipermail/awt-dev/2020-July/015991.html >> >> >> (Note: the fix use API available since Windows 8.1: WM_DPICHANGED, but it >> should be

[OpenJDK 2D-Dev] RFR: 8253945: Missed default constructor for StreamPrintServiceFactory.java

2020-10-02 Thread Phil Race
Running a test build with the doclint warning found this missed case A CSR has been created https://bugs.openjdk.java.net/browse/JDK-8253946 - Commit messages: - 8253945: Missed default constructor for StreamPrintServiceFactory.java Changes: https://git.openjdk.java.net/jdk/pull/48

Re: [OpenJDK 2D-Dev] RFR: 8253945: Missed default constructor for StreamPrintServiceFactory.java

2020-10-02 Thread Kevin Rushforth
On Fri, 2 Oct 2020 17:48:39 GMT, Phil Race wrote: > Running a test build with the doclint warning found this missed case > > A CSR has been created https://bugs.openjdk.java.net/browse/JDK-8253946 Marked as reviewed by kcr (Author). - PR: https://git.openjdk.java.net/jdk/pull/488

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments

2020-10-02 Thread Phil Race
On Fri, 25 Sep 2020 21:45:39 GMT, Sergey Bylokhov wrote: > We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > priva

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments

2020-10-02 Thread Phil Race
On Fri, 25 Sep 2020 21:45:39 GMT, Sergey Bylokhov wrote: > We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > priva

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments

2020-10-02 Thread Phil Race
On Fri, 2 Oct 2020 18:35:25 GMT, Phil Race wrote: >> We have a number of missing javadoc tags and comments in the desktop module. >> Most of the missing comments are related to the serialized form. >> >> The fix: >> - Adds missing comments to the non-static/non-transient fields(even >> privat

Re: [OpenJDK 2D-Dev] RFR: 8253945: Missed default constructor for StreamPrintServiceFactory.java

2020-10-02 Thread Sergey Bylokhov
On Fri, 2 Oct 2020 17:48:39 GMT, Phil Race wrote: > Running a test build with the doclint warning found this missed case > > A CSR has been created https://bugs.openjdk.java.net/browse/JDK-8253946 Marked as reviewed by serb (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4

[OpenJDK 2D-Dev] Integrated: 8253945: Missed default constructor for StreamPrintServiceFactory.java

2020-10-02 Thread Phil Race
On Fri, 2 Oct 2020 17:48:39 GMT, Phil Race wrote: > Running a test build with the doclint warning found this missed case > > A CSR has been created https://bugs.openjdk.java.net/browse/JDK-8253946 This pull request has now been integrated. Changeset: 58102386 Author:Phil Race URL: h

Re: [OpenJDK 2D-Dev] RFR: 8182043: Access to Windows Large Icons

2020-10-02 Thread Sergey Bylokhov
On Fri, 2 Oct 2020 16:29:08 GMT, Victor Dyakov wrote: >> @mrserb Can you review this? > > @aivanov-jdk Can you review this? I still suggest to try the approach recommended here: https://mail.openjdk.java.net/pipermail/awt-dev/2020-August/016074.html On 29.05.2020 14:35, Alexey Ivanov wrote: >

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments [v2]

2020-10-02 Thread Sergey Bylokhov
> We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > private) of the "serializable" classes > - Adds comments to th

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments [v2]

2020-10-02 Thread Sergey Bylokhov
On Fri, 2 Oct 2020 19:46:10 GMT, Phil Race wrote: >> I think the main thing here is I would separate out removing the duplicate >> PeerFixer into a new bug. >> >> I also see that the CSR is still just a pure template. > >> I need advice about what exact change should be reviewed in the CSR(exce

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments [v2]

2020-10-02 Thread Sergey Bylokhov
On Sat, 3 Oct 2020 03:57:21 GMT, Sergey Bylokhov wrote: >>> I need advice about what exact change should be reviewed in the CSR(except >>> PeerFixer removal) >> >> Probably almost all of it. > > The PeerFixer is extracted to the separate CR: > https://bugs.openjdk.java.net/browse/JDK-8253965 >