AWT Dev [7u6] Review request for 7124244: [macosx] Shaped windows support

2012-07-09 Thread Sergey Bylokhov

Hi Everyone,
Please review the fix. This is a direct backport from JDK 8 to 7u6.

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7124244
Webrev can be found at: http://cr.openjdk.java.net/~serb/7124244/webrev.04/
jdk8 changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/f1a90ee31b38

--
Best regards, Sergey.



AWT Dev [7u6] Review request for 7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar

2012-07-09 Thread Sergey Bylokhov

Hi Everyone,
Please review the fix. This is a direct backport from JDK 8 to 7u6.

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7124513
Webrev can be found at: http://cr.openjdk.java.net/~serb/7124513/webrev.01
jdk8 changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/80c592c9458e

--
Best regards, Sergey.



Re: AWT Dev [OpenJDK 2D-Dev] Review: Removing GenerateNativeHeader where not needed

2012-07-09 Thread Phil Race

Fine by me.

-phil.

On 7/4/2012 5:32 AM, Anthony Petrov wrote:
Looks good to me. Although most of the changes are in Java2D code, so 
I'm also CC'ing 2d-dev@ to take a look.


--
best regards,
Anthony

On 7/3/2012 10:23 PM, Erik Joelsson wrote:
The build infra project added the use of the annotation 
GenerateNativeHeader. It was addded to java classes without native 
methods that were listed in the old makefiles as needing headers 
generated for them. It was noted then that some of those classes 
didn't actually need native headers. To clean things up, we have 
tried to identify the empty headers and removed the annotation for 
those classes.


http://cr.openjdk.java.net/~erikj/build-infra-m1.2/webrev-jdk-awt/ 
http://cr.openjdk.java.net/%7Eerikj/build-infra-m1.2/webrev-jdk-awt/