Re: AWT Dev [9] Review request for 8042465: Applet menus not rendering when browser is full screen on Mac

2014-05-15 Thread dmitry markov
Hi Petr, Anthony, Thank you for looking at this. I really missed the case pointed out by Petr. If the test app is running in browser instead of IDE or appletviewer, the situation is much worse - the opened popup does not hide at all when we switch to another space. This behavior is caused by

Re: AWT Dev [9] Review request for 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests

2014-05-15 Thread Petr Pchelko
Hello, Oleg. Looks good. With best regards. Petr. On 14 мая 2014 г., at 19:02, Oleg Pekhovskiy oleg.pekhovs...@oracle.com wrote: Hi Petr, thank you for the review, here are my thoughts: 1. I added new method that way after analyzing the other methods and their usage in jtreg tests. If

Re: AWT Dev [9] Review request for 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests

2014-05-15 Thread Sergey Bylokhov
Hi, Oleg. Thanks. The fix looks good. On 14.05.2014 18:20, Oleg Pekhovskiy wrote: Hi Sergey, thanks you for comments! Please review the second version of fix here: http://cr.openjdk.java.net/~bagiras/9/8014755.2/ I've added re-throwing for catch blocks and commented System.exit() calls that

Re: AWT Dev [9] Request for Review: 8003900: X11 dependencies should be removed from Mac OS X build.

2014-05-15 Thread David DeHaven
Can I get another reviewer on this? I need a sponsor to push too.. (Anthony?) -DrD- src/solaris/native/sun/awt/awt.h 113 #if !defined(HEADLESS) defined(XAWT) 114 extern Display *awt_display; /* awt_GraphicsEnv.c */ You forgot to update this XAWT usage. Otherwise the fix looks

Re: AWT Dev Request for review: 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X

2014-05-15 Thread David DeHaven
Ping! Does this look OK? I've also filed an issue against JavaFX: https://javafx-jira.kenai.com/browse/RT-37125 -DrD- I tried not modifying libpng but still ended up with lingering references to longjmp in pngread.o, despite libpng having png_ptr-longjmp_fn (bug in libpng?). pngread.c

Re: AWT Dev [9] Request for Review: 8003900: X11 dependencies should be removed from Mac OS X build.

2014-05-15 Thread Petr Pchelko
Hello, David. The fix looks good to me. Artem was interested in the review, so we may want to wait for his final vote.. I can push the changeset for you. Please ping me when you decide it’s ready to go. Thank you. With best regards. Petr. On May 15, 2014, at 8:23 PM, David DeHaven

Re: AWT Dev Request for review: 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X

2014-05-15 Thread Phil Race
Approved. -phil. On 5/15/2014 9:31 AM, David DeHaven wrote: Ping! Does this look OK? I've also filed an issue against JavaFX: https://javafx-jira.kenai.com/browse/RT-37125 -DrD- I tried not modifying libpng but still ended up with lingering references to longjmp in pngread.o, despite