Anthony Petrov
|
5a843be073
|
6682046: Mixing code does not always recalculate shapes correctly when resizing components
The valid property is now encapsulated in Component.
Reviewed-by: art
|
2008-07-07 17:24:21 +04:00 |
|
Mikhail Lapshin
|
1dce7af76f
|
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position
Reviewed-by: peterz
|
2008-07-07 16:56:23 +04:00 |
|
Andrei Dmitriev
|
9620b88f07
|
Merge
|
2008-07-07 16:32:38 +04:00 |
|
Andrei Dmitriev
|
29aa2aecb4
|
6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes
Reviewed-by: volk, art
|
2008-07-07 16:09:39 +04:00 |
|
Dmitry Cherepanov
|
1267284a6f
|
6582346: javaw launcher does not display MessageBox after change to the resource files
Call InitCommonControlsEx to perform UI initialization
Reviewed-by: art
|
2008-07-07 15:36:01 +04:00 |
|
Tim Bell
|
d969562df7
|
Merge
|
2008-07-05 23:29:16 -07:00 |
|
Tim Bell
|
528aac8c17
|
Merge
|
2008-07-04 14:41:34 -07:00 |
|
Eamonn McManus
|
5967d518b5
|
6601652: MXBeans: no IllegalArgumentException in the ex. chain for SortedSet/Map with a non-null comparator()
Forward-port this bug fix from JDK 6
Reviewed-by: dfuchs, lmalvent
|
2008-07-04 18:55:37 +02:00 |
|
Xiomara Jayasena
|
2617d1d179
|
6719955: Update copyright year
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
|
2008-07-02 12:55:45 -07:00 |
|
Swamy Venkataramanappa
|
a9cd129c27
|
Merge
|
2008-07-02 09:37:42 -07:00 |
|
Mikhail Lapshin
|
3f961d6062
|
6618401: Input method cannot be selected from System menu
Lock.wait() added in sun.awt.im.InputMethodManager.showInputMethodMenuOnRequesterEDT()
Reviewed-by: alexp
|
2008-07-02 18:17:56 +04:00 |
|
Jim Holmlund
|
1a0c261469
|
2157677: ClassPrepareRequest.addSourceNameFilter() does not behave as documented
Add proper handling of JVMTI errors.
Reviewed-by: tbell
|
2008-07-01 09:23:00 -07:00 |
|
Jean-Christophe Collet
|
3fce795f6c
|
6656849: NullPointerException thrown while de-serializing IPV6 Address
Check for existence of interface name earlier in code
Reviewed-by: michaelm
|
2008-07-01 13:38:59 +02:00 |
|
Jean-Christophe Collet
|
19fc7593d1
|
6713809: FTP fails from multi-homed system
Binds the data socket to the same address as the control socket
Reviewed-by: michaelm
|
2008-07-01 13:29:36 +02:00 |
|
Bradford Wetmore
|
9f99870d74
|
Merge
|
2008-06-29 00:25:59 -07:00 |
|
Xueming Shen
|
0d5d6271b3
|
Merge
|
2008-06-27 09:05:11 -07:00 |
|
Xueming Shen
|
84b91226e3
|
6645197: (so) Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed
Temporary selector for timeout is not protected from possilbe GC when used first time
Reviewed-by: alanb
|
2008-06-27 08:32:30 -07:00 |
|
Dmitry Cherepanov
|
86ac930e55
|
6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08
Acquire the first|last components only when the key is a traversal key
Reviewed-by: ant
|
2008-06-26 14:23:25 +04:00 |
|
Bradford Wetmore
|
a70b685713
|
Merge
|
2008-06-26 00:26:15 -07:00 |
|
Tim Bell
|
1410975f4a
|
Merge
|
2008-06-25 23:29:39 -07:00 |
|
Tim Bell
|
1baead8a01
|
Merge
|
2008-06-25 16:44:55 -07:00 |
|
Swamy Venkataramanappa
|
72d83e3708
|
6614556: null location for MonitorContendedEnterEvent
Reviewed-by: jjh
|
2008-06-25 16:33:59 -07:00 |
|
Xueming Shen
|
827decba87
|
6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Reviewed-by: alanb
|
2008-06-25 13:58:22 -07:00 |
|
Xueming Shen
|
d1ff48eb56
|
4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
API doc update regarding BOM hanlding in UTF-16 charsets
Reviewed-by: alanb
|
2008-06-25 08:27:06 -07:00 |
|
Jennifer Godinez
|
36d2406edc
|
6708509: print dialog is not displayed when default paper is custom
Reviewed-by: tdv, prr
|
2008-06-23 13:00:19 -07:00 |
|
Igor Kushnirskiy
|
762ea5875b
|
6623943: javax.swing.TimerQueue's thread occasionally fails to start
Reviewed-by: alexp
|
2008-06-23 15:21:37 -04:00 |
|
Anthony Petrov
|
3a96c0f73d
|
6704896: FD_SET usage can cause stack corruption (sol)
Using poll() instead of select()
Reviewed-by: yan, denis
|
2008-06-23 16:03:25 +04:00 |
|
Anton Tarasov
|
6aa1d81c2f
|
6682536: java\awt\FullScreen\NonfocusableFrameFullScreenTest\NonfocusableFrameFullScreenTest.java fails
Always-on-top property should be restored on exiting full-screen.
Reviewed-by: tdv
|
2008-06-23 14:42:53 +04:00 |
|
Weijun Wang
|
5e1c37cd11
|
6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
Reviewed-by: valeriep
|
2008-06-20 12:05:02 +08:00 |
|
Sean Mullan
|
f44f03f9ea
|
6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
Do not consider CA target certificates if selector.getBasicConstraints() == -2
Reviewed-by: vinnie
|
2008-06-19 14:20:43 -04:00 |
|
Sergey Malenkov
|
7690c18be2
|
4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport
Reviewed-by: peterz, loneid
|
2008-06-19 18:03:43 +04:00 |
|
Yuri Nesterenko
|
f8d7c817f6
|
6706121: makefile: unnecessary Motif classes compilation in JDK7
Removed 80 obsolete .c and .java files, temporary modified some more
Reviewed-by: denis
|
2008-06-19 11:26:54 +04:00 |
|
Lana Steuck
|
68717f2b81
|
Merge
|
2008-06-18 13:05:16 -07:00 |
|
Andrei Dmitriev
|
705c4c6b85
|
Merge
|
2008-06-18 19:27:59 +04:00 |
|
Andrei Dmitriev
|
85148f4cf0
|
6716137: Fix 6691328 is broken
Reviewed-by: dcherepanov, denis
|
2008-06-18 19:20:28 +04:00 |
|
Sergey Malenkov
|
3bdf306326
|
6708550: LTP: XMLEncoder does not encode instances of the File class
Reviewed-by: peterz, loneid
|
2008-06-18 19:15:23 +04:00 |
|
Andrei Dmitriev
|
3a5617e9f7
|
6616323: consider benefits of replacing a componen array with other collection from the awt.Container class
Reviewed-by: uta, art
|
2008-06-18 15:35:37 +04:00 |
|
Sean Mullan
|
bfeea78133
|
Merge
|
2008-06-17 10:53:35 -04:00 |
|
Sean Mullan
|
172da57394
|
6673277: Thread unsafe lazy initialization code in sun.security.provider.certpath.*Checker classes
Make supportedExts variable non-static
Reviewed-by: vinnie
|
2008-06-17 10:34:51 -04:00 |
|
Anton Tarasov
|
7d7546ef37
|
4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab
The restore-focus procedure should skip disabled components.
Reviewed-by: art, dcherepanov
|
2008-06-17 13:37:28 +04:00 |
|
Tim Bell
|
5f7a7de614
|
Merge
|
2008-06-16 22:21:32 -07:00 |
|
Bradford Wetmore
|
2ec317a88e
|
Merge
|
2008-06-16 10:46:22 -07:00 |
|
Tim Bell
|
0218de0c75
|
Merge
|
2008-06-13 12:16:01 -07:00 |
|
Jean-Christophe Collet
|
1c4114a2d3
|
6483406: new ServerSocket() sometimes takes more than 3 minutes on Suse Linux
Switch to socketpair() call to create marker fd
Reviewed-by: alanb
|
2008-06-13 17:43:50 +02:00 |
|
Luis Miguel Alventosa
|
0557c0b500
|
6714244: Plotters in MBeans tab should use SnapshotMBeanServerConnection too
Reviewed-by: jfdenise
|
2008-06-13 10:45:51 +02:00 |
|
Tim Bell
|
a8414afd25
|
Merge
|
2008-06-12 13:18:01 -07:00 |
|
Phil Race
|
64cefa94d1
|
6378099: RFE: Use libfontconfig to create/synthesise a fontconfig.properties
Reviewed-by: tdv, igor
|
2008-06-12 13:17:33 -07:00 |
|
Chris Hegarty
|
840473c1e3
|
6628569: api/java_net/MulticastSocket/descriptions.html#setTTL fails is ipv6 configured
Failover to IPv6 socket if IPv4 fails
Reviewed-by: michaelm
|
2008-06-12 17:28:08 +01:00 |
|
Chris Hegarty
|
278b5e83ce
|
6630348: Invalid html tags (extra double quote)
Remove extra quote
Reviewed-by: michaelm
|
2008-06-12 17:26:47 +01:00 |
|
Chris Hegarty
|
f2e8ba353c
|
6698625: InetAddress.getLocalHost() failed in returning chinese local host name
Remove unnecessary and incorrect NewStringUTF
Reviewed-by: michaelm
|
2008-06-12 17:25:37 +01:00 |
|