|
Expose the notificationclick and notificationerror events on ServiceWorkerGlobalScope
This patch introduces the notificationclick and notificationerror
events on the ServiceWorkerGlobalScope, and provides the necessary
plumbing to be able to invoke them from the embedder.
BUG= 432527
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185313
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+112 lines, -27 lines) |
Patch |
 |
M |
LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/notifications/serviceworker-notification-event.html
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/events/EventTypeNames.in
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/WaitUntilObserver.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/WaitUntilObserver.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
View
|
1
|
1 chunk |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
1
|
5 chunks |
+30 lines, -8 lines |
0 comments
|
Download
|
 |
M |
public/web/WebServiceWorkerContextClient.h
|
View
|
1
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
public/web/WebServiceWorkerContextProxy.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|