commit | 988c43b97b00934e8df90c9949681e73434e70bb | [log] [tgz] |
---|---|---|
author | Mingyu Lei <leimy@chromium.org> | Fri Feb 23 18:46:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 23 18:46:41 2024 |
tree | 871793e949b8f46926b0fd58bc9b694346cd6859 | |
parent | 19a358de9957bd254f9d7a8ca543a63843376ae9 [diff] |
Extension: use a different error when the port is closed for BFCache When the page holding extension port enters BFCache, the channel will be closed. This CL adds a new error message for this scenario so that the extension developer knows better about what causes the disconnection. Bug: 40283601 Change-Id: I345244b362f216a1e5814da00647c6e7dd607ad1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5309019 Commit-Queue: David Bertoni <dbertoni@chromium.org> Auto-Submit: Mingyu Lei <leimy@chromium.org> Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1264657}
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.