electron/shell
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
..
app Revert "chore: bump chromium to 91.0.4448.0 (master) (#28009)" 2021-03-30 21:28:40 -05:00
browser fix: reject task append to JumpList when description exceeds 260 characters (#28485) 2021-04-06 08:50:39 +09:00
common fix a messed up merge 2021-03-24 11:48:15 -07:00
renderer Revert "chore: bump chromium to 91.0.4448.0 (master) (#28009)" 2021-03-30 21:28:40 -05:00
utility refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00