bpb [Tue, 13 Dec 2016 12:02:37 -0800] rev 42749
8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way
Summary: Add readUnknownTags to TIFFImageReadParam and add ReadParamTest
Reviewed-by: prr
ddehaven [Mon, 12 Dec 2016 20:54:41 -0800] rev 42748
Merge
dbuck [Tue, 13 Dec 2016 01:34:02 +0000] rev 42747
8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales
Summary: disabled non-supported character warnings (4819) for these 2 libraries
Reviewed-by: prr, erikj
alexsch [Mon, 12 Dec 2016 21:47:44 +0300] rev 42746
8162350: RepaintManager shifts repainted region when the floating point UI scale is used
Reviewed-by: flar, serb
ssadetsky [Mon, 12 Dec 2016 12:26:54 +0300] rev 42745
8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE
Reviewed-by: serb
dmarkov [Sat, 10 Dec 2016 14:57:06 +0300] rev 42744
8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
Reviewed-by: aivanov, serb
bpb [Fri, 09 Dec 2016 13:48:06 -0800] rev 42743
8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG
Summary: Add further checks for TIFF_LONG, TIFF_RATIONAL, TIFF_SRATIONAL, and TIFF_IFD_POINTER.
Reviewed-by: prr
bpb [Fri, 09 Dec 2016 11:08:38 -0800] rev 42742
8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE
Summary: Change constructor TIFFField(TIFFTag,int) to TIFFField(TIFFTag,long).
Reviewed-by: jdv, prr
yan [Fri, 09 Dec 2016 12:42:17 +0300] rev 42741
7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac
Reviewed-by: ssadetsky, serb
Contributed-by: Maksim Khramov <maksim.khramov@oracle.com>
serb [Thu, 08 Dec 2016 08:11:47 -0800] rev 42740
8165769: Hang in the help menu item
Reviewed-by: alexsch, aivanov