commit | d0095827e4747daff13aceaacb34dec630fc0d51 | [log] [tgz] |
---|---|---|
author | Olivier Tilloy <olivier+chromium@tilloy.net> | Mon Mar 13 22:25:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 13 22:25:16 2023 |
tree | feb882374b17d1721e7912a4c2a8c0888b128157 | |
parent | a5dfdf06400a1db161e08423eaabe2788720f32b [diff] |
chrome://accessibility: Unescape HTML entities in page titles Page titles may contain escaped HTML entities (such as < or >). Those should be unescaped when using the title as a display name on the chrome://accessibility webui. Fixed: 1412854 Change-Id: Ia45fd1e15d4791405c97d20de123cae764593704 AX-Relnotes: Fixed an issue where page titles displayed on chrome://accessibility may contain escaped HTML entities. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4219030 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/main@{#1116639}
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.