DescriptionUse apple-touch-icons for streamlined hosted apps.
This patch allows streamlined hosted apps to use the apple touch icons
for generating hosted apps.
To use the icons, it is necessary to size them to
extension_misc::kExtensionIconSizes to make the manifest handler agree
to use the icons.
Added TabHelper::ConstrainBitmapsToSizes which finds the
closest, not-smaller bitmap for each size and downsizes it. At most each
bitmap is used for 1 size in order to prevent generating resized icons
which would be stored on disk.
BUG=318607
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243797
Patch Set 1 : #Patch Set 2 : move ConstrainBitmapsToSizes into TabHelper #Patch Set 3 : rebase #
Total comments: 3
Patch Set 4 : rebase #Patch Set 5 : fix nit #
Messages
Total messages: 10 (0 generated)
|