commit | 28c9477f22633a82d23508f12ddf56d58390a26b | [log] [tgz] |
---|---|---|
author | Charlie Harrison <csharrison@chromium.org> | Tue Nov 15 01:17:45 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 15 01:17:45 2022 |
tree | 91cebdd8c79a13fff8535bf82b1b6e060ffd1cd5 | |
parent | 10daa8b567cd4fce12875cb27fbd4bf0cbc881c0 [diff] |
Clean up WTF's Base64Decode API - Allowing decode to take a StringView input removes redundant API surface. - The only callers using CharacterMatchFunctionPtr / kBase64ValidatePadding want the behavior of infra's forgiving base64 algorithm. Just expose that option directly. This simplifies the overall API surface considerably. - Add comments about the actual behavior of the various options. This CL has no intended behavior change. Bug: 1383507 Change-Id: I47e488caeba2f4370be0f9fe47dbd1fad186c144 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4021434 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/main@{#1071370}
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.