peterz [Sat, 25 Apr 2009 21:17:50 +0400] rev 2658
6591875: Nimbus Swing Look and Feel
Reviewed-by: jasper, ohair
kalli [Fri, 17 Apr 2009 16:28:02 +0400] rev 2657
6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz.
Reviewed-by: amenkov
kalli [Fri, 17 Apr 2009 16:20:50 +0400] rev 2656
6823445: Gervill SoftChannel/ResetAllControllers jtreg test fails after portamento fix from last merge.
Reviewed-by: amenkov
kalli [Fri, 17 Apr 2009 16:13:43 +0400] rev 2655
6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009
Reviewed-by: darcy, amenkov
amenkov [Fri, 17 Apr 2009 15:15:20 +0400] rev 2654
6806019: 38 JCK api/javax_sound/midi/ tests fails starting from jdk7 b46
Reviewed-by: kalli
amenkov [Fri, 17 Apr 2009 15:11:43 +0400] rev 2653
4895403: SPEC: documentation of javax.sound.sampled.spi.MixerProvider should be detailed
Reviewed-by: malenkov
amenkov [Fri, 17 Apr 2009 15:10:05 +0400] rev 2652
4672194: FloatControl should provide consistent policy for the floats
Reviewed-by: alexp
amenkov [Fri, 17 Apr 2009 15:02:46 +0400] rev 2651
5050147: RFE: Add More Useful Constructors to MidiMessage Subclasses
Reviewed-by: alexp
art [Fri, 17 Apr 2009 12:46:24 +0400] rev 2650
6829923: Test javax/swing/system/6799345/TestShutdown.java fails on X11 platforms
Summary: XAWT toolkit thread is correctly interrupted when AppContext is disposed
Reviewed-by: anthony, peterz
yan [Tue, 28 Apr 2009 13:30:42 -0700] rev 2649
Merge
anthony [Tue, 21 Apr 2009 11:35:52 +0400] rev 2648
6802853: API: shaped & translucent windows
Summary: A public API for the feature forward-ported from 6u10.
Reviewed-by: yan
dcherepanov [Mon, 20 Apr 2009 19:18:41 +0400] rev 2647
6825362: Avoid calling peer.setZOrder on Window instances
Reviewed-by: anthony
dcherepanov [Mon, 20 Apr 2009 17:05:34 +0400] rev 2646
6770457: Using ToolTips causes inactive app window to exhibit active window behavior
Reviewed-by: art, ant
dcherepanov [Mon, 20 Apr 2009 14:41:24 -0400] rev 2645
6633354: AppletPanel loads Swing classes
Reviewed-by: art, anthony
anthony [Fri, 17 Apr 2009 16:42:14 +0400] rev 2644
6829858: JInternalFrame is not redrawing heavyweight children properly
Summary: The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout
Reviewed-by: art, dcherepanov
anthony [Fri, 17 Apr 2009 16:30:15 +0400] rev 2643
6821948: Consider removing the constraints for bounds of untrusted top-level windows
Summary: The constrainBounds() methods are removed.
Reviewed-by: art, dcherepanov
anthony [Fri, 17 Apr 2009 16:16:14 +0400] rev 2642
6826104: Getting a NullPointer exception when clicked on Application & Toolkit Modal dialog
Summary: The addition of window peers to the windows collection has been restored in XWindowPeer.
Reviewed-by: art, dcherepanov
yan [Thu, 16 Apr 2009 23:14:12 -0700] rev 2641
Merge
anthony [Tue, 14 Apr 2009 14:17:31 +0400] rev 2640
6825342: Security warning may change Z-order of top-level
Summary: Added the SWP_NOOWNERZORDER flag when calling ::SetWindowPos()
Reviewed-by: art, dcherepanov
denis [Mon, 13 Apr 2009 21:42:44 +0400] rev 2639
6590857: Drag & Drop arbitrary file copy
Reviewed-by: uta
ohair [Tue, 28 Apr 2009 14:43:44 -0700] rev 2638
6835241: Annotate some tests with @ignore that have shown to be unpredictable
Reviewed-by: tbell
ohair [Mon, 27 Apr 2009 20:26:18 -0700] rev 2637
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
Reviewed-by: tbell
tbell [Thu, 23 Apr 2009 21:32:44 -0700] rev 2636
Merge
tbell [Tue, 21 Apr 2009 21:26:21 -0700] rev 2635
Merge
tbell [Tue, 21 Apr 2009 09:03:36 -0700] rev 2634
Merge
tbell [Tue, 21 Apr 2009 08:46:25 -0700] rev 2633
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
Reviewed-by: darcy
martin [Mon, 20 Apr 2009 21:57:01 -0700] rev 2632
6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
Summary: Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb
martin [Mon, 20 Apr 2009 21:53:38 -0700] rev 2631
6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
Reviewed-by: swamyv, mchung