Andrew Brygin
|
ea1b65ad8a
|
7146550: [macosx] DnD test failure in createCompatibleWritableRaster()
Reviewed-by: kizune, serb
|
2012-05-25 12:56:22 +04:00 |
|
Lana Steuck
|
8b00bb1651
|
Merge
|
2012-05-21 11:41:33 -07:00 |
|
Andrew Brygin
|
9ea4ab4133
|
7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
Reviewed-by: anthony, kizune
|
2012-05-21 14:04:46 +04:00 |
|
Anton Tarasov
|
781549f47d
|
7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application
Forward port from 7u4
Reviewed-by: art
|
2012-05-17 21:48:57 +04:00 |
|
Sergey Bylokhov
|
9668994591
|
7080109: Dialog.show() lacks doPrivileged() to access system event queue
Reviewed-by: art, anthony
|
2012-05-10 20:05:12 +04:00 |
|
Alexander Scherbatiy
|
4d0e923a60
|
7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
Reviewed-by: anthony, leonidr
|
2012-05-02 17:54:18 +04:00 |
|
Anthony Petrov
|
56a050e73a
|
7150109: [macosx] the Frame showed incomplete
Open-source the tests
Reviewed-by: art
|
2012-04-24 17:47:50 +04:00 |
|
Sean Chou
|
2f21d39ae5
|
7129742: Unable to view focus in Non-Editable TextArea
Make sure the cursor is visible by setVisible(true)
Reviewed-by: rupashka, alexp
|
2012-04-20 10:34:40 +08:00 |
|
Sergey Bylokhov
|
2e12d45877
|
7097771: setEnabled does not work for components in disabled containers
Reviewed-by: art, anthony
|
2012-04-10 22:09:58 +04:00 |
|
Anthony Petrov
|
1862aaa218
|
7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11
Forward-port the fix from 7u4 and open-source the test
Reviewed-by: art
|
2012-04-06 17:03:34 +04:00 |
|
Anthony Petrov
|
e352bc83f0
|
7154177: [macosx] An invisible owner frame becomes visible upon clicking a child window
Establish the parent-child relationship for visible windows only
Reviewed-by: serb
|
2012-04-03 16:14:05 +04:00 |
|
Sean Chou
|
045668b454
|
7155298: Editable TextArea/TextField are blocking GUI applications from exit
Stop default caret's timer by setVisible(false) when dispose
Reviewed-by: anthony, ant
|
2012-03-31 16:55:56 +08:00 |
|
Oleg Pekhovskiy
|
310990d4dc
|
7128738: dragged dialog freezes system on dispose
Reviewed-by: anthony
|
2012-03-19 21:22:18 +04:00 |
|
Oleg Pekhovskiy
|
2ac69799ec
|
7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit
Reviewed-by: anthony
|
2012-02-13 17:49:23 +04:00 |
|
Oleg Pekhovskiy
|
ff7281a866
|
7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
Reviewed-by: art
|
2012-02-08 18:28:10 +04:00 |
|
Anthony Petrov
|
b3582e243e
|
7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
Always create an EQ for the main AppContext in SunToolkit constructor
Reviewed-by: art
|
2011-12-20 12:48:01 +03:00 |
|
Oleg Pekhovskiy
|
3cf1d6ac15
|
7108598: Pogo Table Games freeze with JDK 7
Reviewed-by: art, ant
|
2011-11-16 15:40:59 +04:00 |
|
Sergey Bylokhov
|
ceb052fc3f
|
7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows
Reviewed-by: art, dcherepanov
|
2011-08-01 17:05:16 +04:00 |
|
Sergey Bylokhov
|
8dd448e6b8
|
6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails
Reviewed-by: art, dcherepanov, anthony
|
2011-07-15 19:23:03 +04:00 |
|
Oleg Pekhovskiy
|
7e5574e3f8
|
7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
Reviewed-by: art, dcherepanov
|
2011-07-11 15:59:29 +04:00 |
|
Abhijit Saha
|
cfdb3ec24b
|
Merge
|
2011-05-26 21:37:40 -07:00 |
|
David Katleman
|
170844d307
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Reviewed-by: ohair, trims
|
2011-05-25 13:32:36 -07:00 |
|
Lana Steuck
|
83eed73863
|
Merge
|
2011-05-16 18:15:42 -07:00 |
|
Lana Steuck
|
b5f9d4cad8
|
Merge
|
2011-05-14 16:51:25 -07:00 |
|
Lana Steuck
|
61fc85e68d
|
Merge
|
2011-05-14 11:52:15 -07:00 |
|
Jim Graham
|
b7fbd6c9bf
|
7043054: REGRESSION: JDK 7 b126 : Wrong userBounds in Paint.createContext()
Reviewed-by: prr
|
2011-05-11 16:12:01 -07:00 |
|
Jim Graham
|
de0dac8ac8
|
7040717: Test case for 6522514 was not included in bug fix
Reviewed-by: prr
|
2011-05-10 15:59:01 -07:00 |
|
Anthony Petrov
|
cd2f47b0fd
|
7041387: Introduce new boolean system property java.awt.smartInvalidate
The behavior introduced with 6852592 is now enabled by the new system property only
Reviewed-by: dcherepanov
|
2011-05-10 18:28:05 +04:00 |
|
Abhijit Saha
|
1859ff359e
|
Merge
|
2011-05-04 16:39:05 -07:00 |
|
Andrei Dmitriev
|
1bde299474
|
7040577: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
Reviewed-by: dcherepanov, denis
|
2011-05-04 14:46:11 +04:00 |
|
Jennifer Godinez
|
647b4aca4b
|
Merge
|
2011-05-03 22:14:39 -07:00 |
|
Jennifer Godinez
|
1a8987d69e
|
Merge
|
2011-05-03 22:13:02 -07:00 |
|
Jim Graham
|
589a17bd79
|
6982632: closed/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java fails
Reviewed-by: prr
|
2011-04-29 16:27:34 -07:00 |
|
Lana Steuck
|
ba45f1edf0
|
Merge
|
2011-04-29 16:03:09 -07:00 |
|
Andrei Dmitriev
|
c9f3d958ec
|
6956646: Test: MouseWheelEvent/InfiniteRecursion test receives more MouseWheelEvents than expected
Reviewed-by: serb, dcherepanov
|
2011-04-28 20:14:30 +04:00 |
|
Andrei Dmitriev
|
b44f91dc52
|
6979551: closed/javax/swing/plaf/basic/BasicLabelUI/4798542/bug4798542.java fails
Reviewed-by: art, yan, alexp
|
2011-04-27 18:15:27 +04:00 |
|
Abhijit Saha
|
68c514a747
|
Merge
|
2011-04-20 09:31:11 -07:00 |
|
Andrei Dmitriev
|
d097a2cab1
|
7036733: Regression : NullPointerException when scrolling horizontally on AWT List
Reviewed-by: dcherepanov
|
2011-04-19 18:52:49 +04:00 |
|
Anthony Petrov
|
89d504b32f
|
7036669: Simplify revalidating component hierarchy with multiple validate roots
Introduce Component.revalidate() method
Reviewed-by: art, alexp
|
2011-04-19 14:44:09 +04:00 |
|
Lana Steuck
|
4032ca9290
|
Merge
|
2011-04-16 22:45:08 -07:00 |
|
Kelly O'Hair
|
7c8e01891a
|
Merge
|
2011-04-13 16:56:16 -07:00 |
|
Abhijit Saha
|
f8f46ca105
|
Merge
|
2011-04-08 10:27:23 -07:00 |
|
Anthony Petrov
|
c2d4b9c218
|
7008513: Case TranslucentJAppletTest.jtr automatically failed due to java.lang.RuntimeException
Set transparent background to the applet
Reviewed-by: art, dcherepanov
|
2011-04-08 17:04:35 +04:00 |
|
Anthony Petrov
|
8ca505ebed
|
7027013: Regression: JComponent.revalidate() has no effect on invisible components
Dialog.conditionalShow() should call validateUnconditionally() instead of simple validate()
Reviewed-by: art, dcherepanov
|
2011-04-08 15:00:20 +04:00 |
|
Kelly O'Hair
|
d2b1e20c7d
|
7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes
|
2011-04-06 22:06:11 -07:00 |
|
Andrei Dmitriev
|
58ceadaf02
|
7002839: Static initialization deadlock between sun.awt.Win32GraphicsEnvironment and sun.awt.windows.WToolkit
Reviewed-by: art, dcherepanov, denis
|
2011-04-06 17:13:08 +04:00 |
|
Sergey Bylokhov
|
15113a03ad
|
6998877: After double-click on the folder names , FileNameOverrideTest FAILED
Reviewed-by: art, dcherepanov, anthony
|
2011-04-05 16:50:11 +04:00 |
|
Lana Steuck
|
300730e127
|
Merge
|
2011-04-04 17:18:35 -07:00 |
|
Lana Steuck
|
0ee5cb3c4d
|
Merge
|
2011-04-01 16:55:47 -07:00 |
|
Andrei Dmitriev
|
e39693ced3
|
7023011: Toolkit.getPrintJob(Frame,String,Properties) throws HE instead of specified NPE
Reviewed-by: dcherepanov, art
|
2011-03-28 15:25:24 +04:00 |
|