commit | 4e32d814e8259cc766931c5e29dee9f2cbfdfa27 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Thu Apr 04 06:03:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 06:03:00 2024 |
tree | 43cae4a8f5ac781daa61a182374a070a5688fe99 | |
parent | 47b011bd1eb48f2c448b3cafec3a0432c573f001 [diff] |
Queue postMessage to the SW client if SW is not associated yet It might technically be possible to send a post message to the client before it gets ready. This CL allows it by queueing the post message calls, and flushing it when the |container_| gets associated. This CL also adds the metrics to count how many times post message is called before the execution get ready. Bug: 332583998 Change-Id: Ib6fa1ad17f282dffee490cb3e07f95e060abb753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5422529 Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/main@{#1282333}
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.