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

2016-04-19 Thread mikhail cherkasov
fx/8u-dev/rt" Can you please (a) prepare a webrev against 9 instead of 8u. (b) include (and therefore share) the test you are using that illustrates the problem. -phil. On 04/12/2016 09:21 AM, mikhail cherkasov wrote: Hi all, Could you please review the fix for: https://bugs.openjd

[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

[9] Review request for 8150181: javafx print jobs take 60 times longer than javax.print

2016-04-11 Thread mikhail cherkasov
Hi all, Could you please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8150181 webrev: http://cr.openjdk.java.net/~mcherkas/8150181/webrev.02/ Javafx print is slow because after sending node for printing we wait 1 sec before checking that page was done, see implPrintPage method:

[9] RFR for 8149737:JRE crash in com.sun.webkit.network.URLLoader.twkDidFinishLoading

2016-03-01 Thread mikhail cherkasov
Hi Guru, Kevin, Please review the webrev : http://cr.openjdk.java.net/~mcherkas/8149737/webrev/ Crash occurs during the page destroy and still there is are some pending sub-resource from network. I added a check for null, see line 814 in CachedResourceLoader.cpp to prevent crash. JBS: