electron/shell
trop[bot] f87950a371
fix: restore previous Windows screenshotting (#47034)
Fixes https://github.com/electron/electron/issues/45990

We previously made a change in https://github.com/electron/electron/pull/45868
to fix content protection being lost on hide and re-show. However, this
cause a breaking change where protected windows were made opaque black
instead of being hidden as before. This overrides relevant methods in
ElectronDesktopWindowTreeHostWin to restore the previous behavior.
without regressing the original issue.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2025-05-09 17:47:36 -05:00
..
app refactor: remove unused system header includes (#46042) 2025-03-15 00:33:33 -05:00
browser fix: restore previous Windows screenshotting (#47034) 2025-05-09 17:47:36 -05:00
common refactor: pass gfx::ResizeEdge by value (#46961) 2025-05-06 14:11:02 -05:00
renderer perf: prefer absl::flat_hash_set over std::set when sorted order is not needed (#46441) 2025-04-03 20:28:53 -05:00
services/node fix: destroy parent port backend when JS env exits (#46495) 2025-04-04 13:26:44 -05:00
utility fix: broken OOP window.print() on macOS/Linux (#45259) 2025-01-20 10:37:35 -06:00