Re: [RFR] [openjfx12] 8148129: Implement Accelerated composition for WebView

2018-09-04 Thread Arunprasad Rajkumar
It is been merged with develop branch[1]. I’m planning to merge the patch to jfx-dev[2] mercurial branch as well. [1] https://github.com/javafxports/openjdk-jfx/commit/9d16a90f2a3b79622ea834d9b5a0e1ed9f2779dc [2] http://hg.openjdk.java.net/openjfx/jfx-dev/rt Thanks, Arun > On 25-Aug-2018, at

Re: JavaFX website

2018-09-04 Thread Kevin Rushforth
On 9/4/2018 6:54 AM, Nir Lisker wrote: 1. I would like access, thanks. I'll be able to update the Eclipse instructions and some of the Windows build instructions. You should have access now. 2. I submitted https://bugs.openjdk.java.net/browse/JDK-8210360. Thanks. It's going to take a

Re: JavaFX website

2018-09-04 Thread Julian Jupiter
Hi all, I wish JavaFX could have a site that is similar to those of PrimeFaces or Bootstrap and other similar sites. They have a comprehensive pages for different components that even a new user or student can easily follow and try out. Thank you. Julez On Tue, Sep 4, 2018, 9:55 PM Nir Lisker,

Re: Review request for 8210359

2018-09-04 Thread Kevin Rushforth
I reviewed/approved on GitHub. -- Kevin On 9/4/2018 6:52 AM, Johan Vos wrote: Please review webrev http://cr.openjdk.java.net/~jvos/8210359/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8210359 (this allows to build OpenJFX SDK on platforms that don't include Swing, e.g. armv6hf)

Re: JavaFX website

2018-09-04 Thread Nir Lisker
1. I would like access, thanks. I'll be able to update the Eclipse instructions and some of the Windows build instructions. 2. I submitted https://bugs.openjdk.java.net/browse/JDK-8210360. It's going to take a large effort to go over every page there and see what needs changing. If enough people

Review request for 8210359

2018-09-04 Thread Johan Vos
Please review webrev http://cr.openjdk.java.net/~jvos/8210359/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8210359 (this allows to build OpenJFX SDK on platforms that don't include Swing, e.g. armv6hf)

webkit feedback calls on failure

2018-09-04 Thread Johan Vos
The WebEngine already allows to get information about the progress of the underlying webkit via the onError() handler and the getLoadWorker() status updates. However, there are a number of cases where things go wrong in webkit, yet the status of the loadWorker is SUCCEEDED and no WebErrorEvent is

Re: JavaFX website

2018-09-04 Thread Kevin Rushforth
1. The OpenJFX Wiki on openjdk.java.net is ideal for maintaining pages related to the Project itself. This can be supplemented by other Wikis. As for access, any OpenJFX Project Author (or Committer) can have write access to the Wiki. Just let me know if you want access, but it isn't activated

Re: JavaFX website

2018-09-04 Thread Pedro Duque Vieira
I can volunteer to build or help build such a site. I think such a site should have examples of apps built with JavaFX or/and big well known companies using JavaFX to build apps. For example we can say that NASA uses JavaFX or at least that NASA uses software built with JavaFX (just an example).

Re: JavaFX website

2018-09-04 Thread Nir Lisker
1. Yes. The OpenJFX wiki is editable only by specific people (or only Kevin) and it requires a lot of updating. We need either to be able to submit changes to it, or to use the GitHub wiki which is collaborative by design, in which case we need to hide the OpenJFX wiki to avoid confusion. 2.

Re: JavaFX website

2018-09-04 Thread Abossolo Foh Guy
Hi Michael, Could everybody access to the Wiki and modify it ? Guy. Le 2018-09-04 9:16, Michael Ennen a écrit : Johan, I just wanted to remind you (and everyone) that Github offers a Wiki feature so we have a nice way to house at least some documentation

Re: JavaFX website

2018-09-04 Thread Michael Ennen
Johan, I just wanted to remind you (and everyone) that Github offers a Wiki feature so we have a nice way to house at least some documentation (probably mostly related to actually working on OpenJFX itself) already. I think 3.) is somewhat pie-in-the-sky and it is my humble opinion that time

Re: JavaFX website

2018-09-04 Thread Miroslav Nachev
4. Online demonstration of graphical controls and other capabilities - basic and extra from the community. On Tue, Sep 4, 2018 at 10:02 AM Johan Vos wrote: > It has been mentioned a number of times that JavaFX would benefit from a > JavaFX website. > I see a number of options that fall in the

JavaFX website

2018-09-04 Thread Johan Vos
It has been mentioned a number of times that JavaFX would benefit from a JavaFX website. I see a number of options that fall in the category website: 1. A set of pages with details on what OpenJFX is, how to build, where to download and get release notes, how to contribute, roadmap,... That is