commit | f8dfd4404a9e8eab523d7576af7275b825b676ee | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Tue Dec 22 21:31:29 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 22 21:31:29 2020 |
tree | d7dabe6fcf387a50801129959db0047969fa1f78 | |
parent | 5fbf167fdabafa4a0e98ac0db9e65ba03f907aad [diff] |
Revert "Android: Disable detectUntaggedSockets StrictMode check." This reverts commit 90c1d6e9ed6acb717cf2fc1aadc74827eb203fc0. Reason for revert: Should not add detectCleartextNetwork() Original change's description: > Android: Disable detectUntaggedSockets StrictMode check. > > We don't tag our sockets, and this caused logspam on start-up. > > Bug: 770792 > Change-Id: I23cc6494a7a3e61bcb8be761c877bf4a0345f921 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600033 > Reviewed-by: Peter Kotwicz <pkotwicz@chromium.org> > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#838953} TBR=agrieve@chromium.org,pkotwicz@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I2e90528bbd41c580e647cb17e65efa4900f900f5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 770792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600035 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#838962}
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.