electron/shell/browser/ui/win
SushiJackal 82ea8ea68c
fix: reject task append to JumpList when description exceeds 260 characters (#28485)
* fix: reject task when description exceeds 260 characters

* Switched out wcslen() for size() [linear -> constant time]

* Included comment describing the need for the additional check

* Added information about character limit to documentation

* Added newline character to end of jump-list-category.md
2021-04-06 08:50:39 +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 fix: reject task append to JumpList when description exceeds 260 characters (#28485) 2021-04-06 08:50:39 +09:00
jump_list.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-18 15:55:51 -04:00
notify_icon.cc 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-18 15:55:51 -04: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 feat: allow GUID parameter to avoid systray demotion on Windows (#21891) 2020-01-31 14:37:03 +09:00
taskbar_host.cc Merge branch 'master' into roller/chromium/master 2021-03-30 09:47:35 -07:00
taskbar_host.h fix: disappearing thumbar after win.hide() (#28366) 2021-03-25 04:02:47 -07:00