commit | f3e8125e4e0d65deeaffd908ee74bd3324bfbd2c | [log] [tgz] |
---|---|---|
author | Peter Birk Pakkenberg <pbirk@chromium.org> | Mon Mar 24 12:56:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 12:56:19 2025 |
tree | 4e6eba948ed41d0397d570a67fabe80ce7ecbdd6 | |
parent | 1a121ba01b44d3bcbb1bd8f1af8d0ae19bd2ffcc [diff] |
Mark shouldInterceptRequest as possibly blocking This annotation was accidentally removed in https://crrev.com/c/6178406 which led to https://crbug.com/404563944. I have not been able to write a test in AwContentsClientShouldInterceptRequestTest.java that reproduced the issue, so for testing I have confirmed manually with the test app provided in https://crbug.com/404563944#comment20. Fixed: 404563944 Test: Manual testing with test app in fixed bug Change-Id: I334e1b2bbe298e52e74e010205baf4129c5f8fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383260 Auto-Submit: Peter Pakkenberg <pbirk@chromium.org> Commit-Queue: Peter Pakkenberg <pbirk@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436779}
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.