Thu, 14 May 2009 00:17:25 -0700Merge
yan [Thu, 14 May 2009 00:17:25 -0700] rev 1228
Merge

Tue, 12 May 2009 15:21:55 +09006834474: (tz) Support tzdata2009g
peytoia [Tue, 12 May 2009 15:21:55 +0900] rev 1227
6834474: (tz) Support tzdata2009g
Reviewed-by: okutsu

Mon, 01 Jun 2009 01:05:22 -0700Merge
yan [Mon, 01 Jun 2009 01:05:22 -0700] rev 1226
Merge

Mon, 25 May 2009 18:22:23 +04006844750: Solaris build failed after 6799099
dav [Mon, 25 May 2009 18:22:23 +0400] rev 1225
6844750: Solaris build failed after 6799099
Reviewed-by: yan

Fri, 22 May 2009 16:09:45 +04006799099: All automatic regression tests that create Robot fail on X11
dav [Fri, 22 May 2009 16:09:45 +0400] rev 1224
6799099: All automatic regression tests that create Robot fail on X11
Reviewed-by: art, ant

Thu, 21 May 2009 15:04:23 +04006833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
ant [Thu, 21 May 2009 15:04:23 +0400] rev 1223
6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
Reviewed-by: art

Thu, 21 May 2009 12:29:25 +04006794764: Translucent windows are completely repainted on every paint event, on Windows
art [Thu, 21 May 2009 12:29:25 +0400] rev 1222
6794764: Translucent windows are completely repainted on every paint event, on Windows
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp

Tue, 19 May 2009 17:03:13 +04006839999: Cumulative fix for 6762511 and 6838003
anthony [Tue, 19 May 2009 17:03:13 +0400] rev 1221
6839999: Cumulative fix for 6762511 and 6838003
Summary: Adds support for ARGB and ABGR X11 surfaces.
Reviewed-by: art, yan

Tue, 19 May 2009 14:43:49 +04006833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
anthony [Tue, 19 May 2009 14:43:49 +0400] rev 1220
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
Summary: Added optional _BOOTDIR3 that provides the J: path for the BOOTDIR on Windows
Reviewed-by: ohair, xdono

Tue, 19 May 2009 14:14:31 +04006812298: Dynamic GraphicsConfig changes don't work on X11 platforms
anthony [Tue, 19 May 2009 14:14:31 +0400] rev 1219
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
Summary: The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov