RFR: 8344111: Remove obsolete permission check methods from javafx.graphics [v2]

Lukasz Kostyra lkostyra at openjdk.org
Mon Dec 9 13:37:25 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.

Lukasz Kostyra has updated the pull request incrementally with one additional commit since the last revision:

  Review fixes

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1658/files
  - new: https://git.openjdk.org/jfx/pull/1658/files/5b89a0bc..7ad0f5b3

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1658&range=01
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1658&range=00-01

  Stats: 172 lines in 3 files changed: 1 ins; 131 del; 40 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