commit | 3e23a17e1fe797a449f24714a0955ec8765838fb | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Wed Dec 22 16:53:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 22 16:53:50 2021 |
tree | 24ddf52cb126a738171940341badc7affab624ae | |
parent | 42ad0bb1345de79d513d9e15d4b7420651b37488 [diff] |
[Image Descriptions] Disable automatic image descriptions on in-line SVGs This CL makes a small update to the image descriptions feature to disable the feature earlier in the process for in-line SVGs. The current implementation does not work for SVGs because they do not have an image_src url. However, some SVGs can mistakenly enter an "annotation pending" state and get stuck. This CL will prevent the SVGs from entering that pending state. AX-Relnotes: The "Get Image Descriptions" feature will no longer try to label ineligible SVGs Bug: 1275603 Change-Id: Id8b4b38c86356cf8099cb6b3d9fbb5bdd3626606 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3345560 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#953566}
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.