WebView is eating our Cookies

2015-12-15 Thread Fisher, Robert
I have a question about this bug: https://bugs.openjdk.java.net/browse/JDK-8027021 It's over 2 years old at this point, so I wonder if it has fallen through the cracks. For us it means as soon as anyone instantiates a WebView anywhere in our app, our REST clients stop processing Cookies correc

[9] Review request: 8139842: NullPointerException in WCPageBackBufferImpl when a WebView is too large

2015-12-15 Thread Guru Hb
Hi Kevin, Jim, Alexander Please provide your review comments for JBS : https://bugs.openjdk.java.net/browse/JDK-8139842 Webrev : http://cr.openjdk.java.net/~ghb/8139842/webrev.00/ Tested on Windows , Linux and Mac. Thanks, Guru

Re: [8u-dev] Review Request for 8144678: JVM crashes when selecting video on youtube in WebView

2015-12-15 Thread David DeHaven
Yes, I can push to 9-dev first. -DrD- > This is going into 9-dev first, right? I'll add comments in JIRA. > > -- Kevin > > > David DeHaven wrote: >> Kevin, Alexander, can you please review this fairly trivial fix: >> https://bugs.openjdk.java.net/browse/JDK-8144678 >> >> The fix is only five

[9] Review request: 8133750: Parse new JDK version string format in build.gradle

2015-12-15 Thread Kevin Rushforth
Chien, David, and all, Please review the version string changes in build.gradle to prepare for using a JDK 9 with the new version string format for JEP 223 (aka Verona). https://bugs.openjdk.java.net/browse/JDK-8133750 http://cr.openjdk.java.net/~kcr/8133750/webrev.00/ I have tested this with

Re: [8u-dev] Review Request for 8144678: JVM crashes when selecting video on youtube in WebView

2015-12-15 Thread Kevin Rushforth
This is going into 9-dev first, right? I'll add comments in JIRA. -- Kevin David DeHaven wrote: Kevin, Alexander, can you please review this fairly trivial fix: https://bugs.openjdk.java.net/browse/JDK-8144678 The fix is only five lines, no webrev. It's pasted in a comment and below for refe

[8u-dev] Review Request for 8144678: JVM crashes when selecting video on youtube in WebView

2015-12-15 Thread David DeHaven
Kevin, Alexander, can you please review this fairly trivial fix: https://bugs.openjdk.java.net/browse/JDK-8144678 The fix is only five lines, no webrev. It's pasted in a comment and below for reference. --- cut here --- diff --git a/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFMed

Re: Oracle's mobile JDK ports & JavaFX

2015-12-15 Thread Tom Schindl
Hi, If I read this correct [1]: * Zero is an interpreter only VM hence it it is slow * Shark does provide JIT features but * on iOS you are not allowed to produce exectuable code at runtime hence you stick with the interpreter only * AOT is not on the table for Zero/Shark, at least I didn't f

RE: Oracle's mobile JDK ports & JavaFX

2015-12-15 Thread Markus KARG
This sounds very encouraging! Are there any forecasts of a time frame when this will be stable enough to let us "play" with? :-) -Markus (TeamFX) -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Johan Vos Sent: Dienstag, 15. Dezember 2015 0

Re: Oracle's mobile JDK ports & JavaFX

2015-12-15 Thread Johan Vos
Hi Felix, The Oracle Mobile JVM ports are headless so they are very complimentary to the work done in javafxports/Gluon. A couple of months ago, we tested the iOS simulator (created a JDK 9 build and added a slightly modified javafxports version on top) with a simple JavaFX app and that worked nic

Oracle's mobile JDK ports & JavaFX

2015-12-15 Thread Felix Bembrick
With Oracle now officially announcing their intention to port the Java 9 JDK to iOS, Android and even Windows Phone, how does this impact or fit in with the current work being done through OpenJFXPorts and Gluon with JavaFX? Is it something that could be used with JavaFX, complementing the exist