commit | f61f3e6f034df67104ad0f8c0359de01cfaedc02 | [log] [tgz] |
---|---|---|
author | Benjamin Beaudry <bebeaudr@microsoft.com> | Tue Mar 30 01:43:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 30 01:43:40 2021 |
tree | d25e4edab569a42ce78cc35619ac44a5b1313208 | |
parent | 16ee8f10dd54b97c0954b648992e4524a1d9fa37 [diff] |
[Keyboard Tooltip] Add tooltip trigger awareness to TooltipController In this CL, we add a new enum, TooltipTrigger, to inform the TooltipController whether the tooltip has been triggered by the cursor or by the keyboard. This allows the TooltipController to act accordingly to a keyboard-triggered tooltip and position it differently. Bug: 829352 Change-Id: I334d0580427f304cc7bb11342aaeb75d63eaf037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2749051 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#867405}
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.