|
|
Introduce the Blink NotificationService, move permission checks there
This introduces the Mojo NotificationService in Blink and moves
permission checks over from the IPC code-path to the Mojo code-path.
BUG= 595685
Committed: https://crrev.com/c5987942de604fb5d51ef70e208931b713522955
Cr-Commit-Position: refs/heads/master@{#394185}
Total comments: 5
Total comments: 11
Total comments: 12
Total comments: 9
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+387 lines, -60 lines) |
Patch |
 |
M |
content/browser/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/notifications/blink_notification_service_impl.h
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/notifications/blink_notification_service_impl.cc
|
View
|
1
2
3
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/notifications/notification_message_filter.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/notifications/notification_message_filter.cc
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/notifications/platform_notification_context_impl.h
|
View
|
1
2
3
|
5 chunks |
+26 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/notifications/platform_notification_context_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+41 lines, -1 line |
1 comment
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/notifications/notification_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/notifications/notification_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/platform_notification_messages.h
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/mojo/blink_service_registry_impl.h
|
View
|
1
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/mojo/blink_service_registry_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/notifications/Notification.h
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/notifications/Notification.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/notifications/NotificationManager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/notifications/NotificationManager.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink.gyp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/notifications/OWNERS
|
View
|
1
|
1 chunk |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/modules/notifications/notification_service.mojom
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 49 (16 generated)
|