RFR: 8344111: Remove obsolete permission check methods from javafx.graphics
Kevin Rushforth
kcr at openjdk.org
Fri Dec 6 17:00:52 UTC 2024
On Fri, 6 Dec 2024 16:38:14 GMT, Lukasz Kostyra <lkostyra at 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
More information about the openjfx-dev
mailing list