commit | 9d1899e56675ba744893ec0c75f9f1d611ae76b2 | [log] [tgz] |
---|---|---|
author | Jun Kokatsu <jkokatsu@google.com> | Fri Jun 02 21:54:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 02 21:54:59 2023 |
tree | e11f5434f1d6a5721e86e43262d0e146ed5a07c5 | |
parent | 69bd3bf4d91192f8642d6ce4bb8b3766c393b050 [diff] |
Add deprecation message for data: URLs in SVGUseElement This change adds deprecation message for site which uses data: URLs in SVGUseElement. The deprecation has been approved[1] and a blog post for the deprecation was published[2]. [1] https://groups.google.com/a/chromium.org/g/blink-dev/c/Q9dLyBhtZTw/m/ceirsUk7AgAJ [2] https://developer.chrome.com/blog/migrate-way-from-data-urls-in-svg-use/ Bug: 1300195 Change-Id: Ib1d13cf6dfb94219a93895fa4843bd586d46aac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4581858 Reviewed-by: Ari Chivukula <arichiv@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Commit-Queue: Jun Kokatsu <jkokatsu@google.com> Cr-Commit-Position: refs/heads/main@{#1152787}
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.