Integrated: 8253696: WebEngine refuses to load local "file:///" CSS stylesheets when using JDK 15

2020-10-05 Thread Arun Joseph
On Mon, 5 Oct 2020 07:08:33 GMT, Arun Joseph wrote: > Issue: In JDK15, > [URLConnection](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/net/www/URLConnection.java) > class overrode the getHeaderFields() methods to return properties, which > previously returned an

Re: RFR: 8253086: Optimization of removeAll and retainAll of ObservableListWrapper [v4]

2020-10-05 Thread Kevin Rushforth
On Sun, 4 Oct 2020 09:24:16 GMT, Jeanette Winzenburg wrote: >> the problem was (and still is) in MultipleSelectionModelBase: >> >> selectedItems = new >> SelectedItemsReadOnlyObservableList(selectedIndices, () -> >> getItemCount()) { >> @Override protected T

Re: RFR: 8253696: WebEngine refuses to load local "file:///" CSS stylesheets when using JDK 15

2020-10-05 Thread Kevin Rushforth
On Mon, 5 Oct 2020 07:08:33 GMT, Arun Joseph wrote: > Issue: In JDK15, > [URLConnection](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/net/www/URLConnection.java) > class overrode the getHeaderFields() methods to return properties, which > previously returned an

RFR: 8253696: WebEngine refuses to load local "file:///" CSS stylesheets when using JDK 15

2020-10-05 Thread Arun Joseph
Issue: In JDK15, [URLConnection](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/net/www/URLConnection.java) class overrode the getHeaderFields() methods to return properties, which previously returned an empty map from its super class. Fix: Extract headers only when

Re: RFR: 8231601: Update CONTRIBUTING.md to clarify process for contributing features plus Skara changes [v3]

2020-10-05 Thread Jeanette Winzenburg
On Sat, 19 Sep 2020 15:54:57 GMT, Kevin Rushforth wrote: >> I think that "Contributing to the OpenJFX codebase" should be renamed to >> something related to a style guide. Then split >> the testing part to its own subsection. >> Also, I still find it confusing that "New features / API

Permanently fall-back to software rendering

2020-10-05 Thread Hannes H.
Good afternoon, since I do not see that JDK-8154847 will be fixed any time soon I would like to know if there is a way to permanently fall-back to software rendering on all environments. BR, Hannes

Re: Permanently fall-back to software rendering

2020-10-05 Thread Johan Vos
Do you mean having sw-rendering as the first option? That could be done with -Dprism.order=sw - Johan On Mon, Oct 5, 2020 at 4:28 PM Hannes H. wrote: > Good afternoon, > > since I do not see that JDK-8154847 will be fixed any time soon I would > like to know if there is a way to permanently