commit | 436e06fc7067e0ed30fb841aad64a0168bdc4c7d | [log] [tgz] |
---|---|---|
author | Kush Sinha <sinhak@chromium.org> | Wed Jan 17 14:25:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 14:25:18 2024 |
tree | 45975fac7de3bbad460677037fdc187e16752039 | |
parent | 2a41916d61817f1ec2bb3b812a6928e64afb598e [diff] |
Fix end state messages in "MergeSession" test extension API MergeSession test extension API has a couple of issues - 1. It doesn't send a `google-xhr-received` message, equivalent to the `non-google-xhr-received` it sends for non-Google web properties. 2. It doesn't set the `nonGoogleRequestSent` variable correctly, the way it sets the `googleRequestSent` variable while sending requests for Google web properties. Fix both of these issues. Bug: b/320482170 Change-Id: I3d54d199be8159ed81b288174c343401ff04da6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5204970 Reviewed-by: Anastasiia N <anastasiian@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/main@{#1248113}
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.