commit | f046cc83c29634e3185bcb42d8a25ae4b8a66544 | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Mon Feb 07 18:12:48 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 07 18:12:48 2022 |
tree | fa7c19425cb27f90a4a604fd22ef14e9b9638b8b | |
parent | 5667fbb80818eb995bfa08c654d8fedfff3c5335 [diff] |
win11: update pinned taskbar icons when icon changes If a badged icon changes, and it is pinned to the taskbar, the icon doesn't update until the users logs in and out. The call to SHChangeNotify with SHCNE_ASSOCCHANGED doesn't refresh the taskbar icons. Using SHCNE_UPDATEITEM does work, so on Win11, we can look for pinned shortcut icons for the profile and use SHCNE_UPDATEITEM on each of them. Bug: 1294646 Change-Id: I6c59e41857fb2fbc20c602d0e642897b163638cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3442476 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/main@{#967871}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.