commit | 1b86fae08c395344a6a3b7c463ee4f567e18bec0 | [log] [tgz] |
---|---|---|
author | Kristi Saney <kristislee@google.com> | Tue Apr 22 21:40:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 22 21:40:22 2025 |
tree | 12c950e54ed0c2527e6e28f902a34aacee9463ea | |
parent | b09fa24f1a604ab5fb70d3d2759652350a19174b [diff] |
[Reading mode] Improve selection in pdfs Previously backward selecting, and clearing the selection wouldn't work. This CL redoes how we decide when the selection was set from reading mode or from the main panel. Previously we were checking event_from but that is not accurate with pdfs. Sometimes backward selecting across paragraphs in pdfs still doesn't work properly, but this is strictly better than before. Bug: 409839279 Change-Id: I317c009469a63845f82bb11131580d381969231a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6480627 Reviewed-by: Lauren Winston <lwinston@google.com> Commit-Queue: Lauren Winston <lwinston@google.com> Auto-Submit: Kristi Saney <kristislee@google.com> Commit-Queue: Kristi Saney <kristislee@google.com> Cr-Commit-Position: refs/heads/main@{#1450229}
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.