Re: [8] Review request for 8021815: Add regression test for JDK-8007267

2013-07-29 Thread Leonid Romanov
Here is a second version of the fix: http://cr.openjdk.java.net/~leonidr/8021815/webrev.01/ On Jul 29, 2013, at 9:21 PM, Sergey Bylokhov wrote: > > On 29.07.2013 21:10, Leonid Romanov wrote: >> I see, thanks… Could you point me to some test that does it in a right way, >> so I can copy from it

Re: [8] Review request for 8021815: Add regression test for JDK-8007267

2013-07-29 Thread Leonid Romanov
I see, thanks… Could you point me to some test that does it in a right way, so I can copy from it? On Jul 29, 2013, at 9:08 PM, Sergey Bylokhov wrote: > Hi, Leonid. > Are you sure that the test can be compiled on the platforms other than mac? > import com.apple.eawt.*; > > you need to use a re

Re: [8] Review request for 8021815: Add regression test for JDK-8007267

2013-07-29 Thread Sergey Bylokhov
Hi, Leonid. Are you sure that the test can be compiled on the platforms other than mac? import com.apple.eawt.*; you need to use a reflection. On 29.07.2013 21:03, Leonid Romanov wrote: Hello, Please review a fix 8021815: Add regression test for JDK-8007267. This fix simply adds a regression t

[8] Review request for 8021815: Add regression test for JDK-8007267

2013-07-29 Thread Leonid Romanov
Hello, Please review a fix 8021815: Add regression test for JDK-8007267. This fix simply adds a regression test for 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working . Bug: http://bugs.sun.com/view_bug.do?bug_id=8021815 (might not be available yet) Webrev: http://cr.o

hg: jdk8/awt/jdk: 8010782: clean up source files containing carriage return characters

2013-07-29 Thread sergey . malenkov
Changeset: bf80c2965a84 Author:malenkov Date: 2013-07-29 18:48 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/bf80c2965a84 8010782: clean up source files containing carriage return characters Reviewed-by: alexsch, art ! src/share/classes/com/sun/java/swing/plaf/gtk/resource

hg: jdk8/awt/jdk: 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7

2013-07-29 Thread sergey . bylokhov
Changeset: 37016eaea5d2 Author:serb Date: 2013-07-29 16:57 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/37016eaea5d2 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7 Reviewed-by: malenkov, art ! src/share/classes/java/awt/AWTException.java