Re: [9] Review request for 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution

2014-02-11 Thread Konstantin Shefov
Reminder On 10-Feb-14 11:33, Konstantin Shefov wrote: Please, review this test fix. The test blocks automated test execution, so should be fixed. Thanks -Konstantin On 06-Feb-14 17:55, Sergey Bylokhov wrote: Thanks. Then the fix looks good. On 06.02.2014 17:53, Konstantin Shefov wrote: On

Re: [9] Review request for 8031694: [macosx] TwentyThousandTest test intermittently hangs

2014-02-11 Thread Oleg Pekhovskiy
Hi Anthony, I ran only java/awt/EventDispatchThread java/awt/EventQueue and the same from closed. No difference found. It would be great if you propose some other tests that could be sensitive to the fix. Thanks, Oleg On 10.02.2014 21:17, Anthony Petrov wrote: Thanks for the clarifications

Re: [OpenJDK 2D-Dev] [9] Review Request: JDK-8029455 JLightweightFrame: support scaled painting

2014-02-11 Thread Jim Graham
Hi Anton, These comments are about future public API, but this current patch is about getting the mechanism working behind the scenes. I'm OK with proceeding with the current patch as it is (modulo the review feedback I gave) to get the mechanism working for the basic back buffer behind the

Re: [OpenJDK 2D-Dev] [9] Review Request: JDK-8029455 JLightweightFrame: support scaled painting

2014-02-11 Thread Anton V. Tarasov
Hi Jim, On 2/11/14 4:12 AM, Jim Graham wrote: Just out of curiosity, on a Mac there is support for @2x images where they get loaded and used (at half scale to preserve layout size) automatically for you. In that respect, the added resolution is hidden from the regular APIs and the developer d

Re: RFR: Allow using a system installed libpng

2014-02-11 Thread Magnus Ihse Bursie
On 2014-02-10 18:43, Andrew Hughes wrote: You're already using it: PKG_CHECK_MODULES([LIBFFI], [libffi]) Why that's in LIB_SETUP_STATIC_LINK_LIBSTDCPP, I have no idea. Because libraries.m4 is in need of a long overdue cleanup. :-( * Second, I believe the original intention was to allow for

[7u] Review request for 7171045 [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag.

2014-02-11 Thread dmitry markov
Hello, Could you review a back-port of 7171045 to JDK 7u, please? The back-port and the main fix integrated into JDK 8 are slightly different. bug: http://bugs.sun.com/view_bug.do?bug_id=7171045 webrev for jdk7u: http://cr.openjdk.java.net/~dmarkov/7171045/jdk7u/webrev.00/ jdk8 changeset: ht