Re: RFR: 8254049: Update WebView to public suffix list 2020-04-24 [v4]

2020-11-27 Thread Arun Joseph
> We should use the public_suffix_list.dat file in the JDK instead. Reading the > public_suffix_list.dat file is modified to be similar to > [DomainName.java](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/security/util/DomainName.java). > If the file is not present,

RFR: 8242361: JavaFX Web View crashes with Segmentation Fault, when HTML contains Data-URIs

2020-11-27 Thread Matthias Bläsing
The code in WTF::scheduleDispatchFunctionsOnMainThread assumes, that the java class com.sun.webkit.MainThread can be found be the JNI function FindClass. This is only true if the class is loadable by the system class loader. One such case is when the OpenJFX modules are loaded from a new

Re: RFR: 8256012: Fix build of Monocle for Linux

2020-11-27 Thread Johan Vos
On Thu, 26 Nov 2020 19:32:28 GMT, John Neffenger wrote: >> I don't see any harm in this PR, but I wonder which toolchains are still not >> having `RTLD_NEXT` without specifying GNU_SOURCE. Does it also work if you >> specify `-D__USE_GNU` to the compiler? > >> I don't see any harm in this