commit | 6ad5ce1e9eb1edde234b0e8e62c28e7b8ca7c06c | [log] [tgz] |
---|---|---|
author | Mickey Burks <mickeyburks@chromium.org> | Thu Dec 12 20:48:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 12 20:48:04 2024 |
tree | e4a42bbfe923e07fbc89ba58281d3e848090397e | |
parent | d42c5d27b41448a2b0fb798982b57ad7124db629 [diff] |
[TabGroupSync] Fetch avatar images The avatar image will be fetched when a message is set on a tab. To avoid UI flicker in page actions, CollaborationMesssagingTabData will wait to set the message's data until the avatar has finished loading. Additionally, since there are 2 sizes of image to show, CMTB will request the larger of the images and resize it to accommodate the smaller image. This flow is designed to avoid race conditions by checking that a new message has not been set since the request was initiated. Bug: 382845396 Change-Id: I2903948f6449e18a13262ad5f2314dc9a859f1f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089473 Commit-Queue: Mickey Burks <mickeyburks@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395577}
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.