[9] Review request for 8150076: Print jobs are not finished when used a page range

2016-04-12 Thread mikhail cherkasov
Hi all, Could you please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8150076 webrev: http://cr.openjdk.java.net/~mcherkas/8150076/webrev.00/ J2DPrinterJob waits when page printing is done, but doesn't check that the whole job is done or that it is failed due error, as result we

Re: status behind JDK-8149738

2016-04-12 Thread Matthieu BROUILLARD
Hi Guru, I think I have isolated the problem ; it relates to GWT FlexTable (with fixed column & row size) that is cleaned and refilled. Tomorrow I'll build a clean GWT reproducer app and will send it to you. I'll also do the exact same in pure html/js without GWT being involved. Matthieu On

Re: [9]: : [packager] Module Path Packager Arguments

2016-04-12 Thread Chris Bensen
New webrev: http://cr.openjdk.java.net/~cbensen/JDK-8150991/webrev.03/ Chris > On Apr 11, 2016, at 4:17 PM, Chris Bensen wrote: > > Kevin, > > Please review. This adds new argument to Java Packager, the

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-12 Thread Kevin Rushforth
Hi Ali, The production build of FX is done using VS2013 and we haven't seen this error. Where are you getting FX from? Are you using VS2013 Express or Pro? If Express, be aware that we do not support 64-bit builds (although this is not likely your problem). -- Kevin Ali Ebrahimi wrote:

[9] post-commit review: 8153348: JavaFX API doc examples use nonexistent package "javafx.animation.transition"

2016-04-12 Thread Jim Graham
https://bugs.openjdk.java.net/browse/JDK-8153348 ...jim Changeset: e1688df54bdc Author:flar Date: 2016-04-12 15:26 -0700 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/e1688df54bdc 8153348: JavaFX API doc examples use

Webkit: Conversion from string literal loses const qualifier

2016-04-12 Thread Ali Ebrahimi
Hi, When building with VS2013 I get following error: ..\..\..\..\src\main\native\Source\WebCore\platform\java\api\BackForwardListJava.cpp(46) : error C2664: 'jmethodID initMethod(JNIEnv *,jclass,char *,const char *)' : cannot convert argument 3 from 'const char [7]' to 'char *' Conversion

Re: status behind JDK-8149738

2016-04-12 Thread Guru Hb
Hi Matthieu, If you could update the re-producer html/js in the JBS would be very help full. I could reproduce with http://advanced-gwt.sourceforge.net/demo/index.html --> "Click Heading (Caption)" --> Crash. There are multiple Table listed in the left panel, where i can re-produce the

Re: status behind JDK-8149738

2016-04-12 Thread Guru Hb
Hi Matthieu, Crash is due to Mouse event is not handled correctly from WebView context. Could you please provide these details. 1. What Content is loaded to WebEngine. (Live webpage or custom content) 2. which mouse event lead to crash (Right / left click, Double click, Scroll) 3. W.r.t 2nd

Re: status behind JDK-8149738

2016-04-12 Thread Matthieu BROUILLARD
Hi, let me try to give more insights *>>> 0. resume of running and crashing JVMs* 64 bits: all tested work (at least issue not reproduced) 32 bits: - 8u74-i586, 8u60-i586: fail - 8u45-i586: OK *>>> 00. Application under test* We have simplified the reproducer JavaFX app as "just" a simple