Goetz Lindenmaier
|
e52b963d0c
|
8160974: [TESTBUG] Mark more headful tests with @key headful
Reviewed-by: serb, simonis
|
2016-07-07 16:21:45 +02:00 |
|
Semyon Sadetsky
|
e040960f7e
|
8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
Reviewed-by: yan, prr
|
2016-06-30 20:34:26 +03:00 |
|
Ambarish Rapte
|
9584a67f30
|
8158616: [TEST_BUG] There is only "Fail" button on the description dialog
Reviewed-by: ssadetsky
|
2016-06-29 11:51:37 +05:30 |
|
Goetz Lindenmaier
|
4f7d655557
|
8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
|
2016-06-14 10:44:59 +02:00 |
|
Ambarish Rapte
|
08482543b4
|
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
Reviewed-by: rchamyal, serb
|
2016-05-05 14:56:42 +03:00 |
|
Manajit Halder
|
eb3750d326
|
8151136: [macosx] According to the description, the case is failed
Reviewed-by: ssadetsky, aniyogi
|
2016-04-27 13:09:58 +03:00 |
|
Alexander Stepanov
|
73fb68a80d
|
8138838: docs cleanup for java.desktop
Docs cleanup for java.desktop
Reviewed-by: serb
|
2016-01-11 17:51:54 +03:00 |
|
Ambarish Rapte
|
96da64c503
|
8041928: MouseEvent.getModifiersEx gives wrong result
Reviewed-by: alexsch, serb, rchamyal
|
2015-12-24 14:04:36 +03:00 |
|
Ambarish Rapte
|
3722e415a3
|
8145116: [TEST_BUG] Incorrect binary comparison in java/awt/event/KeyEvent/ExtendedModifiersTest/ExtendedModifiersTest.java
Reviewed-by: ssadetsky, jdv
|
2015-12-16 17:40:24 +03:00 |
|
Alexander Scherbatiy
|
2c3b2dd68e
|
8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
Reviewed-by: serb, azvegint
|
2015-09-22 14:05:37 +04:00 |
|
Martin Buchholz
|
24742f7b1d
|
8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
|
2015-09-02 14:11:50 -07:00 |
|
Yuri Nesterenko
|
791267a096
|
6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
Reviewed-by: serb
|
2015-07-31 13:13:30 +03:00 |
|
Yuri Nesterenko
|
bdc20e1849
|
8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
|
2015-06-23 11:59:27 +03:00 |
|
Anton Nashatyrev
|
4dc4dd721e
|
8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
Reviewed-by: azvegint, alexp
|
2015-05-28 21:17:49 +03:00 |
|
Yuri Nesterenko
|
7b4b132f80
|
8074807: Fix some tests unnecessary using internal API
Reviewed-by: azvegint, alexsch
|
2015-03-18 10:30:22 +03:00 |
|
Yuri Nesterenko
|
0803af98c7
|
8074092: Newly introduced unnecessary dependencies on internal API in client regtests
Reviewed-by: serb, azvegint
|
2015-03-05 11:07:48 +03:00 |
|
Anton Nashatyrev
|
84db836cfc
|
8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
Reviewed-by: ant, kizune
|
2015-01-20 19:26:14 +03:00 |
|
Yuri Nesterenko
|
c08a28b218
|
8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
Reviewed-by: serb, alexsch
|
2014-12-05 14:55:08 +03:00 |
|
Yuri Nesterenko
|
41d2bc7e75
|
8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
Reviewed-by: pchelko, serb
|
2014-11-10 16:37:40 +03:00 |
|
Yuri Nesterenko
|
043868fac7
|
8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1
Reviewed-by: pchelko, serb
|
2014-11-10 16:23:30 +03:00 |
|
Anton Nashatyrev
|
03e7d91de6
|
8046495: KeyEvent can not be accepted in quick mouse clicking
Reviewed-by: art, pchelko
|
2014-07-24 16:06:49 +01:00 |
|
Alexander Stepanov
|
89e241569b
|
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
Reviewed-by: pchelko
|
2014-07-08 16:01:18 +04:00 |
|
Konstantin Shefov
|
b2db801ee9
|
7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
Reviewed-by: pchelko, serb
|
2014-03-21 17:36:37 +03:00 |
|
Lana Steuck
|
657b9db1ba
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
|
2013-12-26 12:04:16 -08:00 |
|
Petr Pchelko
|
0aa8a5ad09
|
7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component
Reviewed-by: anthony, serb
|
2013-12-03 19:33:05 +04:00 |
|
Petr Pchelko
|
72e44e870c
|
7178682: [TEST_BUG][macosx] Mouse Pressed event can't be monitored for DisabledComponentsTest.html
Reviewed-by: anthony, serb
|
2013-11-29 16:43:22 +04:00 |
|
Alexander Scherbatiy
|
e04c087c6d
|
8025126: [macosx] Invalid calls to setValueAt() within JTable in Java 7 on Mac OS X
Reviewed-by: serb
|
2013-11-15 14:05:49 +04:00 |
|
Sergey Bylokhov
|
9ab430a0d2
|
8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
|
2013-11-12 20:24:25 +04:00 |
|
Leonid Romanov
|
9d1ce9a555
|
8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
Reviewed-by: anthony, serb
|
2013-10-22 16:45:08 +04:00 |
|
Alexander Scherbatiy
|
6ffe7bb513
|
8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date
Reviewed-by: leonidr
|
2013-09-03 17:27:20 +04:00 |
|
Alexander Scherbatiy
|
f8b0bf1b23
|
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
Reviewed-by: anthony
|
2013-08-30 13:28:15 +04:00 |
|
Alexander Scherbatiy
|
eede95c5cf
|
8013849: Awt assert on Hashtable.cpp:124
Reviewed-by: serb
|
2013-08-07 18:58:28 +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 |
|
Petr Pchelko
|
32995a0452
|
8010009: [macosx] Unable type into online word games on MacOSX
Reviewed-by: anthony, dcherepanov
|
2013-04-12 14:09:03 +04:00 |
|
Alexander Scherbatiy
|
aca74a151c
|
7199180: [macosx] Dead keys handling for input methods
Reviewed-by: kizune, anthony
|
2012-09-21 13:48:06 +04:00 |
|
Alexander Scherbatiy
|
8b54dc6ea9
|
7196547: [macosx] Implement dead key detection for KeyEvent
Reviewed-by: skovatch, kizune
|
2012-09-14 15:30:46 +04:00 |
|
Alexander Scherbatiy
|
26f36a5cd0
|
7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
Reviewed-by: serb, bagiras
|
2012-07-30 14:31:01 +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 |
|
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 |
|
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 |
|
Kelly O'Hair
|
6b6a611c8e
|
6962318: Update copyright year
Reviewed-by: xdono
|
2010-12-28 15:53:50 -08:00 |
|
Andrei Dmitriev
|
1524b98ebc
|
6960516: sun.awt.UngrabEvent has an ID over AWTEvent.RESERVED_ID_MAX
Reviewed-by: dcherepanov, art
|
2010-11-10 10:38:18 +03:00 |
|
Andrei Dmitriev
|
41e1560d14
|
6480547: REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards
6808185: test/closed/java/awt/Menu/NullMenuLabelTest crashes
Reviewed-by: dcherepanov
|
2010-08-31 15:05:09 +04:00 |
|
Kelly O'Hair
|
fe008ae27a
|
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
|
2010-05-25 15:58:33 -07:00 |
|
Dmitry Cherepanov
|
1fbf705739
|
6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
Introduced InvocationEvent.isDispatched method
Reviewed-by: art, anthony
|
2009-11-11 17:46:58 +03:00 |
|
Dmitry Cherepanov
|
cd90c35e8f
|
6847958: MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build
Reviewed-by: art
|
2009-07-09 15:23:22 -04:00 |
|
Yuri Nesterenko
|
51ef95c396
|
6680988: KeyEvent is still missing VK values for many keyboards
2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art
|
2009-03-27 12:01:24 +03:00 |
|
Dmitry Cherepanov
|
cd71edadc5
|
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
Reviewed-by: art, dav
|
2009-03-23 09:47:39 -04:00 |
|
Andrei Dmitriev
|
2c0b584b2d
|
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
Implementation of the more mouse buttons support
Reviewed-by: art, dcherepanov
|
2008-09-16 12:17:02 +04:00 |
|
Yuri Nesterenko
|
540f1f640a
|
Merge
|
2008-08-08 03:32:34 -07:00 |
|