Re: JDK-8076343 JNLP property apple.laf.useScreenMenuBar no longer treated as secure for Mac OS

2015-04-29 Thread Burk, William
Hi Sergey, Yes that is exactly the same issue (because that was my report quoted in that thread). Regards, Bill From: Sergey Bylokhov [mailto:sergey.bylok...@oracle.com] Sent: Wednesday, April 29, 2015 3:42 PM To: Burk, William; awt-dev@openjdk.java.net Subject: Re: JDK-8076343 JNLP property

Re: JDK-8076343 JNLP property apple.laf.useScreenMenuBar no longer treated as secure for Mac OS

2015-04-29 Thread Sergey Bylokhov
Hello, It seems that your problem is the same as described here: http://mail.openjdk.java.net/pipermail/awt-dev/2015-March/009166.html and it is unrelated to JDK-8074668 On 30.04.15 0:48, Burk, William wrote: Add to Affects Version/s: Java 7u40 1. User took steps to launch our application open

Re: JDK-8076343 JNLP property apple.laf.useScreenMenuBar no longer treated as secure for Mac OS

2015-04-29 Thread Burk, William
Add to Affects Version/s: Java 7u40 1. User took steps to launch our application opening JNLP file directly Expected result=Application launches with interface features like menus, dialog boxes, etc. Actual result=Application launches missing user interface features like menus, dialog boxes, etc

Re: [9] Review request for 8065739 [macosx] Frame warps to lower left of screen when displayed

2015-04-29 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8065739/webrev.02 - the zoom state is applied after NSWindow creation if Frame has MAXIMIZED_BOTH state. Thanks, Alexandr. On 4/15/2015 10:57 PM, Sergey Bylokhov wrote: Hi, Alexander. As far as I understa

Re: [9] Review request for 8077982: GIFLIB upgrade

2015-04-29 Thread Sergey Bylokhov
Looks fine. On 29.04.15 12:21, Anton V. Tarasov wrote: Ok, thanks. No more concerns. Regards Anton. On 29.04.2015 12:10, Alexander Zvegintsev wrote: Hi Anton, this change is intentional: http://sourceforge.net/p/giflib/code/ci/dfc5b4de5b1cc619d90afc8d2731d31145897aee/tree/lib/dgif_lib.c?diff=

Re: [9] Review request for 8077982: GIFLIB upgrade

2015-04-29 Thread Anton V. Tarasov
Ok, thanks. No more concerns. Regards Anton. On 29.04.2015 12:10, Alexander Zvegintsev wrote: Hi Anton, this change is intentional: http://sourceforge.net/p/giflib/code/ci/dfc5b4de5b1cc619d90afc8d2731d31145897aee/tree/lib/dgif_lib.c?diff=63352c4fa592db103f7300790a3383d638dd1edc Thanks, Ale

Re: Review request for 8051617: Fullscreen mode is not working properly on Xorg

2015-04-29 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 4/24/2015 7:00 PM, Sergey Bylokhov wrote: Hi, Alexander. The fix looks fine. On 24.04.2015 18:00, Alexander Zvegintsev wrote: Hello Sergey, It will work with additional changes: http://cr.openjdk.java.net/~azvegint/jdk/9/8051617/01/ I've

Re: [9] Review request for 8077982: GIFLIB upgrade

2015-04-29 Thread Alexander Zvegintsev
Hi Anton, this change is intentional: http://sourceforge.net/p/giflib/code/ci/dfc5b4de5b1cc619d90afc8d2731d31145897aee/tree/lib/dgif_lib.c?diff=63352c4fa592db103f7300790a3383d638dd1edc Thanks, Alexander. On 29/04/15 10:49, Anton V. Tarasov wrote: Hi Alexander, I've just checked a diff b/w the

Re: [9] Review request for 8077982: GIFLIB upgrade

2015-04-29 Thread Anton V. Tarasov
Hi Alexander, I've just checked a diff b/w the original gif lib sources and your updated sources. The only diff (except the bool and headers changes) is this: dgif_lib.c + /* Sanity check for corrupted file */ + if (GifFile->ImageCount == 0) { + GifFile->Error = D_GIF_ERR_NO_I