RFR: 8344111: Remove obsolete permission check methods from javafx.graphics
Lukasz Kostyra
lkostyra at openjdk.org
Fri Dec 6 16:47:16 UTC 2024
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.
-------------
Commit messages:
- Cleanup unused security-related functions
Changes: https://git.openjdk.org/jfx/pull/1658/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1658&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344111
Stats: 148 lines in 12 files changed: 0 ins; 136 del; 12 mod
Patch: https://git.openjdk.org/jfx/pull/1658.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1658/head:pull/1658
PR: https://git.openjdk.org/jfx/pull/1658
More information about the openjfx-dev
mailing list