| commit | 0a371cacd0ca696dfb4051a454650f88c7079d56 | [log] [tgz] |
|---|---|---|
| author | Justin Lulejian <jlulejian@chromium.org> | Wed Jan 24 21:13:37 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 21:13:37 2024 |
| tree | 12755b6351cb1bd00aa210334f85f36bb95c7dc5 | |
| parent | 83df47207ad81d215b6d003031828b06ba11e2e8 [diff] |
[Extensions] Test that confirms start worker behavior during running. Before this test we didn't confirm that we do not attempt to start a started/running worker with the extensions_features::kExtensionsServiceWorkerOptimizedEventDispatch feature. After this change we can now confirm that it reduces the number of redundant starts for a running worker (making this process more efficient). Bug: 1467015 Change-Id: I48befef8a295272e53cc188c3496d943d6fea6cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5166766 Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Reviewed-by: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251700}
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.