lana [Thu, 09 Apr 2009 13:12:58 -0700] rev 2477
Merge
anthony [Wed, 01 Apr 2009 19:05:47 +0400] rev 2476
6818312: com.sun.awt.SecurityWarning.getSize() always reports (0, 0) on X11
Summary: The fix got pushed with 6693253. However the test was omitted. Here it comes.
Reviewed-by: dcherepanov, art
anthony [Tue, 31 Mar 2009 18:47:31 +0400] rev 2475
6819601: Fix AWT JTReg tests which fail to compile
Summary: Fix compilation of tests.
Reviewed-by: anthony, son
Contributed-by: Andrew John Hughes <ahughes@redhat.com>
yan [Mon, 30 Mar 2009 16:33:39 +0400] rev 2474
6823589: Remake sizes.64-solaris-i386 with newly added fields
6782746: Keyboard hotkeys don't work in locales where non latin characters are used
6299348: Zero keycode returned in keyPressed and keyReleased for some keys in non-english layout - Win32
6316369: Provide a method to convert a character to VK_* Java keycode, if possible.
6446568: KeyEvent lacks 3 virtual keys of Danish keyboards
6559449: Support for converting from char to KeyEvent VK_ keycode
6182651: Need to identify any key pressed/released with a unique code
Summary: Various by-products of 6680988 fix.
Reviewed-by: art
yan [Fri, 27 Mar 2009 12:01:24 +0300] rev 2473
6680988: KeyEvent is still missing VK values for many keyboards
Summary: 2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art
anthony [Thu, 26 Mar 2009 14:38:46 +0300] rev 2472
6693253: Security Warning appearance requires enhancements
6779717: A Window does not show applet security warning icon on X platforms
6785058: Parent dn't get the focus after dialog is closed if security warning is applied
Summary: Forward-port from 6u10-6u14
Reviewed-by: art, dcherepanov
anthony [Wed, 25 Mar 2009 13:37:08 +0300] rev 2471
6714678: IDE (Netbeans, Eclipse, JDeveloper) Debugger hangs process on Linux
Summary: Added the system property sun.awt.disablegrab
Reviewed-by: art, dcherepanov
rkennke [Tue, 24 Mar 2009 21:57:50 +0100] rev 2470
6809233: Modal dialog blocks calling thread after it is hidden and disposed
Summary: Send WakingRunnable to toolkit to prevent early cleanup.
Reviewed-by: art, son