Re: [9] Review request for JDK-8145174 HiDPI splash screen support on Linux

2016-03-02 Thread Rajeev Chamyal
Hello All, Please review the updated webrev. Added a free call for duplicate file name in splashscreen_sys.c :: SplashGetScaledImageName http://cr.openjdk.java.net/~rchamyal/8145174/webrev.03/ Regards, Rajeev Chamyal From: Rajeev Chamyal Sent: 01 March 2016 13:33 To: Alexander

Re: Review request for 6734341 : REGTEST fails: SelectionAutoscrollTest.html

2016-03-02 Thread Vikrant Agarwal
Friendly reminder. Please review this fix. Webrev: http://cr.openjdk.java.net/~ntv/vikrant/6734341/webrev.02/ Bug: https://bugs.openjdk.java.net/browse/JDK-6734341 Best Regards, Vikrant -Original Message- From: Sergey Bylokhov Sent: Friday, February 26, 2016 6:51 PM To: Vikrant

Re: Taking screenshots on x11 composite desktop produce wrong result

2016-03-02 Thread Mario Torre
On Wed, Mar 2, 2016 at 5:24 PM, Sergey Bylokhov wrote: > Hi, Mario. > I assume that it works exactly the same as gtk version? if yes then it will > be good to change the code in jdk9 as well and remove this dependency? You mean to remove the dependency on GTK and use

Re: Taking screenshots on x11 composite desktop produce wrong result

2016-03-02 Thread Sergey Bylokhov
Hi, Mario. I assume that it works exactly the same as gtk version? if yes then it will be good to change the code in jdk9 as well and remove this dependency? On 01.03.16 16:23, Mario Torre wrote: Hi all, I have a fix for the issue detailed in the following bug report:

Re: Taking screenshots on x11 composite desktop produce wrong result

2016-03-02 Thread Andrew Hughes
- Original Message - > Hi all, > > I have a fix for the issue detailed in the following bug report: > > https://bugs.openjdk.java.net/browse/JDK-8150954 > > The issue is does not affect JDK9 so I guess my primary target for the > bug is jdk8u-dev and the backports will go into 7 and 6

Re: [9] RFR for 8150724: [TEST] HiDPI: create a test for multiresolution icons

2016-03-02 Thread Alexander Stepanov
Hello Sergey, It fails because of https://bugs.openjdk.java.net/browse/JDK-8151060 (plus we need here some tricky check for resolution by the analogy with 8150258 because of JDK-8150844). Thanks, Alexander On 2/26/2016 4:25 PM, Sergey Bylokhov wrote: Hi, Alexander. The test failed on osx

[9] RFR for 8142406: [TEST] MultiResolution image: need test to cover the case when @2x image is corrupted

2016-03-02 Thread Alexander Stepanov
Hello, Could you please review the following fix http://cr.openjdk.java.net/~avstepan/8142406/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8142406 just a single test added. Thanks, Alexander