commit | 668c512e61c12a5eb7cbdafedb93e21016943d7c | [log] [tgz] |
---|---|---|
author | Alex Cooper <alcooper@chromium.org> | Thu Dec 30 18:09:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 30 18:09:20 2021 |
tree | 24f8e13128f8b92723215cab2360494e5cb5ec90 | |
parent | efe72d7cf8b036e6355484f1a353f7f8d4816bac [diff] |
[CodeHealth] Chromedriver followups for GetInteger removal GetInteger appropriately handled if the requested out param was null. For a few methods in chromedriver, this out param was not checked, but should never be null. This adds a DCHECK to those pointer values and removes some null handling code. Change-Id: I688c21f1c570e2187bab5d2798e5ec7aa6404887 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3361125 Reviewed-by: Mathias Bynens <mathias@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#954625}
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.