Anton Tarasov
0e763b1f06
8014821: Regression: Focus issues with Oracle WebCenter Capture applet
...
Reviewed-by: leonidr
2013-06-14 16:38:18 +04:00
Anton Litvinov
21b8cd749b
6847588: AWT test fails
...
Reviewed-by: anthony, serb
2013-06-13 18:46:17 +04:00
Petr Pchelko
d99233cab7
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
...
Reviewed-by: anthony, serb
2013-06-13 11:10:29 +04:00
Anton Tarasov
861f05be2f
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
...
Reviewed-by: anthony
2013-06-12 16:18:04 +04:00
Alexander Scherbatiy
3352552f34
8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
...
Reviewed-by: serb, art
2013-06-11 16:30:34 +04:00
Sergey Malenkov
857a99a9e7
8015336: BasicComboBoxEditor throws NullPointerException
...
Reviewed-by: alexsch
2013-06-11 16:02:22 +04:00
Konstantin Shefov
1df3335d0d
7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
...
Reviewed-by: alexsch, serb
2013-06-11 14:20:37 +04:00
Konstantin Shefov
1963dde59a
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
...
Reviewed-by: anthony, serb
2013-06-11 14:14:31 +04:00
Konstantin Shefov
3039fb09eb
7105030: [TEST_BUG] [macosx] The tests never finishes
...
Reviewed-by: alexsch, serb
2013-06-10 16:44:40 +04:00
Dmitry Markov
269ea64b67
8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
...
Reviewed-by: alexp, serb
2013-06-06 17:59:37 +04:00
Konstantin Shefov
1a56f32a4a
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
...
Reviewed-by: serb, anthony
2013-06-06 17:06:22 +04:00
Konstantin Shefov
a20d06c4c1
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
...
Reviewed-by: serb, anthony
2013-06-06 17:02:05 +04:00
Lana Steuck
eb1aa4d2f9
Merge
2013-06-05 09:16:24 -07:00
Sergey Malenkov
332b758ab0
8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
...
Reviewed-by: serb
2013-06-05 18:15:58 +04:00
Anton Tarasov
ff6cb043ba
8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
...
Reviewed-by: art, anthony
2013-06-05 17:44:50 +04:00
Vladislav Karnaukhov
69dcf8a54e
8015425: [macosx] A follow-up for the fix 8010721
...
Reviewed-by: serb, anthony
2013-06-05 16:57:33 +04:00
Dmitry Markov
d7c42983fb
8015375: Edits to text components hang for clipboard access
...
Reviewed-by: art, anthony
2013-06-05 14:21:31 +04:00
Lana Steuck
33b1694a1b
Merge
2013-06-05 00:37:11 -07:00
Lana Steuck
cb1ba62512
Merge
2013-06-03 23:23:20 -07:00
Anton Litvinov
fb8bd30b8e
6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
...
Reviewed-by: alexp, alexsch
2013-06-03 16:37:13 +04:00
Jose Luis Martin
8c13d6cecf
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
...
Reviewed-by: anthony, serb
2013-06-03 16:27:44 +04:00
Anton Litvinov
8db7e02270
7151823: The test incorrectly recognizing OS
...
Reviewed-by: serb, alexp
2013-06-03 14:05:55 +04:00
Petr Pchelko
05a410aada
8015477: Support single threaded AWT/FX mode
...
Reviewed-by: ant, anthony
2013-06-03 10:14:05 +04:00
Vladislav Karnaukhov
a754c039be
6436314: Vector could be created with appropriate size in DefaultComboBoxModel
...
Reviewed-by: alexsch, alexp
2013-05-31 19:34:02 +04:00
Vladislav Karnaukhov
9c64c6f45b
7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
...
Reviewed-by: alexsch, alexp
2013-05-31 18:46:41 +04:00
Sergey Malenkov
d834509ee4
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
...
Reviewed-by: alexsch
2013-05-31 18:25:38 +04:00
Anton Tarasov
391e1eadef
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
...
Reviewed-by: anthony
2013-05-31 15:56:07 +04:00
Anthony Petrov
912472fd71
8013189: JMenuItems draw behind TextArea
...
Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb
2013-05-31 14:12:53 +04:00
David Katleman
058f6ed256
Added tag jdk8-b92 for changeset 874119ae66c4
2013-05-30 10:58:21 -07:00
Anton Tarasov
833d23804d
8013773: requestFocusInWindow to a disabled component prevents window of getting focused
...
Reviewed-by: leonidr, alexsch
2013-05-30 18:31:33 +04:00
Anton Tarasov
e460380426
8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
...
Reviewed-by: anthony
2013-05-30 18:23:21 +04:00
James Tomson
36b5e14b31
8015303: [macosx] Application launched via custom URL Scheme does not receive URL
...
Make copies of event parameters
Reviewed-by: anthony, swingler, serb
2013-05-30 18:10:26 +04:00
Lana Steuck
7df21ac3bf
Merge
2013-05-29 16:58:42 -07:00
Lana Steuck
45f0337485
Merge
2013-05-29 16:56:53 -07:00
Lana Steuck
e79baf708d
Merge
2013-05-29 16:54:48 -07:00
David Katleman
320a9159a3
8015525: JDK8 b91 source with GPL header errors
...
Reviewed-by: dholmes, lancea
2013-05-29 10:16:07 -07:00
Jennifer Godinez
1539c3330d
8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
...
Reviewed-by: jchen, prr
2013-05-29 09:46:00 -07:00
Jennifer Godinez
0415127a27
7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
...
Reviewed-by: bae, prr
2013-05-29 09:18:55 -07:00
Dmitry Markov
d463443af2
8014863: Line break calculations in Java 7 are incorrect
...
Reviewed-by: alexp, alexsch
2013-05-29 18:40:02 +04:00
Vinnie Ryan
d57a6a4cb3
7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
...
Reviewed-by: xuelei
2013-05-29 14:57:51 +01:00
Alan Bateman
fc0eb58944
8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
...
Reviewed-by: martin
2013-05-29 10:24:11 +01:00
Petr Pchelko
5b011a9020
8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac
...
Reviewed-by: anthony, ksrini
2013-05-29 12:10:49 +04:00
Staffan Larsen
762cff81b7
8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
...
Make sure serial gc compacts heap every time
Reviewed-by: mchung, brutisso, nloodin
2013-05-29 09:42:39 +02:00
Yiming Wang
ebea2d8168
8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
...
Reviewed-by: dxu, alanb
2013-05-28 22:22:48 -07:00
Xue-Lei Andrew Fan
cb9ce0a95c
8010815: some constructors issues in com.sun.jndi.toolkit
...
Reviewed-by: alanb
2013-05-28 18:47:13 -07:00
Naoto Sato
442c815128
6251788: (rb) PropertyResourceBundle doesn't document exceptions
...
Reviewed-by: okutsu
2013-05-28 14:02:49 -07:00
Xueming Shen
6b2527c45c
8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
...
To make defensive copy for set/get replacement byte array
Reviewed-by: martin
2013-05-28 10:42:52 -07:00
Rob McKenna
87a429a457
7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
...
Reviewed-by: alanb
2013-05-28 16:35:17 +01:00
Florian Weimer
4bfd2d2b39
8014420: Default JDP address does not match the one assigned by IANA
...
JDP protocol defaults changed to IANA assigned values
Reviewed-by: dholmes, jbachorik, hirt
2013-05-28 18:46:39 +04:00
Jaroslav Bachorik
afee04d0fb
8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
...
Reviewed-by: chegar, smarks, dfuchs
2013-05-28 15:57:45 +02:00