On Fri, 6 Dec 2024 16:38:14 GMT, Lukasz Kostyra <lkost...@openjdk.org> wrote:
> This PR removes obsolete permission checks from javafx.graphics _minus_ Font > classes (handled by a separate PR). > > The only part I did not remove from methods/fields listed in the issue is > `WindowStage.fullScreenFromUserEvent`. This flag seems quite extensively used > and did not seem to have anything to do with permission checks. At first glance this looks fine. > The only part I did not remove from methods/fields listed in the issue is > WindowStage.fullScreenFromUserEvent. This flag seems quite extensively used > and did not seem to have anything to do with permission checks. I suspect that `WindowStage.fullScreenFromUserEvent` is now unused, but I'm not certain. It seems fine to leave it alone. @arapte Can you be the Reviewer for this? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1658#issuecomment-2523738652