|
|
Partial implementation of subscription restrictions.
Currently, chrome requires that app developers provide a "sender_id" tag in the
manifest. This id is generated by the developer console and is not standard
for all browsers.
In the future, the app developer will be able to specify a public key for their
service, which will be registered with the push service and which the push
service can use to validate app services requesting to send messages.
BUG= 583753
Committed: https://crrev.com/71f5a08bb30153b56e8a3f9b447264a54b6d9c12
Cr-Commit-Position: refs/heads/master@{#379045}
Total comments: 21
Total comments: 17
Total comments: 20
Total comments: 34
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+378 lines, -113 lines) |
Patch |
 |
M |
chrome/browser/push_messaging/push_messaging_browsertest.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+45 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/push_messaging/push_messaging_service_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/push_messaging/push_messaging_service_impl.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/push_messaging/push_messaging_service_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/push_messaging/push_test.js
|
View
|
1
2
3
4
5
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/push_messaging/push_messaging_message_filter.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/push_messaging/push_messaging_message_filter.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+27 lines, -23 lines |
0 comments
|
Download
|
 |
M |
content/child/push_messaging/push_provider.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/push_messaging_messages.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/push_messaging_service.h
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
A |
content/public/common/push_subscription_options.h
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/push_messaging/push_messaging_dispatcher.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/push_messaging/push_messaging_dispatcher.cc
|
View
|
1
2
3
4
|
1 chunk |
+39 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/layout_test/layout_test_push_messaging_service.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/push_messaging/PushManager.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
|
View
|
1
2
3
4
5
|
5 chunks |
+42 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/push_messaging/PushManager.idl
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/push_messaging/PushManagerTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 38 (14 generated)
|