commit | c719ea8b2210da9cdc6345938a65d66a552c6a7a | [log] [tgz] |
---|---|---|
author | Andrea Orru <andreaorru@chromium.org> | Tue May 20 23:09:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 23:09:26 2025 |
tree | 98a10240d06c2a25eeca4bb697a526972bb46a2a | |
parent | 5da58ad6e93be8b7a683af107d101571578f51ec [diff] |
[Extensions] Remove BrowserState and RendererState enum class from SWTQ This is a follow-up of https://crrev.com/c/6539428, which was intended to move BrowserState, RendererState into a separate ServiceWorkerState class, among other logic. However, the CL overlooked removing the existing enum classes defined in ServiceWorkerTaskQueue. Design doc: https://docs.google.com/document/d/1_4xu81Mffh2GCeovn_R9auYl-qfIkBnHt_MEzTMPxzc/edit?usp=sharing Bug: 40276609 Change-Id: I4a8083d9b1b76e953c7e1007965b89c5d476c539 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6567690 Reviewed-by: Justin Lulejian <jlulejian@chromium.org> Commit-Queue: Andrea Orru <andreaorru@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463074}
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.