Re: RFR: 8258777: SkinBase: add api to un-/register invalidation-/listChange listeners

2021-02-22 Thread Kevin Rushforth
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

Bulk request to backport 12 fixes to 11-dev for 11.0.11

2021-02-22 Thread Kevin Rushforth
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

Re: RFR: 8260528: Clean glass-gtk sizing and positioning code [v13]

2021-02-22 Thread Thiago Milczarek Sayao
> 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

Re: RFR: 8260257: [Linux] WebView no longer reacts to some mouse events

2021-02-22 Thread Guru Hb
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

RFR: 8258777: SkinBase: add api to un-/register invalidation-/listChange listeners

2021-02-22 Thread Jeanette Winzenburg
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