commit | f42f9f333a4e0f8c69f9d8c1e2bd52f08897b2bc | [log] [tgz] |
---|---|---|
author | Michael Thiessen <[email protected]> | Thu Feb 03 22:23:06 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Feb 03 22:23:06 2022 |
tree | b554fb63a5144dfb5e06f3e99dfd8dc0fadcb998 | |
parent | a2fc9627253b738a1f6246e75ed7cef4e7ad37c3 [diff] |
Check Broadcast permissions in SmsUserConsentReceiver In order to avoid any app sending us an SmsRetriever.SMS_RETRIEVED_ACTION broadcast, we need to check that the sender has the SmsRetriever.SEND_PERMISSION permission. This permission ensures that only Google Play Services can send the broadcast. The unit tests were also failing when run locally due to LifetimeAssertions in Java because the WindowAndroid wasn't being destroyed correctly, so I fixed it in all of the unit tests that create WindowAndroids from c++. Bug: 1142269 Change-Id: I3278919c566e1fc344ed0f4adce74fbf93a85c53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3434025 Reviewed-by: Yi Gu <[email protected]> Commit-Queue: Michael Thiessen <[email protected]> Auto-Submit: Michael Thiessen <[email protected]> Reviewed-by: Bo Liu <[email protected]> Commit-Queue: Bo Liu <[email protected]> Cr-Commit-Position: refs/heads/main@{#966953}
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.