electron/brightray/browser/win
Cheng Zhao 593fb8cdf0 Delay notification events to next tick
It is possible that the events get emitted when calling Show(), which
would then delete the class before Show() ends, results in using members
of a deleted class.

By delaying the events to next tick we can effectively avoid this.
2016-04-15 16:20:36 +09:00
..
notification_presenter_win.cc win: Adapt to new Notification style 2015-12-25 11:05:48 +08:00
notification_presenter_win.h win: Adapt to new Notification style 2015-12-25 11:05:48 +08:00
scoped_hstring.cc Use application name when app user model ID is not available 2015-11-24 15:11:43 +08:00
scoped_hstring.h basictypes.h => macros.h 2016-03-07 21:40:41 -08:00
windows_toast_notification.cc Delay notification events to next tick 2016-04-15 16:20:36 +09:00
windows_toast_notification.h Store weak ref to Notification in ToastEventHandler 2016-04-15 16:14:13 +09:00