|
|
Use event init dictionaries in modules/{notifications,push_messaging,serviceworkers}
- Add ExtendableEventInit. This is the parent dictionary of following
event inits: NotificationEventInit, PushEventInit, and InstallEventInit.
- Replaces manually-written NotificationEventInit, PushEventInit, and
InstallEventInit with IDL dictionaries.
- Add tests.
BUG= 433179
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186746
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+78 lines, -51 lines) |
Patch |
 |
M |
LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/push_messaging/resources/pushevent-extendable-event.js
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
1
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.h
|
View
|
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.cpp
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
Source/modules/notifications/NotificationEventInit.idl
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/push_messaging/PushEvent.h
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/push_messaging/PushEvent.cpp
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/push_messaging/PushEvent.idl
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/push_messaging/PushEventInit.idl
|
View
|
1
2
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ExtendableEvent.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ExtendableEvent.idl
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/serviceworkers/ExtendableEventInit.idl
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.idl
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/serviceworkers/InstallEventInit.idl
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|