commit | a3a7e9466d075cfc81bc77fd02bfa524653ae68f | [log] [tgz] |
---|---|---|
author | Stephane Zermatten <szermatt@chromium.org> | Tue Feb 15 14:09:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 15 14:09:50 2022 |
tree | c227c99c5cd79ea5812eb721f1e4ebe5169089a7 | |
parent | b0dd88c21d24d7d7b1cfad85651ef99c3a24809d [diff] |
Accept image data as a base64-encoded string. This change extends DrawableProto to accept image data as either bytes or as a base64-encoded string. This makes it easy and safe to use DrawableProto in Js-based scripts. This change also renames the fields in DrawableProto to be less confusing: the field previously called "base64" did not contain any base64-encoded data but rather raw image data. It is now renamed "image_data". Bug: b/201970915 Change-Id: Ie77826a408c7225905c0cbb34eb29f8f33da26d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3461533 Reviewed-by: Clemens Arbesser <arbesser@google.com> Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/main@{#971196}
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.