RFR: JDK-8214185: Upgrade GStreamer to the latest (1.14.4) version

2019-01-17 Thread Alexander Matveev
Hi Kevin, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8214185 - Upgrade for GStreamer (1.14.4) and GLib (2.58.2). Thanks, Alexander

Re: JDK-8193445 Performance Test (CSS applied redundantly)

2019-01-17 Thread Scott Palmer
> On Jan 17, 2019, at 3:23 PM, Tom Schindl wrote: > > Sorry to hi-jack but: > >> Performance improvements and a JNI mechanism to get at native window handles >> are the first two items on my wish list. Though extendable media support >> could potentially beat out the window handle thing..

Re: JDK-8193445 Performance Test (CSS applied redundantly)

2019-01-17 Thread Tom Schindl
Sorry to hi-jack but: > Performance improvements and a JNI mechanism to get at native window handles > are the first two items on my wish list. Though extendable media support > could potentially beat out the window handle thing.. I only need a native > window handle so I can do native

Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-17 Thread Siddhesh Rane
January 16, 2019 11:31 PM, "Ty Young" wrote: > How else is percentage based UI sizing besides DoubleBinding(s)? Isn't column > restraints just the > same thing but aligns everything to a column? > > I have to ask(again) as to why minWidth/maxWidth, minHeight/maxHeight, > prefWidth/prefHeight

Review-Request for JDK-8217333

2019-01-17 Thread Michael Ennen
Hi, I'd like to request a review for JDK-8217333 available as a PR on Github: https://github.com/javafxports/openjdk-jfx/pull/346 https://bugs.openjdk.java.net/browse/JDK-8217333 Thanks.

Re: JDK-8193445 Performance Test (CSS applied redundantly)

2019-01-17 Thread Scott Palmer
JDK-8183100 is a fixed issue. But it basically undid the fix for https://bugs.openjdk.java.net/browse/JDK-8151756 I think you mean to ask when JDK-8193445 might be addressed. I too would like to see the performance return, and actually I’m

Re: EM Font Size Performance

2019-01-17 Thread David Grieve
I think the change looks reasonable. Has it been tested against things like changing -fx-font in some parent, or setting the font property in some parent? What about popups? If I have a tooltip on a Label, for example, does the tooltip properly pick up font from the Label's style or font

Re: EM Font Size Performance

2019-01-17 Thread Dean Wookey
This is almost a year old, but I think I've found a partial solution (David's suggestions on a top down approach still make sense, but that's a bigger issue). Caching an uncached call to lookupFont definitely improves performance.

Re: JDK-8193445 Performance Test (CSS applied redundantly)

2019-01-17 Thread daniel.weil
Does anybody has any information about a target release for fixing https://bugs.openjdk.java.net/browse/JDK-8183100 , this issue causing severe performance degradation since JDK1.8.172? Since JDK1.8.182, CSS is applied redundantly, leading too significant performance degradation, on scenes