| commit | f4abba09e5218240897a367a8f6cde39bdac16e0 | [log] [tgz] |
|---|---|---|
| author | Tiago Vignatti <tvignatti@igalia.com> | Fri Oct 10 13:30:33 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 10 13:30:33 2025 |
| tree | c0124eaada7f6ee9bc5c4f02b1e51bb8b864ac94 | |
| parent | ff0d241ac8df72ad2cb4d3105cf90d802b62cbfd [diff] |
Tagged PDFs: Retrieves the entire structure tree from the PDF (7/7) This continues the abandoned CL previously reviewed at https://crrev.com/c/6339009. Together with the preparation series, this CL rebases the original work, addresses the reviewer’s comments, and fixes failures in pdf_unittests and browser_tests. Moreover, it adds testing for GetStructureTree and the AccessibilityStructureElement class. Original message: The entire structure tree containing information about the organization and semantics of the PDF is retrieved and sent to the accessibility layer. This will be used to build the correct accessibility nodes in the AX tree. Design doc at go/chrome-tagged-pdfs AX-Relnotes: n/a. Bug: 40707542 Change-Id: Ibcb15dfb330a69dffb3b0fdaa27a4db719f0f94e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6939209 Commit-Queue: Tiago Vignatti <tvignatti@igalia.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Auto-Submit: Tiago Vignatti <tvignatti@igalia.com> Cr-Commit-Position: refs/heads/main@{#1528096}
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.