commit | c313724030f1fa5dcf1e2ca1ce127b00e1497aa2 | [log] [tgz] |
---|---|---|
author | Emilia Paz <emiliapaz@chromium.org> | Fri Aug 19 20:44:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 19 20:44:32 2022 |
tree | fc81ce7dc5d62ed5770c1c299a98448a83e2396b | |
parent | ab1928c506ccc6e89a52116df5954607c5c0356c [diff] |
[Extensions c2s] Display hover card for toolbar action views Displays a hover card when mouse hovers a toolbar action view. If the mouse moves between toolbar actions, the hover card transitions between them. Hides the hover card when the mouse is moved outside of the toolbar action views and on any other event. Toolbar action hover card controller is based on tab hover card controller. For now we are copying functionality, with a future goal of having a base hover card. Toolbar action hover cards are under a feature flag. Screencast: https://drive.google.com/file/d/1oe_g0V0BDSyT7VP5i8Zkuf2GEoMEZNQt/view?usp=sharing Bug: 1351778 Change-Id: I7c5b24075d0845bef283a4acd99f8d588a2adc3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828197 Reviewed-by: Dana Fried <dfried@chromium.org> Commit-Queue: Emilia Paz <emiliapaz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1037253}
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.