Chromium Code Reviews
DescriptionThis CL plumbs the service worker scope to
PlatformNotificationServiceImpl::DisplayPersistentNotification()
The service worker scope is used to determine whether the notification
should be displayed using a WebAPK as the source or using Chrome as the
source. On Android, the notification source is displayed when a user
long-presses on a notification.
A WebAPK is used as the source of the notification if the "service
worker scope" falls within the "WebAPK scope". The "WebAPK scope"
is determined by the "scope" attribute in the WebAPK's Web Manifest
(http://html5doctor.com/web-manifest-specification/)
BUG=627842
TEST=PlatformNotificationServiceBrowserTest.PersistentNotificationServiceWorkerScope
Committed: https://crrev.com/1f71208bc7377d187085071782ca34c6de8e2c1e
Cr-Commit-Position: refs/heads/master@{#406570}
Patch Set 1 : Merge branch 'master' into notification_scope #
Total comments: 7
Patch Set 2 : Merge branch 'master' into notification_scope #
Total comments: 7
Patch Set 3 : Merge branch 'master' into notification_scope #Messages
Total messages: 20 (11 generated)
|