commit | 125940a6c953b104d7a53284e8a17590b6ebec58 | [log] [tgz] |
---|---|---|
author | Maks Orlovich <morlovich@chromium.org> | Thu Aug 11 16:33:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 16:33:21 2022 |
tree | e49fb924840f504efb33ae768c93369f73b79004 | |
parent | be594c5e678f3429ddb45275222ed90022db3c24 [diff] |
[Code health] Avoid Value::GetAsDictionary (in /components/webcrypto) This method is deprecated, so port away from it, along with other nearby deprecated base::Value APIs that can be modernized at least somewhat locally. This CL was uploaded by git cl split. R=davidben@chromium.org Bug: 1187011 Change-Id: Ifd95ec80fd62dbda1030624176ef79f7866840b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3826008 Auto-Submit: Maks Orlovich <morlovich@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1034027}
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.