commit | 57d2f1f2934294ee1913c265381fc2b70ffed981 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Mon Feb 27 10:17:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 27 10:17:52 2023 |
tree | 318f3a4e7a7b915d71fb20e5e4327212067ff90d | |
parent | 407d00fe2c3d3b3d8aabb66e5337abeaacfba8cd [diff] |
[Autofill] Disable ContentAutofillDriverBrowserTest.SwitchTabAndHideAutofillPopup There's a fix for the test (crrev.com/c/4290434) which however breaks some CI builds because of an invalid cast in `if (static_cast<Foo*>(bar))`. This CL disables the test until the fix for the casting issue crrev.com/c/4293476 is reviewed and crrev.com/c/4290434 can reland. Bug: 1419799 Change-Id: Id92b1b334e76ce9240d0f7cfce0d7f19e0934794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4291514 Reviewed-by: Thiemo Nagel <tnagel@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1110246}
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.