RFR: 8252935: Add treeShowing listener only when needed [v7]

Kevin Rushforth kcr at openjdk.java.net
Wed Feb 17 22:57:48 UTC 2021


On Wed, 17 Feb 2021 22:52:01 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

>> This is a PoC for performance testing.  
>> 
>> It contains commented out code in PopupWindow and ProgressIndicatorSkin and two tests are failing because of that.
>> 
>> This code avoids registering two listeners (on Scene and on Window) for each and every Node to support the aforementioned classes.  The complete change should update these two classes to add their own listeners instead.
>
> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix initial year in SubScene

Looks good.

@arapte will need to re-approve

-------------

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/185


More information about the openjfx-dev mailing list