Integrated: 8298167: Opacity in WebView not working anymore

2023-01-12 Thread Roman Marchenko
On Wed, 11 Jan 2023 07:32:20 GMT, Roman Marchenko wrote: > There was refactoring in WebKit's GraphicsContext class (nativecode) > https://github.com/WebKit/WebKit/commit/1733b8bc3dff7595ab8e42561fc0f20a2b8fee63 > > > GraphicsContextJava's methods begin/endPlatformTransparenc

Re: RFR: 8298167: Opacity in WebView not working anymore [v5]

2023-01-11 Thread Roman Marchenko
toring integration into JFX. As the > result, the methods were not invoked, so TransparencyLayer couldn't be added > to a rendering queue. > > Now the methods are fixed to be used properly in GraphicsContext inheritance > chain. Roman Marchenko has updated the pull request incremen

Re: RFR: 8298167: Opacity in WebView not working anymore [v4]

2023-01-11 Thread Roman Marchenko
toring integration into JFX. As the > result, the methods were not invoked, so TransparencyLayer couldn't be added > to a rendering queue. > > Now the methods are fixed to be used properly in GraphicsContext inheritance > chain. Roman Marchenko has updated the pull request incremen

Re: RFR: 8298167: Opacity in WebView not working anymore [v2]

2023-01-11 Thread Roman Marchenko
On Wed, 11 Jan 2023 16:24:04 GMT, Kevin Rushforth wrote: >> Roman Marchenko has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains one commit: >> >> Fixed the opacity issue > > I might add it elsewhe

Re: RFR: 8298167: Opacity in WebView not working anymore [v3]

2023-01-11 Thread Roman Marchenko
toring integration into JFX. As the > result, the methods were not invoked, so TransparencyLayer couldn't be added > to a rendering queue. > > Now the methods are fixed to be used properly in GraphicsContext inheritance > chain. Roman Marchenko has updated the pull request incremen

Re: RFR: 8298167: Opacity in WebView not working anymore

2023-01-11 Thread Roman Marchenko
On Wed, 11 Jan 2023 07:49:50 GMT, Roman Marchenko wrote: >> There was refactoring in WebKit's GraphicsContext class (nativecode) >> https://github.com/WebKit/WebKit/commit/1733b8bc3dff7595ab8e42561fc0f20a2b8fee63 >> >> >> GraphicsContextJava's methods begin

Re: RFR: 8298167: Opacity in WebView not working anymore

2023-01-10 Thread Roman Marchenko
On Wed, 11 Jan 2023 07:32:20 GMT, Roman Marchenko wrote: > There was refactoring in WebKit's GraphicsContext class (nativecode) > https://github.com/WebKit/WebKit/commit/1733b8bc3dff7595ab8e42561fc0f20a2b8fee63 > > > GraphicsContextJava's methods begin/endPlatformTransparenc

Re: RFR: 8298167: Opacity in WebView not working anymore [v2]

2023-01-10 Thread Roman Marchenko
toring integration into JFX. As the > result, the methods were not invoked, so TransparencyLayer couldn't be added > to a rendering queue. > > Now the methods are fixed to be used properly in GraphicsContext inheritance > chain. Roman Marchenko has updated the pull request with

RFR: 8298167: Opacity in WebView not working anymore

2023-01-10 Thread Roman Marchenko
There was refactoring in WebKit's GraphicsContext class (nativecode) https://github.com/WebKit/WebKit/commit/1733b8bc3dff7595ab8e42561fc0f20a2b8fee63 GraphicsContextJava's methods begin/endPlatformTransparencyLayers weren't adapted after GraphicsContext's refactoring integration into JFX. As