commit | a16713f12fd4097cd7ef5c158d2676c5cc4d1e80 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Sat Sep 02 23:03:10 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 02 23:03:10 2023 |
tree | 67cc5238b5ee26e5f3d3c43f5e998e84f7a52398 | |
parent | 7cd8b67bd87a871a684a4abd0fec10a6f9d678bb [diff] |
Change Bind argument checker from "constructible" to "convertible" check This handles cases where the args could be converted but not constructed, as in the added unittest. Attempts to keep printing more specific errors before more general ones. Misc. other trivial cleanup. Bug: 1409911 Change-Id: I48c286a50b2fdb168ca945ad5723bc63e22ad150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4836537 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1191767}
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.