Daniel Fuchs
|
0de7d29a95
|
Merge
|
2009-03-10 12:47:27 +01:00 |
|
Daniel Fuchs
|
b047886b2f
|
6610888: Potential use of cleared of incorrect acc in JMX Monitor
Reviewed-by: emcmanus
|
2009-03-09 22:34:08 +01:00 |
|
Daniel Fuchs
|
605e712ecd
|
6656633: getNotificationInfo methods static mutable
Reviewed-by: emcmanus, jfdenise
|
2009-03-09 21:49:56 +01:00 |
|
Phil Race
|
14b56dc3a0
|
6652463: MediaSize constructors allow to redefine the mapping of standard MediaSizeName values
Reviewed-by: igor, jgodinez
|
2008-12-24 15:48:59 -08:00 |
|
Eamonn McManus
|
4333dd3520
|
6323980: Annotations to simplify MBean development
Reviewed-by: jfdenise, dfuchs
|
2008-07-09 10:36:07 +02:00 |
|
Tim Bell
|
1baead8a01
|
Merge
|
2008-06-25 16:44:55 -07:00 |
|
Lana Steuck
|
68717f2b81
|
Merge
|
2008-06-18 13:05:16 -07:00 |
|
Tim Bell
|
e23242de59
|
Merge
|
2008-06-06 15:16:19 -07:00 |
|
Pavel Porvatov
|
8f7aabf955
|
5035693: "Open" button should be a default one in JFileChooser under Windows XP LAF
The "Open" button was made default button of FileChooser dialog windows
Reviewed-by: loneid, peterz
|
2008-06-06 13:30:20 +04:00 |
|
Tim Bell
|
21953a51cd
|
Merge
|
2008-06-05 17:43:14 -07:00 |
|
Eamonn McManus
|
dfe323d640
|
6562936: Support custom type mappings in MXBeans
Reviewed-by: dfuchs
|
2008-06-05 13:42:47 +02:00 |
|
Eamonn McManus
|
e01cfb7fa8
|
6701498: Change JMX query language to use * and ? as wildcards rather than % and _
Reviewed-by: dfuchs
|
2008-06-05 13:40:09 +02:00 |
|
Pavel Porvatov
|
9a2ae13639
|
6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method
The sentence about ChangeEvents generation was removed
Reviewed-by: peterz
|
2008-06-05 13:30:41 +04:00 |
|
Pavel Porvatov
|
86031542b2
|
6571802: 'Shared Documents' listed in-between C,D drives in the JFileChooser, does not match with native
Now sun.awt.shell.ShellFolder#sort uses system sorting instead of alphabetical
Reviewed-by: loneid, peterz
|
2008-06-04 18:48:42 +04:00 |
|
Lana Steuck
|
093ae7bee7
|
Merge
|
2008-06-03 11:18:33 -07:00 |
|
Pavel Porvatov
|
cda549c2c2
|
4987336: JSlider doesn't show label's animated icon
JSlider registers as an image observer of label's icon
Reviewed-by: alexp
|
2008-06-03 18:00:04 +04:00 |
|
Pavel Porvatov
|
2ae586bafc
|
6709530: There are unnecessary code in slider classes, such as in JSlider and SliderUIs
Removed unnecessary code like unused variables, castings, imports etc
Reviewed-by: peterz
|
2008-06-02 19:08:13 +04:00 |
|
Daniel Fuchs
|
160c6f164d
|
6592586: RequiredModelMBean prints a WARNING message when calling getAttributes() for a non-existing attr
Switched traces to FINER - except when logging fails - in which cases the traces are logged to FINE
Reviewed-by: emcmanus
|
2008-05-30 14:35:43 +02:00 |
|
Mikhail Lapshin
|
44b0d9abbe
|
6694823: A popup menu can be partially hidden under the task bar in applets
In applets popup menu is shifted above the task bar
Reviewed-by: peterz
|
2008-05-26 17:58:09 +04:00 |
|
Tim Bell
|
b8e714ecd0
|
Merge
|
2008-05-22 15:58:48 -07:00 |
|
Peter Zhelezniakov
|
4b3a6a58b4
|
6606443: Infinite loop in FlowView.layout when using HTML tables in JEditorPane
FlowStrategy.damageStart now tracks position changes
Reviewed-by: gsm
|
2008-05-22 15:06:22 +04:00 |
|
Phil Race
|
a2ffb58a98
|
Merge
|
2008-05-19 15:33:24 -07:00 |
|
Tim Bell
|
8b3c7a86d6
|
Merge
|
2008-05-16 12:25:57 -07:00 |
|
Eamonn McManus
|
b57cf5b990
|
6703552: Missing files from changeset for 6701459
Previous push missed a small number of files.
Reviewed-by: dfuchs
|
2008-05-16 11:34:34 +02:00 |
|
Eamonn McManus
|
a9f3e4ddb8
|
6701459: Synchronization bug pattern found in javax.management.relation.RelationService
Fixed this and many other problems found by FindBugs.
Reviewed-by: dfuchs
|
2008-05-14 18:38:14 +02:00 |
|
Mikhail Lapshin
|
b2827492a6
|
Merge
|
2008-05-14 07:53:12 -07:00 |
|
Yuri Nesterenko
|
62c49d12f7
|
Merge
|
2008-05-13 21:58:46 -07:00 |
|
Sergey Malenkov
|
c2072462fb
|
4935607: RFE: LTP: Should be possible to set the TRANSIENT attribute of propertiies to FALSE
Add the Transient annotation and support it (JSR-273)
Reviewed-by: peterz, loneid
|
2008-05-07 23:20:32 +04:00 |
|
Sergey Malenkov
|
99f494c8ee
|
6348456: BasicColorChooserUI ignores JColorChooser selection model changes
Some methods are moved from AbstractColorChooserPanel to BasicColorChooserUI
Reviewed-by: peterz, alexp
|
2008-05-07 21:54:03 +04:00 |
|
Sergey Malenkov
|
cc169e2b9d
|
6625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE when width is < 0
Necessary check is added
Reviewed-by: peterz, alexp
|
2008-05-07 16:08:31 +04:00 |
|
Yuri Nesterenko
|
55c1fa19a4
|
Merge
|
2008-05-04 07:05:42 -07:00 |
|
Pavel Porvatov
|
f8f23e46ab
|
6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager
Reviewed-by: peterz
|
2008-05-01 14:47:50 +04:00 |
|
Mikhail Lapshin
|
e7c50a0d25
|
Merge
|
2008-04-30 08:23:31 -07:00 |
|
Mikhail Lapshin
|
fc405f63c8
|
Merge
|
2008-04-30 07:03:08 -07:00 |
|
Mikhail Lapshin
|
92019e467c
|
6690791: Even more ClassCasetException with TrayIcon
Event.getComponent() is used unstead of (Component)event.getSource()
Reviewed-by: peterz
|
2008-04-30 13:19:26 +04:00 |
|
Pavel Porvatov
|
f09d6c6ac3
|
6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
JSlider should use minimal tick space in SnapToTicks mode
Reviewed-by: peterz
|
2008-04-30 12:32:05 +04:00 |
|
Pavel Porvatov
|
f149163508
|
6614972: JSlider value should not change on right-click
WindowsSliderUI won't use the right mouse button for change slider position
Reviewed-by: alexp
|
2008-04-29 17:48:01 +04:00 |
|
Pavel Porvatov
|
9d90ce5781
|
4252173: Inability to reuse the HorizontalSliderThumbIcon
Removed casting component to JSlider from MetalIconFactory
Reviewed-by: alexp
|
2008-04-28 17:17:45 +04:00 |
|
Valerie Peng
|
818282ec8c
|
6659990: KerberosTicket.getEndTime does not copy date (findbugs)
Reviewed-by: mullan
|
2008-04-25 15:24:48 -07:00 |
|
Mikhail Lapshin
|
2b028bddc7
|
Merge
|
2008-04-24 05:58:57 -07:00 |
|
Bradford Wetmore
|
f1e72f0012
|
Merge
|
2008-04-23 10:20:34 -07:00 |
|
Mikhail Lapshin
|
8dff6c648b
|
6691503: Malicious applet can show always-on-top popup menu which has whole screen size
The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets.
Reviewed-by: alexp
|
2008-04-23 18:06:34 +04:00 |
|
Eamonn McManus
|
1ca7f71818
|
6692027: Custom subclasses of QueryEval don't serialize
Remove non-public superclass of QueryEval
Reviewed-by: dfuchs
|
2008-04-22 18:58:40 +02:00 |
|
Mikhail Lapshin
|
7cc4f58228
|
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
|
2008-04-18 18:21:02 +04:00 |
|
Bradford Wetmore
|
a7affccf50
|
Merge
|
2008-04-17 16:56:11 -07:00 |
|
Mikhail Lapshin
|
697620a8bb
|
6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
Added a check for the NPE
Reviewed-by: alexp
|
2008-04-14 16:41:00 +04:00 |
|
Xue-Lei Andrew Fan
|
fb2418cb14
|
6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
Add the description that while the local address parameter is null, anyLocalAddress will be used instead.
Reviewed-by: weijun
|
2008-04-11 03:50:37 -04:00 |
|
Xue-Lei Andrew Fan
|
b8995164f7
|
6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
Add NullPointerException/IllegalStateException description
Reviewed-by: weijun
|
2008-04-11 03:43:18 -04:00 |
|
Xue-Lei Andrew Fan
|
3b3f5839b6
|
6546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
Add NullPointerException description to those methods.
Reviewed-by: weijun
|
2008-04-11 03:33:22 -04:00 |
|
Lana Steuck
|
27aef79dc2
|
Merge
|
2008-04-10 15:50:46 -07:00 |
|