electron/shell
James Yuzawa bf754a3cae
fix: make window.flashFrame(bool) flash continuously on macOS (#41391)
fix: window.flashFrame to flash continuously on mac

This brings the behavior to parity with Windows and Linux. Prior behavior: The first `flashFrame(true)` bounces the dock icon only once (using the [NSInformationalRequest](https://developer.apple.com/documentation/appkit/nsrequestuserattentiontype/nsinformationalrequest) level) and `flashFrame(false)` does nothing. New behavior: Flash continuously until `flashFrame(false)` is called. This uses the [NSCriticalRequest](https://developer.apple.com/documentation/appkit/nsrequestuserattentiontype/nscriticalrequest) level instead. To explicitly use `NSInformationalRequest` to cause a single dock icon bounce, it is still possible to use [`dock.bounce('informational')`](https://www.electronjs.org/docs/latest/api/dock#dockbouncetype-macos).
2024-04-17 12:42:34 -04:00
..
app chore: bump chromium to 125.0.6412.0 (main) (#41610) 2024-04-15 18:10:32 -04:00
browser fix: make window.flashFrame(bool) flash continuously on macOS (#41391) 2024-04-17 12:42:34 -04:00
common perf: remove unnecessary .c_str() calls (#41869) 2024-04-16 19:48:54 -04:00
renderer chore: bump node to v20.12.2 (main) (#41710) 2024-04-17 12:39:13 -04:00
services/node fix: destroy NodeService message pipe last (#41277) 2024-02-09 22:44:35 +01:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00