Hi Anton, The fix looks fine to me.
-- best regards, Anthony On 09/20/13 18:43, anton nashatyrev wrote:
Hello, could you please review the following fix: fix: http://cr.openjdk.java.net/~vkarnauk/8025145/jdk8/webrev.00/ <http://cr.openjdk.java.net/%7Evkarnauk/8025145/jdk8/webrev.00/> bug: https://bugs.openjdk.java.net/browse/JDK-8025145 Problem: it looks like the TIFF format is popular in the MacOS: several programs when copying images to clipboard put there only a TIFF data flavor. Though the datatransfer and macos native code supports the TIFF format, it couldn't be used since it's missing in flavormap.properties. Fix: add TIFF entry to the macos flavormap.properties. Thanks! Anton.
