commit | 825caebcc4af566fa01422ff4e1e39f899f2da74 | [log] [tgz] |
---|---|---|
author | Katie D <katie@chromium.org> | Tue Jun 10 17:11:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 17:11:56 2025 |
tree | 0188561eacd39c9bbeae1a377750ac8ffc888354 | |
parent | 70c3a62f447895cc7f10a6d50130d149af0a4d4a [diff] |
[ChromeVox] Fix reading MathML content in MV3 MathML content reading regressed in crrev.com/c/5773586 when we no longer had a single root node in the XML string sent by ChromeVox to be parsed into math. This is a fix that adds the <math> root if it is missing. Test: New background and unit tests Bug: b:419699955 Change-Id: I6633543029e4f36d699ac488aac9b00d673ff9f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6625393 Auto-Submit: Katie Dektar <katie@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/main@{#1471892}
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.