JDK-8344111 : Remove obsolete permission check methods from javafx.graphics
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-11-13
  • Updated: 2024-12-13
  • Resolved: 2024-12-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx24 b21Fixed
Related Reports
Blocks :  
Blocks :  
Description
After the fix for JDK-8342997, the following appear to be unused and would be good candidates for further cleanup:

Stage/StageHelper: initSecurityDialog
GlassViewEventHandler: allowableFullScreenKeys, checkFullScreenKeyEvent
WindowStage: isTrustedFullScreen, fullScreenFromUserEvent
Dragboard: setDataAccessRestriction
Comments
Changeset: 8ae268fb Branch: master Author: Lukasz Kostyra <lkostyra@openjdk.org> Date: 2024-12-10 08:53:31 +0000 URL: https://git.openjdk.org/jfx/commit/8ae268fbe7b08c20a9c68d5f74389698e5e6ecf0
10-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1658 Date: 2024-12-06 16:38:14 +0000
06-12-2024