commit | 84b8b18c454ea9fe1029bc18e2cee4c81e98c7b6 | [log] [tgz] |
---|---|---|
author | Eric Sum <esum@google.com> | Thu Nov 09 23:43:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 23:43:16 2023 |
tree | 47708ed53f75bf261c638f16d5cbe66aa3f7eddc | |
parent | 5f7e141c63635fba73709b6d65a55717cb656d32 [diff] |
Allow all types of in-process data decoding in ash for testing. The existing ash::InProcessImageDecoder does image decoding in tests without the blink dependency, but does not support any other type of data decoding (ex: json). This is a problem for ash tests that need both simultaneously. This creates one InProcessDataDecoder in ash that supports everything except animation decoding, which is currently not needed. Bug: b:298502323 Change-Id: I525aba6f4bd19e37df8fc1f86e02ba5f39cda4e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010927 Reviewed-by: Ken Rockot <rockot@google.com> Commit-Queue: Eric Sum <esum@google.com> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1222630}
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.