RFR: 8344111: Remove obsolete permission check methods from javafx.graphics [v2]
Andy Goryachev
angorya at openjdk.org
Mon Dec 9 17:07:46 UTC 2024
On Mon, 9 Dec 2024 13:37:25 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.
>
> Lukasz Kostyra has updated the pull request incrementally with one additional commit since the last revision:
>
> Review fixes
tested various full screen scenarios with the monkey tester.
looks good on macos 15.1.1
-------------
Marked as reviewed by angorya (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1658#pullrequestreview-2489443330
More information about the openjfx-dev
mailing list