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 fix: do not destroy thread in UI thread (#23495) 2020-05-12 10:37:51 -07:00
dialog_thread.h fix: do not destroy thread in UI thread (#23495) 2020-05-12 10:37:51 -07:00
electron_desktop_native_widget_aura.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_desktop_native_widget_aura.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_desktop_window_tree_host_win.cc feat: honor nativeTheme.themeSource = 'dark' before creating BrowserWindow on Windows (#25373) 2020-10-28 15:00:21 -05:00
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 refactor: Chromium code style for enum classes (#26165) 2020-10-27 10:51:45 -07:00
jump_list.h refactor: Chromium code style for enum classes (#26165) 2020-10-27 10:51:45 -07:00
notify_icon.cc refactor: Chromium code style for enum classes (#26165) 2020-10-27 10:51:45 -07:00
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 chore: cleanup some typos in comments (#25770) 2020-10-13 10:25:21 -07:00
taskbar_host.h