commit | 70dcf4de81c25a626d1aff1ff6163897fa86f404 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Fri Jul 26 01:01:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 26 01:01:14 2024 |
tree | af993112ecb60de0d26044a2193f7fba47a8e8d1 | |
parent | db6db659e948fb01921c325af33a5ec594f46e25 [diff] |
Do not add a controllee if it has been shutdown In the previous code, even if the ServiceWorkerVersion has been shutdown, AddControllee tries to add the given client. Since `context_` is not available at that time, it caused the crash. Bug: 355329224 Change-Id: I03ac01c77aff2484cf0ed282bce62c04180fcf1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5740637 Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1333310}
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.