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 |
|
Phil Race
|
6361bb6771
|
6638477: Two external URLS referenced in 2D documentation are no longer functioning
Reviewed-by: jgodinez
|
2008-04-10 10:31:19 -07:00 |
|
Tim Bell
|
a996482e5d
|
Merge
|
2008-04-07 23:27:43 -07:00 |
|
Andrei Dmitriev
|
0e36651f33
|
6613529: Avoid duplicate object creation within JDK packages
Avoid using constructors when unique values are not necessary
Reviewed-by: volk, igor, peterz
|
2008-04-07 14:53:51 +04:00 |
|
Peter Zhelezniakov
|
f3cc321cb2
|
4765383: JTextArea.append(String) not thread safe
Several swing.text methods are not marked thread-safe anymore.
Reviewed-by: gsm
|
2008-04-07 13:07:04 +04:00 |
|
Peter Zhelezniakov
|
a61087c762
|
4714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is used
Both POST and GET can now be processed asynchronously; PageLoader refactored
Reviewed-by: gsm
|
2008-04-03 16:41:43 +04:00 |
|
Eamonn McManus
|
332059a555
|
6610917: Define a generic NotificationFilter
Adds javax.management.QueryNotificationFilter
Reviewed-by: dfuchs
|
2008-04-01 14:45:23 +02:00 |
|
Kelly O'Hair
|
2214f21856
|
Merge
|
2008-03-26 17:48:05 -07:00 |
|
Kelly O'Hair
|
ba11a6a5e6
|
6627817: Remove ^M characters in all files (Makefiles too)
Some files included the use of the ^M character, which has been deleted.
Reviewed-by: xdono
|
2008-03-25 14:40:43 -07:00 |
|
Eamonn McManus
|
86bf96a3b2
|
6649542: Document explicitly in registerMBean etc that MBeanServerNotification is emitted
Make spec more readable by adding cross-references. Suggested by Andrew Haley.
Reviewed-by: dfuchs
|
2008-03-21 09:49:40 +01:00 |
|
Eamonn McManus
|
bca4fce00a
|
6675768: NoSuchElementException thrown in RequiredModelMBean when tracing enabled
Rewrite logging in RequiredModelMBean.addAttributeChangeNotificationListener
Reviewed-by: dfuchs
|
2008-03-19 15:17:22 +01:00 |
|
Bradford Wetmore
|
b12d27166f
|
Merge
|
2008-03-11 23:37:02 -07:00 |
|
Martin Buchholz
|
4341094beb
|
6600143: Remove another 450 unnecessary casts
Reviewed-by: alanb, iris, lmalvent, bristor, peterjones, darcy, wetmore
|
2008-03-10 15:07:09 -07:00 |
|
Weijun Wang
|
b85d2a9e76
|
6634644: broken fragment, should use @link
Reviewed-by: mullan
|
2008-03-08 22:49:45 +08:00 |
|