Thu, 26 Feb 2009 11:44:43 +0300 6794831: Infinite loop while painting ticks on Slider with maximum=MAX_INT
rupashka [Thu, 26 Feb 2009 11:44:43 +0300] rev 2488
6794831: Infinite loop while painting ticks on Slider with maximum=MAX_INT Reviewed-by: malenkov
Tue, 24 Feb 2009 19:17:51 +0300 6804221: Three tests for JTabbedPane produce VM crash on rhel3
peterz [Tue, 24 Feb 2009 19:17:51 +0300] rev 2487
6804221: Three tests for JTabbedPane produce VM crash on rhel3 Reviewed-by: stayer, campbell
Mon, 23 Feb 2009 11:16:04 -0800 Merge
lana [Mon, 23 Feb 2009 11:16:04 -0800] rev 2486
Merge
Thu, 12 Feb 2009 14:19:06 +0300 6799345: JFC demos threw exception in the Java Console when applets are closed
art [Thu, 12 Feb 2009 14:19:06 +0300] rev 2485
6799345: JFC demos threw exception in the Java Console when applets are closed Reviewed-by: alexp, peterz
Thu, 05 Feb 2009 19:16:13 +0300 6801769: 6588003 should be backed out from jdk7
peterz [Thu, 05 Feb 2009 19:16:13 +0300] rev 2484
6801769: 6588003 should be backed out from jdk7 Reviewed-by: alexp
Thu, 05 Feb 2009 17:00:57 +0300 6669869: Beans.isDesignTime() and other queries should be per-AppContext
malenkov [Thu, 05 Feb 2009 17:00:57 +0300] rev 2483
6669869: Beans.isDesignTime() and other queries should be per-AppContext Reviewed-by: peterz, rupashka
Thu, 05 Feb 2009 14:48:10 +0300 4769844: classes in java.beans that are serializable but don't define serialVersionUID
malenkov [Thu, 05 Feb 2009 14:48:10 +0300] rev 2482
4769844: classes in java.beans that are serializable but don't define serialVersionUID Reviewed-by: peterz, rupashka
Wed, 04 Feb 2009 18:48:24 +0300 6588003: LayoutQueue shares mutable implementation across AppContexts
peterz [Wed, 04 Feb 2009 18:48:24 +0300] rev 2481
6588003: LayoutQueue shares mutable implementation across AppContexts Summary: DefaultQueue property is made per-AppContext Reviewed-by: alexp
Mon, 13 Apr 2009 22:34:29 -0700 Merge
lana [Mon, 13 Apr 2009 22:34:29 -0700] rev 2480
Merge
Mon, 13 Apr 2009 15:33:50 -0700 Merge
lana [Mon, 13 Apr 2009 15:33:50 -0700] rev 2479
Merge
Mon, 13 Apr 2009 15:22:12 +0400 6829326: Getting java.lang.NullPointerException: null pData while opening a File,Print,Page Dialog in Win
dcherepanov [Mon, 13 Apr 2009 15:22:12 +0400] rev 2478
6829326: Getting java.lang.NullPointerException: null pData while opening a File,Print,Page Dialog in Win Reviewed-by: art, yan
Thu, 09 Apr 2009 13:12:58 -0700 Merge
lana [Thu, 09 Apr 2009 13:12:58 -0700] rev 2477
Merge
Wed, 01 Apr 2009 19:05:47 +0400 6818312: com.sun.awt.SecurityWarning.getSize() always reports (0, 0) on X11
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
Tue, 31 Mar 2009 18:47:31 +0400 6819601: Fix AWT JTReg tests which fail to compile
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>
Mon, 30 Mar 2009 16:33:39 +0400 6823589: Remake sizes.64-solaris-i386 with newly added fields
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
Fri, 27 Mar 2009 12:01:24 +0300 6680988: KeyEvent is still missing VK values for many keyboards
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
Thu, 26 Mar 2009 14:38:46 +0300 6693253: Security Warning appearance requires enhancements
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
Wed, 25 Mar 2009 13:37:08 +0300 6714678: IDE (Netbeans, Eclipse, JDeveloper) Debugger hangs process on Linux
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
Tue, 24 Mar 2009 21:57:50 +0100 6809233: Modal dialog blocks calling thread after it is hidden and disposed
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
Mon, 23 Mar 2009 09:47:39 -0400 6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov [Mon, 23 Mar 2009 09:47:39 -0400] rev 2469
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported Reviewed-by: art, dav
Mon, 23 Mar 2009 11:59:55 +0300 6516404: regression: Choice vertical scrollbar is not seen when the item in the choice is increased more than
dcherepanov [Mon, 23 Mar 2009 11:59:55 +0300] rev 2468
6516404: regression: Choice vertical scrollbar is not seen when the item in the choice is increased more than Reviewed-by: art, dav
Fri, 20 Mar 2009 08:41:43 -0400 6774258: api/java_awt/Component/index.html#PaintUpdate fails randomly
dcherepanov [Fri, 20 Mar 2009 08:41:43 -0400] rev 2467
6774258: api/java_awt/Component/index.html#PaintUpdate fails randomly Reviewed-by: art
Fri, 13 Mar 2009 18:07:13 +0300 6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame.
dcherepanov [Fri, 13 Mar 2009 18:07:13 +0300] rev 2466
6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame. Reviewed-by: art, anthony
Wed, 11 Mar 2009 16:11:31 +0300 6815946: regression: failed to build MToolkit
ant [Wed, 11 Mar 2009 16:11:31 +0300] rev 2465
6815946: regression: failed to build MToolkit Reviewed-by: anthony
Tue, 10 Mar 2009 18:33:29 +0300 6806217: implement synthetic focus model for MS Windows
ant [Tue, 10 Mar 2009 18:33:29 +0300] rev 2464
6806217: implement synthetic focus model for MS Windows Reviewed-by: art, dcherepanov
Wed, 04 Mar 2009 18:10:48 +0300 6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount
art [Wed, 04 Mar 2009 18:10:48 +0300] rev 2463
6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount Reviewed-by: anthony, dav
Wed, 04 Mar 2009 13:05:56 +0300 6809227: poor performance on Panel.Add() method in jdk6
dcherepanov [Wed, 04 Mar 2009 13:05:56 +0300] rev 2462
6809227: poor performance on Panel.Add() method in jdk6 Reviewed-by: art, anthony
Tue, 03 Mar 2009 13:54:47 +0300 6811674: Container.setComponentZOrder throws NPE
anthony [Tue, 03 Mar 2009 13:54:47 +0300] rev 2461
6811674: Container.setComponentZOrder throws NPE Reviewed-by: art, dcherepanov
Sun, 22 Feb 2009 12:26:39 -0800 Merge
lana [Sun, 22 Feb 2009 12:26:39 -0800] rev 2460
Merge
Fri, 20 Feb 2009 17:34:16 +0300 6804747: Ensure consistent graphicsConfig member across components hierarchy
anthony [Fri, 20 Feb 2009 17:34:16 +0300] rev 2459
6804747: Ensure consistent graphicsConfig member across components hierarchy Reviewed-by: art, dcherepanov
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip