Re: RFR: 8344114: Remove obsolete permission check methods from Font classes [v2]

2024-12-09 Thread Andy Goryachev
On Mon, 9 Dec 2024 13:36:02 GMT, Lukasz Kostyra wrote: >> This PR removes obsolete permission check methods and fields from >> Font-related classes. >> >> Verified the changes on Windows, did not see any regressions. > > Lukasz Kostyra has updated the pull request incrementally with one additio

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes [v2]

2024-12-09 Thread Kevin Rushforth
On Mon, 9 Dec 2024 13:36:02 GMT, Lukasz Kostyra wrote: >> This PR removes obsolete permission check methods and fields from >> Font-related classes. >> >> Verified the changes on Windows, did not see any regressions. > > Lukasz Kostyra has updated the pull request incrementally with one additio

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes [v2]

2024-12-09 Thread Lukasz Kostyra
> This PR removes obsolete permission check methods and fields from > Font-related classes. > > Verified the changes on Windows, did not see any regressions. Lukasz Kostyra has updated the pull request incrementally with one additional commit since the last revision: Review fixes --

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes [v2]

2024-12-09 Thread Lukasz Kostyra
On Mon, 9 Dec 2024 12:45:56 GMT, Lukasz Kostyra wrote: >> modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java >> line 1375: >> >>> 1373: if (FontFileWriter.hasTempPermission()) { >>> 1374: return loadEmbeddedFont0(name, fontStream, size, >>> regi

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes

2024-12-09 Thread Lukasz Kostyra
On Fri, 6 Dec 2024 16:51:48 GMT, Kevin Rushforth wrote: >> This PR removes obsolete permission check methods and fields from >> Font-related classes. >> >> Verified the changes on Windows, did not see any regressions. > > modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFactor

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes

2024-12-06 Thread Andy Goryachev
On Fri, 6 Dec 2024 16:40:14 GMT, Lukasz Kostyra wrote: > This PR removes obsolete permission check methods and fields from > Font-related classes. > > Verified the changes on Windows, did not see any regressions. apart from one spot with `loadEmbeddedFont0`, lgtm (code review only) --

Re: RFR: 8344114: Remove obsolete permission check methods from Font classes

2024-12-06 Thread Kevin Rushforth
On Fri, 6 Dec 2024 16:40:14 GMT, Lukasz Kostyra wrote: > This PR removes obsolete permission check methods and fields from > Font-related classes. > > Verified the changes on Windows, did not see any regressions. I spotted what looks like a bug in `loadEmbeddedFont`. The rest looks good. modu

RFR: 8344114: Remove obsolete permission check methods from Font classes

2024-12-06 Thread Lukasz Kostyra
This PR removes obsolete permission check methods and fields from Font-related classes. Verified the changes on Windows, did not see any regressions. - Commit messages: - Cleanup unused security functions from Font classes Changes: https://git.openjdk.org/jfx/pull/1659/files Web