|
|
Created:
4 years, 2 months ago by hshi1 Modified:
4 years, 2 months ago CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, tfarina, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, Matt Giuca Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptionarc: Use high-resolution icon for Play Store default item for scale >= 1.5f.
There was previously a typo in this line. We should pick the high-resolution
icon when scale >= 1.5f and the low-resolution icon otherwise.
BUG=648998
BUG=b/31596656
TEST=samus verify icon is high resolution in app list before arc opt-in
TBR=xiyuan
Committed: https://crrev.com/74afbf8b83b12fb72e76a7bc676555c3956fdfa8
Cr-Commit-Position: refs/heads/master@{#420572}
Patch Set 1 #
Total comments: 3
Messages
Total messages: 23 (13 generated)
hshi@chromium.org changed reviewers: + khmel@chromium.org, xiyuan@chromium.org
PTAL
The CQ bit was checked by hshi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== arc: Use high-resolution icon for Play Store default item for scale > 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale > 1.5f and the low-resolution icon otherwise. BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in ========== to ========== arc: Use high-resolution icon for Play Store default item for scale > 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale > 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in ==========
Description was changed from ========== arc: Use high-resolution icon for Play Store default item for scale > 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale > 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in ========== to ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in ==========
https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... File chrome/browser/ui/app_list/arc/arc_app_icon.cc (right): https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... chrome/browser/ui/app_list/arc/arc_app_icon.cc:91: IDR_ARC_SUPPORT_ICON_96 : IDR_ARC_SUPPORT_ICON_48; could you please retest that it works as expected. I pained one icon one color and another icon different color and made sure that app list contains right one. I probably formatted the code and made that typo but not sure 100% Thanks
https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... File chrome/browser/ui/app_list/arc/arc_app_icon.cc (right): https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... chrome/browser/ui/app_list/arc/arc_app_icon.cc:91: IDR_ARC_SUPPORT_ICON_96 : IDR_ARC_SUPPORT_ICON_48; On 2016/09/23 01:44:45, khmel wrote: > could you please retest that it works as expected. I pained one icon one color > and another icon different color and made sure that app list contains right one. > > I probably formatted the code and made that typo but not sure 100% > > Thanks Yes I did just retest this (I'm using a paint tool to modify one of the PNGs). Note that you must test this BEFORE the Play Store opt-in flow. Because after that the icon is not the one shipped with Chrome but the actual play store icon.
https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... File chrome/browser/ui/app_list/arc/arc_app_icon.cc (right): https://codereview.chromium.org/2360873004/diff/1/chrome/browser/ui/app_list/... chrome/browser/ui/app_list/arc/arc_app_icon.cc:91: IDR_ARC_SUPPORT_ICON_96 : IDR_ARC_SUPPORT_ICON_48; On 2016/09/23 01:47:50, hshi1 wrote: > On 2016/09/23 01:44:45, khmel wrote: > > could you please retest that it works as expected. I pained one icon one color > > and another icon different color and made sure that app list contains right > one. > > > > I probably formatted the code and made that typo but not sure 100% > > > > Thanks > > Yes I did just retest this (I'm using a paint tool to modify one of the PNGs). > > Note that you must test this BEFORE the Play Store opt-in flow. Because after > that the icon is not the one shipped with Chrome but the actual play store icon. Thanks, lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by hshi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Oops. Presubmit failed. xiyuan@ - sorry, need OWNER lgtm. thanks!
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
Description was changed from ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in ========== to ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in TBR=xiyuan ==========
The CQ bit was checked by hshi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in TBR=xiyuan ========== to ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in TBR=xiyuan ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in TBR=xiyuan ========== to ========== arc: Use high-resolution icon for Play Store default item for scale >= 1.5f. There was previously a typo in this line. We should pick the high-resolution icon when scale >= 1.5f and the low-resolution icon otherwise. BUG=648998 BUG=b/31596656 TEST=samus verify icon is high resolution in app list before arc opt-in TBR=xiyuan Committed: https://crrev.com/74afbf8b83b12fb72e76a7bc676555c3956fdfa8 Cr-Commit-Position: refs/heads/master@{#420572} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/74afbf8b83b12fb72e76a7bc676555c3956fdfa8 Cr-Commit-Position: refs/heads/master@{#420572} |