commit | 037696abaf2f2e25a50713e31e5b8f088a56ef04 | [log] [tgz] |
---|---|---|
author | Hiroshige Hayashizaki <hiroshige@chromium.org> | Fri May 31 03:53:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 31 03:53:35 2024 |
tree | 4c5faf61903d28f8fc699cffb8942ecb64332113 | |
parent | 2a7b3c467788822113f79f5e5f908667449ea1e6 [diff] |
CHECK ServiceWorkerClient::UpdateUrls() is called before commit The `kResponseCommitted` state has the comment: "This client's URL should no longer change." This CL actually CHECK this requirement. This CL introduces `UpdateUrlsAfterCommitResponseForTesting` for some test cases. We might want to remove this, but not now as it will need further investigation. Bug: 336154571 Change-Id: I9cbf01e1e8faa3c3a9a65ec9db598a89342785d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5549428 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/main@{#1308446}
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.