commit | fa9734ddf076858aa674a8b265678d1941402edd | [log] [tgz] |
---|---|---|
author | Sohail Rajdev <sorajdev@microsoft.com> | Wed Nov 27 14:21:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 14:21:33 2024 |
tree | da4a574214a92ffe8065736ad583603372e97119 | |
parent | f3a2ff2ec9e86a6a14e0b2615f3cb83de6ad4c37 [diff] |
Truncate long extension names in the Chrome Sign-in Dialog This dialog is shown when an extension starts a signin-in flow via the chrome.identity API and the user is not signed-in to the browser (but signed in on web). Long names can break the UI (e.g. other UI elements can go out of the screen). In the worst case, it can trick the user into doing something unintentional. Thus, we truncate the extension name before displaying it. Before: https://ibb.co/S3K7JRf After: https://ibb.co/1KT8mCf Bug: 40063885 Change-Id: Id076a83f40772b32d2e21ad5f34a872310b57925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050384 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sohail Rajdev <sorajdev@microsoft.com> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1388801}
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.