rupashka [Tue, 08 Nov 2011 14:36:50 +0300] rev 10880
7107585: Test incorrect calculate position of object on frame
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
lana [Mon, 07 Nov 2011 10:26:52 -0800] rev 10879
Merge
rupashka [Mon, 07 Nov 2011 16:50:41 +0400] rev 10878
7080203: JTree.getSelectionPaths() now returns empty array instead of null
Reviewed-by: malenkov
ngmr [Thu, 13 Oct 2011 13:02:37 +0100] rev 10877
7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
Summary: Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: anthony, ngmr
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
rupashka [Thu, 03 Nov 2011 14:14:36 +0400] rev 10876
6955919: Intermittent ClassCastException in bug4492274 test
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Wed, 02 Nov 2011 23:53:16 +0300] rev 10875
7049024: DnD fails with JTextArea and JTextField
Reviewed-by: rupashka
Contributed-by: Sean Chou <zhouyx@linux.vnet.ibm.com>
mrkam [Wed, 02 Nov 2011 17:39:30 +0400] rev 10874
7074853: TransparentRuler demos Readme should mention the correct jar file name
Reviewed-by: rupashka
rupashka [Wed, 02 Nov 2011 14:17:16 +0400] rev 10873
6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
anthony [Tue, 01 Nov 2011 18:03:56 +0300] rev 10872
7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
Summary: Replace string concatenation with StringBuilder.append()
Reviewed-by: anthony, son
Contributed-by: Federico Tello Gentile <federicotg@gmail.com>
anthony [Tue, 01 Nov 2011 18:01:58 +0300] rev 10871
7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
Summary: Wrap logging calls with if(){} statements
Reviewed-by: anthony, son
Contributed-by: Federico Tello Gentile <federicotg@gmail.com>
dbuck [Mon, 17 Oct 2011 19:06:24 -0700] rev 10870
6887286: StackOverflowError at sun.awt.image.ImageWatched$WeakLink.isWatcher
Summary: Fixed OffScreenImageSource to call imageComplete() with SINGLEFAMEDONE, not STATICIMAGEDONE. This fixed memory leak (that caused SOFE when we use recursion to iterate over linked list).
Reviewed-by: bae
rupashka [Mon, 17 Oct 2011 17:19:43 +0400] rev 10869
7077293: javax/swing/JComponent/4337267/bug4337267.java failed on windows 2003
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Mon, 17 Oct 2011 16:40:34 +0400] rev 10868
7100004: javax.swing.JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) should mention default value
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Mon, 17 Oct 2011 15:10:42 +0400] rev 10867
7099251: javax.swing.text.html.HTMLDocument.insertAfterStart(null, something) throws NPE
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
lana [Sat, 05 Nov 2011 14:27:47 -0700] rev 10866
Merge