git: openjdk/jfx: 8211308: Support HTTP/2 in WebView

Arunprasad Rajkumar arajkumar at openjdk.java.net
Tue Dec 3 08:24:41 UTC 2019


Changeset: 98035cb2
Author:    Arunprasad Rajkumar <arajkumar at openjdk.org>
Date:      2019-12-03 08:24:01 +0000
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/javafx.web/src/main/java/com/sun/webkit/network/HTTP2Loader.java
! modules/javafx.web/src/main/java/com/sun/webkit/network/NetworkContext.java
! modules/javafx.web/src/main/java/com/sun/webkit/network/URLLoader.java
+ modules/javafx.web/src/main/java/com/sun/webkit/network/URLLoaderBase.java
! modules/javafx.web/src/main/java/module-info.java
! modules/javafx.web/src/main/native/Source/WebCore/mapfile-macosx
! modules/javafx.web/src/main/native/Source/WebCore/mapfile-vers
! modules/javafx.web/src/main/native/Source/WebCore/platform/java/IDNJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/network/ResourceHandle.h
! modules/javafx.web/src/main/native/Source/WebCore/platform/network/ResourceHandleInternal.h
! modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/ResourceHandleJava.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/URLLoader.cpp
! modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/URLLoader.h



More information about the openjfx-changes mailing list