commit | 537603bf2f2ab1bea740bbb4137a774be76aeab5 | [log] [tgz] |
---|---|---|
author | Vladimir Levin <vmpstr@chromium.org> | Thu May 14 17:24:42 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 14 17:24:42 2020 |
tree | ac425bd4e7082c173822d1bd338cdcf20c052264 | |
parent | d9cc30e21516afe98376f01a6c2785e31417e091 [diff] |
ScrollAnchoring: Prioritize focus/find-in-page during anchor selection. This patch updates the scroll anchoring selection to consider - focused element - find-in-page active match results If an anchor is selected out of those candidates, then it is used. Otherwise, we proceed with the DOM traversal. This is updated due to changes in the spec: https://github.com/w3c/csswg-drafts/commit/396d0cf9dc9585bd77a611f18124770ac8ce704b Fixed: 1066924, 1066982 R=chrishtr@chromium.org, flackr@chromium.org Change-Id: I1af88dfdeea374c17161b86981b10fbdcecc3a1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199603 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#768809}
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.
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.