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

Issue 2972643002: Always prefer 192x192 on mobile, also for touch icons (Closed)

Created:
3 years, 5 months ago by mastiz
Modified:
3 years, 5 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Always prefer 192x192 on mobile, also for touch icons Previously, the ideal size for a touch icon was 144x144, which was originally introduced honoring iPad icon size. Always going for 192x192 (for both touch and non-touch icons) is simpler, more consistent and more compatible with Apple's current recommendations for iOS [1], which for example recommend a 180x180 icon for iPhone 6 Plus (scale factor of 3x). [1] https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/ BUG=736290 Review-Url: https://codereview.chromium.org/2972643002 Cr-Commit-Position: refs/heads/master@{#488935} Committed: https://chromium.googlesource.com/chromium/src/+/c63d78c7a25a50f2fdfa0ab5cbb5566a21a6774e

Patch Set 1 #

Total comments: 5

Patch Set 2 : Removed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -19 lines) Patch
M components/favicon/core/favicon_handler.h View 1 chunk +1 line, -2 lines 0 comments Download
M components/favicon/core/favicon_handler.cc View 1 5 chunks +9 lines, -17 lines 0 comments Download
M components/favicon/core/favicon_handler_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
mastiz
This requires a discussion with UI review.
3 years, 5 months ago (2017-07-04 08:56:43 UTC) #2
pkotwicz
Adding noyau@ as a reviewer because this CL affects iOS
3 years, 5 months ago (2017-07-04 14:27:05 UTC) #4
noyau (Ping after 24h)
Instead of hardcoding the size, should it be dependent on the device?I seems wasteful to ...
3 years, 5 months ago (2017-07-04 15:21:00 UTC) #5
mastiz
> Instead of hardcoding the size, should it be dependent on the device?I seems wasteful ...
3 years, 5 months ago (2017-07-04 15:36:38 UTC) #6
noyau (Ping after 24h)
On 2017/07/04 15:36:38, mastiz wrote: > > Instead of hardcoding the size, should it be ...
3 years, 5 months ago (2017-07-05 07:28:26 UTC) #7
noyau (Ping after 24h)
https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler_unittest.cc File components/favicon/core/favicon_handler_unittest.cc (right): https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler_unittest.cc#newcode1216 components/favicon/core/favicon_handler_unittest.cc:1216: const GURL kIconURL192x192("http://www.google.com/touchicon192x192"); On 2017/07/04 15:36:38, mastiz wrote: > ...
3 years, 5 months ago (2017-07-05 07:28:33 UTC) #8
pkotwicz
Switching the tests to http://example.com sounds reasonable Stupid question: Have you agreed upon the substance ...
3 years, 5 months ago (2017-07-05 14:59:06 UTC) #9
noyau (Ping after 24h)
lgtm
3 years, 5 months ago (2017-07-05 15:06:51 UTC) #10
noyau (Ping after 24h)
On 2017/07/05 14:59:06, pkotwicz wrote: > Switching the tests to http://example.com sounds reasonable > > ...
3 years, 5 months ago (2017-07-05 15:07:15 UTC) #11
mastiz
Friendly ping for pkotwicz@.
3 years, 5 months ago (2017-07-12 12:05:58 UTC) #12
pkotwicz
LGTM https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler.cc File components/favicon/core/favicon_handler.cc (right): https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler.cc#newcode394 components/favicon/core/favicon_handler.cc:394: // When reading icons from web manifests, prefer ...
3 years, 5 months ago (2017-07-12 15:27:31 UTC) #13
mastiz
https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler.cc File components/favicon/core/favicon_handler.cc (right): https://codereview.chromium.org/2972643002/diff/1/components/favicon/core/favicon_handler.cc#newcode394 components/favicon/core/favicon_handler.cc:394: // When reading icons from web manifests, prefer kNonTouchLargestIconSize. ...
3 years, 5 months ago (2017-07-24 07:52:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2972643002/1
3 years, 5 months ago (2017-07-24 07:52:44 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2972643002/20001
3 years, 5 months ago (2017-07-24 08:01:54 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/c63d78c7a25a50f2fdfa0ab5cbb5566a21a6774e
3 years, 5 months ago (2017-07-24 09:23:20 UTC) #23
mastiz
3 years, 4 months ago (2017-07-27 15:29:54 UTC) #24
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2986033002/ by mastiz@chromium.org.

The reason for reverting is: Perf regression, suspect of accidentally fixing a
bug that was believed to be previously fixed (crbug.com/735354) due to the max
image size used during download.

BUG=749331.

Powered by Google App Engine
This is Rietveld 408576698