AWT Dev hg: jdk8/awt/jdk: 7124376: [macosx] Modal dialog lost focus

2012-05-03 Thread alexander . zuev
Changeset: a420895ee2c3
Author:leonidr
Date:  2012-05-03 19:22 +0400
URL:   http://hg.openjdk.java.net/jdk8/awt/jdk/rev/a420895ee2c3

7124376: [macosx] Modal dialog lost focus
Reviewed-by: anthony

! src/macosx/classes/sun/lwawt/LWWindowPeer.java
! src/macosx/classes/sun/lwawt/PlatformWindow.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/macosx/native/sun/awt/AWTView.m
! src/macosx/native/sun/awt/AWTWindow.h
! src/macosx/native/sun/awt/AWTWindow.m



Re: AWT Dev [8] Request for review: 7147055 [macosx] Cursors are changing over a blocked window; also blinking

2012-05-03 Thread Sergey Bylokhov

Hi Everyone.
Does anybody has a chance to review the fix? One more reviewer needed.

Thanks.

09.04.2012 19:57, Sergey Bylokhov wrote:

Hi Everyone,
Cursor for blocked window was fixed. Now we use default cursor in this 
case.


Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7147055
Webrev can be found at: http://cr.openjdk.java.net/~serb/7147055/webrev.00

--
Best regards, Sergey.





Re: AWT Dev [8] Please review my fix for 7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame

2012-05-03 Thread Leonid Romanov
Looks fine.

Leonid.

On 03.05.2012, at 20:44, Alexander Zuev wrote:

 Hello,
 
  please review my fix for the CR 7148289: [macosx] Deadlock in 
 sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
 
  Actually it is a forward-port of the fix already approved for 7u6
 The webrev looked absolutely similar so i just pointing the final webrev for 
 7u6 targeted fix - it's absolutely the same.
 
  Bug description is http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7148289
 
  Fix can be found at http://cr.openjdk.java.net/~kizune/7148289/webrev.01
 
 With best regards,
 Alex