commit | 1a89f07f08273cd29596b03a013f843088e26ed4 | [log] [tgz] |
---|---|---|
author | Richard Zhang <richardzh@chromium.org> | Fri Mar 03 22:10:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 22:10:23 2023 |
tree | f731ffebc5aabd3fff52000d88b878f821840542 | |
parent | 3dc00d9a8e915b3e4e91261cd8748f6fd551188c [diff] |
Remove EventListenerMap::LoadUnfilteredWorkerListeners LoadUnfilteredWorkerListeners() creates lazy listeners for service worker. This functionality is already covered by LoadUnfilteredLazyListeners(). The latter can create lazy listeners for background page and service worker. Removing this redundant implementation also improves readability of caller function, EventRouter::OnExtensionLoaded(). The logic there become more clear, load filtered/unfiltered lazy listeners for background-page/service-worker. Bug: None Change-Id: I0c2996760c0b571632847ca827531405547e0267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4303529 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Richard Zhang <richardzh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1113009}
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.