Re: [Integrated] RFR: 8211308: Support HTTP/2 in WebView

2019-12-03 Thread Arunprasad Rajkumar
Changeset: 98035cb2 Author:Arunprasad Rajkumar Date: 2019-12-03 08:24:01 + URL: https://git.openjdk.java.net/jfx/commit/98035cb2 8211308: Support HTTP/2 in WebView Reviewed-by: ghb, kcr ! modules/javafx.web/src/main/java/com/sun/webkit/network/ByteBufferPool.java + modules/ja

Blank stages when running JavaFX app in a macOS virtual machine

2019-12-03 Thread thevenet . fred
Hello, When running a JavaFX application in macOS guest VM, the main stage is completely blank, with the following errors: CGLChoosePixelFormat error: 10002, CGLCreateContext error: 10002 This behavior was observed with a macOS 10.15 guest OS on both VMWare player and VirtualBox, on a Windows 1

Re: Blank stages when running JavaFX app in a macOS virtual machine

2019-12-03 Thread Kevin Rushforth
A new follow-on bug ID will be needed. We never reopen a JBS issue once it has been resolved as fixed by a changeset that has been pushed. -- Kevin On 12/3/2019 7:11 AM, thevenet.f...@free.fr wrote: Hello, When running a JavaFX application in macOS guest VM, the main stage is completely bla

Re: Blank stages when running JavaFX app in a macOS virtual machine

2019-12-03 Thread thevenet . fred
Ok thanks, will do that. Regards, Frederic Thevenet - Mail original - De: "Kevin Rushforth" À: "openjfx-dev" Envoyé: Mardi 3 Décembre 2019 18:35:49 Objet: Re: Blank stages when running JavaFX app in a macOS virtual machine A new follow-on bug ID will be needed. We never reopen a JBS is

Re: Blank stages when running JavaFX app in a macOS virtual machine

2019-12-03 Thread Sergey Bylokhov
Just curious what attribute caused the first request to fail. Is it related to kCGLPFAAccelerated or XXXSize? 87 kCGLPFAAccelerated, 88 kCGLPFAColorSize, 32, 89 kCGLPFAAlphaSize, 8, 90 kCGLPFADepthSize, depth, 91 kCGLPFAAllowOfflineRenderer

Re: RFR: WIP: 8231372: Correctly terminate secondary event loop in JFXPanel.setScene()

2019-12-03 Thread Kevin Rushforth
On Wed, 13 Nov 2019 20:00:14 GMT, Kevin Rushforth wrote: > On Mon, 21 Oct 2019 22:52:47 GMT, Kevin Rushforth wrote: > >> On Thu, 17 Oct 2019 15:28:31 GMT, Kevin Rushforth wrote: >> >>> On Thu, 17 Oct 2019 15:28:30 GMT, mruzicka >>> wrote: >>> On Thu, 17 Oct 2019 15:28:28 GMT, mruzicka

Re: RFR: 8235150: IosApplication does not pass the required object in _leaveNestedEventLoopImpl

2019-12-03 Thread Kevin Rushforth
On Sun, 1 Dec 2019 16:31:39 GMT, Johan Vos wrote: > On Sat, 30 Nov 2019 18:23:07 GMT, Jose Pereda wrote: > >> In `GlassApplication.m` for iOS, the method >> `Java_com_sun_glass_ui_ios_IosApplication__1leaveNestedEventLoopImpl` has >> signature `(Ljava/lang/Object;)V`, however in `IosApplicatio

RE: Blank stages when running JavaFX app in a macOS virtual machine

2019-12-03 Thread Frederic Thevenet
In this precise case, it is kCGLPFAAccelerated Regards Frederic Thevenet -Original Message- From: Sergey Bylokhov [mailto:sergey.bylok...@oracle.com] Sent: 03 December 2019 21:20 To: thevenet.f...@free.fr; openjfx-dev Subject: Re: Blank stages when running JavaFX app in a macOS virtual