commit | 96cb7ac3d5faa58bb06f20bacef01c29ba852217 | [log] [tgz] |
---|---|---|
author | Justin Lulejian <jlulejian@chromium.org> | Tue Oct 22 02:13:47 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 02:13:47 2024 |
tree | 9d593b96848973c7de831a9bedab3f41abf156e9 | |
parent | 02bd3579f6736b54173cfe7ce7c7b8931be634c2 [diff] |
[Extensions] Expand message tracker to track non-SW contexts. Before this change the tracker didn't have a catch-all for messages that go to destinations that are not a service worker. This is necessary because there are places during message tracking where it is difficult to determine what specific kind of destination type is being targeted. This is fine though because these are only for comparison to service workers so them being less granular is okay. This also makes some adjustments to naming as a result. Bug: 371011217 Change-Id: I8639d5a1ab351b941525ca0a284ac488340e5b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5941000 Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Auto-Submit: Justin Lulejian <jlulejian@chromium.org> Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Cr-Commit-Position: refs/heads/main@{#1371809}
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.