electron/atom
Shelley Vohr b3fcc080d5
fix: destroy tray on current tick (#18196)
This code was originally added in #6448 to handle an edge case crash in 10.9, and we no longer support 10.9 and therefore no longer need to account for this case.

It addressed the crash, but also created a race condition whereby when a new tray is created the old tray's destroy wouldn't have been fully completed and therefore a new one would be spawned. This fixes that by destroying the tray on the current tick once more.
2019-05-08 15:40:30 -07:00
..
app chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
browser fix: destroy tray on current tick (#18196) 2019-05-08 15:40:30 -07:00
common refactor: make templateImage a property on nativeImage (#18124) 2019-05-07 06:52:07 -07:00
renderer chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30