commit | 500ac8f55a9446c88d8c7406aa52c0c539b0c1fa | [log] [tgz] |
---|---|---|
author | Khushal Sagar <khushalsagar@chromium.org> | Fri Jan 03 15:10:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 03 15:10:07 2025 |
tree | 091e9172616cb416c54b7fa2e87212b52b9e4895 | |
parent | 4c0e1446b93d3d168075659fb1cb20b5e3275318 [diff] |
blink: Include content from display locked subtree in AIPageContent Subtrees which are display locked are currently skipped when generating AIPageContent. Since the content is not laid out, it's not possible to provide the tree structure or any geometry information for the subtree. However, if the content can be accessed by the user via 'find-in-page', it makes sense to include it. Force these nodes to go through style, layout and pre-paint similar to the strategy used by find-in-page. Fixed: 383541963 Change-Id: Ib8f2405b1009f6cb00bedf73c70a38b7f9189bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6117711 Auto-Submit: Khushal Sagar <khushalsagar@chromium.org> Reviewed-by: Abigail Klein <abigailbklein@google.com> Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1401809}
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.