electron/shell/browser/ui/win
Erick Zhao 36af8022ca
fix: delay emitting NotifyIcon events on Windows (#26668)
* wip?

* attempt to use weakptr

* apply posttask change to other balloon events

* chore: add clarifying comment on weakptr

* refactor: move weakptr include to implementation

(it's not needed in the header file)

* refactor: use default initializer for weak factory

* refactor: move weakptr usage outside of loop

* fix: convert mouse events as well

* refactor: use member function for balloon events

* fix: check if wicon is truthy in callback

* refactor: bind mouse events with member function

* refactor: inline lparams

* refactor: inline getkeyboardmodifiers()

* chore: correct GetKeyboardModifiers typo
2020-11-30 16:49:30 +09:00
..
dialog_thread.cc
dialog_thread.h
electron_desktop_native_widget_aura.cc
electron_desktop_native_widget_aura.h
electron_desktop_window_tree_host_win.cc
electron_desktop_window_tree_host_win.h fix: client area inset calculation when maximized for framless windows (#25052) 2020-08-31 16:55:50 +09:00
jump_list.cc
jump_list.h
notify_icon.cc
notify_icon.h fix: delay emitting NotifyIcon events on Windows (#26668) 2020-11-30 16:49:30 +09:00
notify_icon_host.cc fix: delay emitting NotifyIcon events on Windows (#26668) 2020-11-30 16:49:30 +09:00
notify_icon_host.h
taskbar_host.cc
taskbar_host.h