Re: RFR: 8090547: Allow for transparent backgrounds in WebView [v5]

2021-09-08 Thread Kevin Rushforth
On Sun, 29 Aug 2021 06:36:40 GMT, Michel Jung wrote: >> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Color to int32 conversion and more changes based on feedback > >

Re: RFR: 8090547: Allow for transparent backgrounds in WebView [v5]

2021-08-29 Thread Michel Jung
On Fri, 27 Aug 2021 15:41:59 GMT, Jose Pereda wrote: >> Currently, `WebPage` has already a public `setBackgroundColor()` method, but >> the class is not public. Therefore, public API is needed in `WebView` to >> allow developers access to it. >> >> In line with the `fontSmoothingType`

Re: RFR: 8090547: Allow for transparent backgrounds in WebView [v5]

2021-08-27 Thread Jose Pereda
> Currently, `WebPage` has already a public `setBackgroundColor()` method, but > the class is not public. Therefore, public API is needed in `WebView` to > allow developers access to it. > > In line with the `fontSmoothingType` property, this PR provides public > support for setting the