Re: [9] Review request: 8091832: Provide API for getting the Screen scale on HiDPI screens

2016-04-05 Thread Jim Graham
Updated again with the following additions: http://cr.openjdk.java.net/~flar/JDK-8091832/webrev.rt.03/ - Switch to using USER_DEFAULT_SCREEN_DPI pre-defined constant instead of hard-coded 96's - Added @Ignore to failing test RT32570Test.java, to be fixed under JDK-8153542

review: move DragDrop test app to openjfx

2016-04-05 Thread David Hill
move DragDrop test app to openjfx https://bugs.openjdk.java.net/browse/JDK-8153536 http://cr.openjdk.java.net/~ddhill/8153536/ -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George

Jake Review: [packager] Fix packager for jlink API changes

2016-04-05 Thread Chris Bensen
Kevin, Fixes for the Java Packager. https://bugs.openjdk.java.net/browse/JDK-8153529 http://cr.openjdk.java.net/~cbensen/JDK-8153529/webrev.00/ Chris

[webkit] [9] Review request for 8153148: Defer image decoding until WebCore requests ImageFrame

2016-04-05 Thread Arunprasad Rajkumar
Hi Kevin, Peter, Alexander, Please review the below patch. JIRA: https://bugs.openjdk.java.net/browse/JDK-8153148 Webrev: http://cr.openjdk.java.net/~arajkumar/8153148/webrev.00/ Issue: Currently we are decoding the images as soon as it is downloaded. Though it helps rendering, but it hurts