Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Issue 301063003: Resized the icon in the Uninstall dialog to be 64x64 px (Closed)

Created:
6 years, 6 months ago by sashab
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Resized the icon in the Uninstall dialog to be 64x64 px Resized the icon in the Uninstall dialog to be 64x64 px instead of 69x69px, so that it matches the icon in the App Info dialog where it can be launched. This also removes fuzzing effects on icons that have to be resized from 64x64 icons. Also fixed the duplication of this constant by letting the view resize the icon it receives, rather than having it request one size of icon and then resize it a second time. [Mac] XIB change: - Resized the icon in the Install dialogs from 69x69 to 64x64 Screenshots on bug. BUG=379613 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274487

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updated the Install dialog icon as well #

Total comments: 3

Patch Set 3 : Fixes #

Total comments: 2

Patch Set 4 : Nit #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -45 lines) Patch
M chrome/app/nibs/ExtensionInstallPrompt.xib View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/nibs/ExtensionInstallPromptWebstoreData.xib View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_prompt.cc View 1 2 2 chunks +14 lines, -17 lines 4 comments Download
M chrome/browser/extensions/extension_uninstall_dialog.cc View 1 2 3 3 chunks +15 lines, -23 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
sashab
6 years, 6 months ago (2014-05-29 05:08:16 UTC) #1
tapted
https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc (left): https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc#oldcode54 chrome/browser/extensions/extension_uninstall_dialog.cc:54: static const int kIconSize = 69; drive-by: This constant ...
6 years, 6 months ago (2014-05-29 05:14:27 UTC) #2
sashab
https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc (left): https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc#oldcode54 chrome/browser/extensions/extension_uninstall_dialog.cc:54: static const int kIconSize = 69; On 2014/05/29 05:14:28, ...
6 years, 6 months ago (2014-05-29 05:19:17 UTC) #3
tapted
On 2014/05/29 05:19:17, sasha_b wrote: > https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc > File chrome/browser/extensions/extension_uninstall_dialog.cc (left): > > https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc#oldcode54 > ...
6 years, 6 months ago (2014-05-29 05:22:35 UTC) #4
calamity
FYI, the ExtensionInstallDialog also uses a 69x69 version. We should look for UI approval to ...
6 years, 6 months ago (2014-05-29 05:36:20 UTC) #5
sashab
Will confirm this change with UX as well. https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc (right): https://codereview.chromium.org/301063003/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc#newcode95 chrome/browser/extensions/extension_uninstall_dialog.cc:95: gfx::Size(0, ...
6 years, 6 months ago (2014-05-29 05:46:15 UTC) #6
calamity
Can you also make the equivalent change that you made for ExtensionUninstallDialog in ExtensionInstallPrompt? (Regarding ...
6 years, 6 months ago (2014-05-30 06:42:03 UTC) #7
calamity
Can you also make the equivalent change that you made for ExtensionUninstallDialog in ExtensionInstallPrompt? (Regarding ...
6 years, 6 months ago (2014-05-30 06:42:46 UTC) #8
calamity
Can you also make the equivalent change that you made for ExtensionUninstallDialog in ExtensionInstallPrompt? (Regarding ...
6 years, 6 months ago (2014-05-30 06:42:59 UTC) #9
sashab
Done. Also, tapted - can you please verify in mac? Not sure if these number ...
6 years, 6 months ago (2014-05-30 07:20:46 UTC) #10
calamity
lgtm! https://codereview.chromium.org/301063003/diff/20001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/301063003/diff/20001/chrome/browser/extensions/extension_install_prompt.cc#newcode701 chrome/browser/extensions/extension_install_prompt.cc:701: // lazily. Leave this TODO. https://codereview.chromium.org/301063003/diff/40001/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc ...
6 years, 6 months ago (2014-05-30 08:45:25 UTC) #11
tapted
On 2014/05/30 07:20:46, sasha_b wrote: > Done. Also, tapted - can you please verify in ...
6 years, 6 months ago (2014-06-02 02:34:52 UTC) #12
tapted
On 2014/06/02 02:34:52, tapted wrote: > `git lg ExtensionInstallPrompt.xib` for some examples of how this ...
6 years, 6 months ago (2014-06-02 02:38:45 UTC) #13
sashab
https://codereview.chromium.org/301063003/diff/40001/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc (right): https://codereview.chromium.org/301063003/diff/40001/chrome/browser/extensions/extension_uninstall_dialog.cc#newcode77 chrome/browser/extensions/extension_uninstall_dialog.cc:77: // Bookmark apps may not have 128x128 icons so ...
6 years, 6 months ago (2014-06-02 03:25:34 UTC) #14
sashab
6 years, 6 months ago (2014-06-02 03:30:00 UTC) #15
sashab
rsesek: Please review changes in chrome/app/nibs msw: Please review changes in chrome/browser/ui benwells: Please review ...
6 years, 6 months ago (2014-06-02 03:31:13 UTC) #16
benwells
https://codereview.chromium.org/301063003/diff/60001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/301063003/diff/60001/chrome/browser/extensions/extension_install_prompt.cc#newcode696 chrome/browser/extensions/extension_install_prompt.cc:696: extensions::ImageLoader::ImageRepresentation::NEVER_RESIZE, Sorry if you've already been asked these questions, ...
6 years, 6 months ago (2014-06-02 06:07:02 UTC) #17
Robert Sesek
chrome/app/nibs LGTM
6 years, 6 months ago (2014-06-02 15:02:45 UTC) #18
msw
c/b/ui lgtm
6 years, 6 months ago (2014-06-02 20:54:56 UTC) #19
sashab
benwells: we can talk offline about DPI stuff if you'd like :) Sorry for the ...
6 years, 6 months ago (2014-06-03 01:17:32 UTC) #20
benwells
lgtm after discussing offline. Doing resizing in the view, not the loader sounds good. Would ...
6 years, 6 months ago (2014-06-03 03:36:52 UTC) #21
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 6 months ago (2014-06-03 03:38:16 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/301063003/60001
6 years, 6 months ago (2014-06-03 03:39:08 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 07:33:02 UTC) #24
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 12:40:48 UTC) #25
Message was sent while issue was closed.
Change committed as 274487

Powered by Google App Engine
This is Rietveld 408576698