|
Some random Web Notification cleanups
This CL cleans up some discrepancies in the Web Notification module
and removes unused includes. Furthermore, it:
- Merges the ServiceWorkerNotifications and Notifications runtime
enabled features. The SWN flag is not being toggled anywhere.
- Removes the notificationerror event from the Service Worker
global scope. We have never supported this event.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201394
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+23 lines, -29 lines) |
Patch |
 |
M |
LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/Notification.h
|
View
|
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/Notification.cpp
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationData.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationEvent.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationOptions.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationPermissionCallback.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/NotificationPermissionClient.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/RuntimeEnabledFeatures.in
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 9 (4 generated)
|