On Mon, 22 Feb 2021 14:58:45 GMT, Jeanette Winzenburg
wrote:
> Changes in Lambda..Handler:
> - added api and implemenation to support invalidation and listChange
> listeners in the same way as changeListeners
> - added java doc
> - added tests
>
> Changes in SkinBase
> - added api (and implem
Hi Johan,
I request approval to backport the following 12 bug fixes to 11-dev for
FX 11.0.11:
JDK-8254049: Update WebView to public suffix list 2020-04-24
JDK-8259635: Update to 610.2 version of WebKit
JDK-8260163: IrresponsiveScriptTest.testInfiniteLoopInScript unit test
fails on Windows
JD
> This is a new approach to rewrite parts of gtk glass backend to be more clean.
>
> I will provide small "manageable" PR to incrementally make the backend better.
>
> This PR adresses cleanup of the Size and Positioning code. It makes code more
> "straightforward" and easier to maintain.
>
> C
On Wed, 17 Feb 2021 14:14:35 GMT, Arun Joseph wrote:
> Timer in RunLoopGeneric has an open bug in WebKit
> (https://bugs.webkit.org/show_bug.cgi?id=189335) causing the timer to remain
> active even after firing.
>
> Reverting back to WebCore Timer for ScrollAnimation in Linux.
Looks good to m
Changes in Lambda..Handler:
- added api and implemenation to support invalidation and listChange listeners
in the same way as changeListeners
- added java doc
- added tests
Changes in SkinBase
- added api (and implementation delegating to the handler)
- copied java doc from the change listener u