DescriptionMade WebKit notifications display 80x80 icons if they have them.
In the rich notification center and toasts, WebKit notifications
(those created with webkitNotifications.createNotification() or with
chrome.notifications.create({type: "simple"})) usually display their
icons in a 40x40 square, as that was the size used for notification
icons before rich notifications.
This code change causes icons that are exacly 80x80 pixels and that have
no transparency to be displayed using the full 80x80 pixel space
available with rich notifications. This allows developers to create
notifications from web pages and from apps that need to work without
rich notifications that will look as as good as they can with rich
notifications.
BUG=222175
R=mukai@chromium.org
TBR=pkotwicz@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194026
Patch Set 1 : #
Total comments: 4
Patch Set 2 : #Messages
Total messages: 7 (0 generated)
|