Re: [OpenJDK 2D-Dev] [12] RFR JDK-8139178: Wrong fontMetrics when printing in Landscape

2018-11-30 Thread Phil Race
Looks good. Push to client. jdk-submit is just a way to get test builds on all platforms. This one is basic C that should build everywhere if it builds anywhere .. -phil. On 11/29/18 10:52 PM, Andrew Brygin wrote: Hello Phil, On Nov 30, 2018, at 6:27 AM, Philip Race wrote: Hi, I'd like

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Alexey Ivanov
Hi Prasanta, Adding style="text-align: center" attribute to element is cleaner and achieves the same result as it applies to all (as well which are center-aligned by default anyway). If the content of the table is modified in the future, there will be no need to add style attributes to

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Prasanta Sadhukhan
Hi Alexey, I have modified to keep the "X" centred. Please find the modified webrev: http://cr.openjdk.java.net/~psadhukhan/8213051/webrev.1/ Regards Prasanta On 30-Nov-18 4:50 PM, Alexey Ivanov wrote: Hi Prasanta, Would the presentation benefit from to keep X centred and thus to preserve

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Prasanta Sadhukhan
Hi Alexey, Ok. Modified webrev: http://cr.openjdk.java.net/~psadhukhan/8213051/webrev.2/ Regards Prasanta On 30-Nov-18 10:12 PM, Alexey Ivanov wrote: Hi Prasanta, Adding style="text-align: center" attribute to element is cleaner and achieves the same result as it applies to all (as well

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Alexey Ivanov
Hi Prasanta, Looks good to me. Regards, Alexey On 30/11/2018 17:23, Prasanta Sadhukhan wrote: Hi Alexey, Ok. Modified webrev: http://cr.openjdk.java.net/~psadhukhan/8213051/webrev.2/ Regards Prasanta On 30-Nov-18 10:12 PM, Alexey Ivanov wrote: Hi Prasanta, Adding style="text-align:

[OpenJDK 2D-Dev] RFR: 8214558: bad @run tag in CheckPrinterJobSystemProperty.java

2018-11-30 Thread Phil Race
Bug : https://bugs.openjdk.java.net/browse/JDK-8214558 As noted in the bug this test has a bad @run line and the fix is to remove it diff inline below : diff --git a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java

[OpenJDK 2D-Dev] [12] Review Request: 8214076 Cleanup the code related to GraphicsEnvironment/Device/Configuration

2018-11-30 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 12. Bug: https://bugs.openjdk.java.net/browse/JDK-8214076 Webrev: http://cr.openjdk.java.net/~serb/8214076/webrev.01 While I am working on the: https://bugs.openjdk.java.net/browse/JDK-8076313 I have started to unify the code between the platforms, and found

Re: [OpenJDK 2D-Dev] RFR: 8214558: bad @run tag in CheckPrinterJobSystemProperty.java

2018-11-30 Thread Sergey Bylokhov
Looks fine. On 30/11/2018 14:50, Phil Race wrote: Bug : https://bugs.openjdk.java.net/browse/JDK-8214558 As noted in the bug this test has a bad @run line and the fix is to remove it diff inline below : diff --git a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java

Re: [OpenJDK 2D-Dev] [12] Review Request: 8214461 Some unused classes may be removed

2018-11-30 Thread Krishna Addepalli
Looks good to me. Krishna > On 01-Dec-2018, at 7:33 AM, Sergey Bylokhov > wrote: > > Hello. > Please review the fix for jdk 12. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8214461 > Webrev: http://cr.openjdk.java.net/~serb/8214461/webrev.00 > > We have a few internal

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Sergey Bylokhov
+1 On 30/11/2018 13:16, Alexey Ivanov wrote: Hi Prasanta, Looks good to me. Regards, Alexey On 30/11/2018 17:23, Prasanta Sadhukhan wrote: Hi Alexey, Ok. Modified webrev: http://cr.openjdk.java.net/~psadhukhan/8213051/webrev.2/ Regards Prasanta On 30-Nov-18 10:12 PM, Alexey Ivanov wrote:

[OpenJDK 2D-Dev] [12] Review Request: 8214461 Some unused classes may be removed

2018-11-30 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 12. Bug: https://bugs.openjdk.java.net/browse/JDK-8214461 Webrev: http://cr.openjdk.java.net/~serb/8214461/webrev.00 We have a few internal classes/interfaces which currently unused and may be removed: - sun.awt.image.BadDepthException.java: looks like it

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8213051:Invalid use of HTML5 in javax.print files

2018-11-30 Thread Alexey Ivanov
Hi Prasanta, Would the presentation benefit from to keep X centred and thus to preserve the visual appearance? Do you mind updating the copyright? Otherwise, the change looks good to me. Regards, Alexey On 30/11/2018 07:41, Prasanta Sadhukhan wrote: Hi All, Please review a doc-fix to