| commit | 31928c984432e9d2f7c71438a716a417f378dff5 | [log][tgz] |
|---|---|---|
| author | Andrew Grieve <agrieve@chromium.org> | Wed Nov 27 21:00:13 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 21:00:13 2024 |
| tree | 1a9cd34a68f538595b3617adda731d84e6d6d5e7 | |
| parent | babffaac09aa2b7229cd07ae457e4fbebc69b449[diff] |
Reland "Android: Add Error Prone warning against Java stream() apis"This reverts commit 8ff33dbc1ddcaabcf4da1b92868bfa26ae34ba8f.Reason for reland: Internal fix landedOriginal change's description:> Revert "Android: Add Error Prone warning against Java stream() apis">> This reverts commit e910d272c026bf1463f54ea17ce6fb16f55513cf.>> Reason for revert: crbug.com/344943957#comment13>> Original change's description:> > Android: Add Error Prone warning against Java stream() apis> >> > And minor clarifying tweaks to style guide wrt streams> >> > Bug: 344943957> > Change-Id:I90b976866c8f3f71826459b7d3097692e1f533b4> > Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6042674> > Auto-Submit: Andrew Grieve <agrieve@chromium.org>> > Commit-Queue: Andrew Grieve <agrieve@chromium.org>> > Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>> > Cr-Commit-Position: refs/heads/main@{#1388426}>> Bug: 344943957> Change-Id:Ib9b3d8db9f47383eaced5192a15e7cac6427da35> No-Presubmit: true> No-Tree-Checks: true> No-Try: true> Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6051419> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>> Auto-Submit: Keigo Oka <oka@chromium.org>> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>> Reviewed-by: Andrew Grieve <agrieve@chromium.org>> Cr-Commit-Position: refs/heads/main@{#1388467}Bug: 344943957Change-Id:I6668c182aa455972684e6863925c498f494fd11fReviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6055458Auto-Submit: Andrew Grieve <agrieve@chromium.org>Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>Commit-Queue: Andrew Grieve <agrieve@chromium.org>Cr-Commit-Position: refs/heads/main@{#1389041}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.