commit | 0cf94e43f70d67cacc26137bc48712e8d65a2581 | [log] [tgz] |
---|---|---|
author | Chris Davis (EDGE) <chrdavis@microsoft.com> | Wed Nov 15 23:27:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 15 23:27:26 2023 |
tree | 097aea801afae9b0bff0f918029efde4fdc71e79 | |
parent | 4be3fe7ad3a0f4befefc102b8b7b53d7a0149154 [diff] |
Avoid blocking SHChangeNotify call in CreateOrUpdateShortcutLink Avoid blocking call to SHChangeNotify in CreateOrUpdateShortcutLink by replacing SHCNF_FLUSH with SHCNF_FLUSHNOWAIT. The former lead to long hangs in communication with the windows shell. Bug: 1502607 Change-Id: Iff65fe026db4600e89811c59aa871ea051f52a9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033903 Reviewed-by: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1225207}
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.