mullan [Mon, 14 Apr 2008 10:25:05 -0400] rev 476
6631361: Spec of AccessControlContext constructor is not complete
Summary: Add NullPointerException to @throws clause and treat empty array and array of nulls as equivalent
Reviewed-by: valeriep
xuelei [Fri, 11 Apr 2008 03:50:37 -0400] rev 475
6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
Summary: add the description that while the local address parameter is null, anyLocalAddress will be used instead.
Reviewed-by: weijun
xuelei [Fri, 11 Apr 2008 03:43:18 -0400] rev 474
6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
Summary: add NullPointerException/IllegalStateException description
Reviewed-by: weijun
xuelei [Fri, 11 Apr 2008 03:33:22 -0400] rev 473
6546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
Summary: add NullPointerException description to those methods.
Reviewed-by: weijun
weijun [Thu, 10 Apr 2008 19:58:48 +0800] rev 472
6675606: javax.security.auth.login.Configuration does not recognize path with spaces
Reviewed-by: chegar, xuelei
emcmanus [Tue, 22 Apr 2008 18:58:40 +0200] rev 471
6692027: Custom subclasses of QueryEval don't serialize
Summary: Remove non-public superclass of QueryEval
Reviewed-by: dfuchs
xdono [Wed, 14 May 2008 14:06:58 -0700] rev 470
Merge
xdono [Tue, 13 May 2008 11:33:06 -0700] rev 469
Merge
ohair [Wed, 30 Apr 2008 17:34:41 -0700] rev 468
6695553: Cleanup GPLv2+SPL legal notices in hat sources
Summary: Just correcting the legal notices on the HAT sources.
Reviewed-by: alanb
mlapshin [Wed, 14 May 2008 07:53:12 -0700] rev 467
Merge
malenkov [Wed, 07 May 2008 23:20:32 +0400] rev 466
4935607: RFE: LTP: Should be possible to set the TRANSIENT attribute of propertiies to FALSE
Summary: Add the Transient annotation and support it (JSR-273)
Reviewed-by: peterz, loneid
malenkov [Wed, 07 May 2008 21:54:03 +0400] rev 465
6348456: BasicColorChooserUI ignores JColorChooser selection model changes
Summary: Some methods are moved from AbstractColorChooserPanel to BasicColorChooserUI
Reviewed-by: peterz, alexp
rupashka [Wed, 07 May 2008 20:26:32 +0400] rev 464
6635277: Incorrect text seen when creating a new folder, when selection is on the image file in JFileChooser
Summary: Corrected bounds of editor area
Reviewed-by: loneid
malenkov [Wed, 07 May 2008 16:08:31 +0400] rev 463
6625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE when width is < 0
Summary: necessary check is added
Reviewed-by: peterz, alexp
rupashka [Thu, 01 May 2008 14:47:50 +0400] rev 462
6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
Summary: Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager
Reviewed-by: peterz
mlapshin [Wed, 30 Apr 2008 08:23:31 -0700] rev 461
Merge
mlapshin [Wed, 30 Apr 2008 07:03:08 -0700] rev 460
Merge
mlapshin [Wed, 30 Apr 2008 13:19:26 +0400] rev 459
6690791: Even more ClassCasetException with TrayIcon
Summary: event.getComponent() is used unstead of (Component)event.getSource()
Reviewed-by: peterz
rupashka [Wed, 30 Apr 2008 13:01:01 +0400] rev 458
6642612: JFileChooser approve buttons should use Open and Save text (GTK)
Summary: In FileChooser under GTK LaF "Ok" and "Cancel" buttons were made with the same size
Reviewed-by: peterz
rupashka [Wed, 30 Apr 2008 12:32:05 +0400] rev 457
6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
Summary: JSlider should use minimal tick space in SnapToTicks mode
Reviewed-by: peterz
rupashka [Tue, 29 Apr 2008 17:48:01 +0400] rev 456
6614972: JSlider value should not change on right-click
Summary: WindowsSliderUI won't use the right mouse button for change slider position
Reviewed-by: alexp
rupashka [Tue, 29 Apr 2008 15:47:17 +0400] rev 455
6693507: There are unnecessary compilation warnings in the com.sun.java.swing.plaf.motif package
Summary: Removed unnecessary castings and other warnings
Reviewed-by: peterz
Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>
rupashka [Tue, 29 Apr 2008 13:49:13 +0400] rev 454
6210674: FileChooser fails to load custom harddrive icon and gets NullPointerException
Summary: WindowsPlacesBar should use default icon for folders that doesn't have own icon
Reviewed-by: loneid
rupashka [Mon, 28 Apr 2008 17:17:45 +0400] rev 453
4252173: Inability to reuse the HorizontalSliderThumbIcon
Summary: Removed casting component to JSlider from MetalIconFactory
Reviewed-by: alexp
yan [Tue, 13 May 2008 21:58:46 -0700] rev 452
Merge
yan [Sun, 04 May 2008 07:05:42 -0700] rev 451
Merge
yan [Wed, 23 Apr 2008 14:35:26 +0400] rev 450
6627324: Alt Graph doesnot generate any key event when pressing in German locale
Summary: This Unix only problem solved by mapping XK_ISO_Level3_Shift keysym to Java keycode VK_ALT_GRAPH.
Reviewed-by: son
son [Fri, 18 Apr 2008 11:38:32 +0400] rev 449
6690036: some code cleanup for insets-related code
Summary: all insets-related code from XWindowPeer, XFramePeer, and XDialogPeer has been moved to XDecoratedPeer.
Reviewed-by: anthony
dav [Tue, 15 Apr 2008 14:14:33 +0400] rev 448
Merge
dav [Tue, 15 Apr 2008 14:00:29 +0400] rev 447
6430553: MouseClick event should not be fired if MouseRelease happened without MousePress
Summary: verify that the there was a PRESS event before sending CLICK event
Reviewed-by: son, dcherepanov