| commit | 9ee66911621c01aa89c995291dd7f096455bfed6 | [log] [tgz] |
|---|---|---|
| author | Justin Lulejian <jlulejian@chromium.org> | Thu Sep 12 19:59:25 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 19:59:25 2024 |
| tree | 788559696c2c6a43fed81683564341d609be8b01 | |
| parent | 18228418cd8cf4564820219aa3a7d83965059975 [diff] |
[Extensions] Change start worker metric emit logic. Before this change blink::ServiceWorkerStatusCode::kErrorAbort was always counted as a failure when starting a worker. After this change, it is only counted if it does not occur during browser context shutdown. This helps whittle away at expected failures so that we can identify failures that actually affect the reliability of extension service workers. Bug: 346732739 Change-Id: Id984db754027faa5a8a7a5b53efc51fd0b78fc9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824577 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Cr-Commit-Position: refs/heads/main@{#1354767}
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.