Re: RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

2024-11-05 Thread Andy Goryachev
On Tue, 5 Nov 2024 06:45:09 GMT, Ambarish Rapte wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comments > > modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java line 1582: > >> 1580:

Re: RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

2024-11-04 Thread Ambarish Rapte
On Fri, 1 Nov 2024 15:01:10 GMT, Andy Goryachev wrote: >> Removes `doPrivileged` calls in the javafx.web module, excluding the code in >> `{android,ios}`. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > review comments

Re: RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

2024-11-01 Thread Kevin Rushforth
On Fri, 1 Nov 2024 15:01:10 GMT, Andy Goryachev wrote: >> Removes `doPrivileged` calls in the javafx.web module, excluding the code in >> `{android,ios}`. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > review comments

Re: RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

2024-11-01 Thread Andy Goryachev
On Fri, 1 Nov 2024 13:26:25 GMT, Kevin Rushforth wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comments > > modules/javafx.web/src/main/java/com/sun/webkit/Utilities.java line 119: > >> 117: } >

Re: RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

2024-11-01 Thread Andy Goryachev
> Removes `doPrivileged` calls in the javafx.web module, excluding the code in > `{android,ios}`. Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision: review comments - Changes: - all: https://git.openjdk.org/jfx/pull/16