RFR: 8252935: Add treeShowing listener only when needed [v2]
John Hendrikx
jhendrikx at openjdk.java.net
Sun Jan 24 09:01:58 UTC 2021
> 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 with a new target base due to a merge or a rebase. The pull request now contains one commit:
WIP: Moved treeShowingProperty into its own class
-------------
Changes: https://git.openjdk.java.net/jfx/pull/185/files
Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=185&range=01
Stats: 275 lines in 6 files changed: 161 ins; 109 del; 5 mod
Patch: https://git.openjdk.java.net/jfx/pull/185.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/185/head:pull/185
PR: https://git.openjdk.java.net/jfx/pull/185
More information about the openjfx-dev
mailing list