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

2024-12-09 Thread Andy Goryachev
On Mon, 9 Dec 2024 13:37:25 GMT, Lukasz Kostyra 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`

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

2024-12-09 Thread Kevin Rushforth
On Mon, 9 Dec 2024 13:37:25 GMT, Lukasz Kostyra 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`

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

2024-12-09 Thread Lukasz Kostyra
> 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 t

Re: RFR: 8344111: Remove obsolete permission check methods from javafx.graphics

2024-12-09 Thread Lukasz Kostyra
On Fri, 6 Dec 2024 18:01:05 GMT, Kevin Rushforth wrote: >> modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java >> line 597: >> >>> 595: // event handler. >>> 596: // If not notify the stageListener to reset fullscreen >>> to false. >

Re: RFR: 8344111: Remove obsolete permission check methods from javafx.graphics

2024-12-06 Thread Kevin Rushforth
On Fri, 6 Dec 2024 17:47:07 GMT, Andy Goryachev 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`

Re: RFR: 8344111: Remove obsolete permission check methods from javafx.graphics

2024-12-06 Thread Andy Goryachev
On Fri, 6 Dec 2024 16:38:14 GMT, Lukasz Kostyra 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`. Thi

Re: RFR: 8344111: Remove obsolete permission check methods from javafx.graphics

2024-12-06 Thread Kevin Rushforth
On Fri, 6 Dec 2024 16:38:14 GMT, Lukasz Kostyra 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`. Thi