|
|
Plumbing in notification replies: PlatformNotificationService -> SW
- Created an interactive_ui_test, which simulates a
notification click with a reply, and tests the reply is
received in the notificationclick event.
- Did enough plumbing so this new test passes.
- Note inline replies are not fully hooked up yet, still need
to pass the reply back from Android to native.
- Layout tests will be added in subsequent patch (see
https://codereview.chromium.org/2403893002/)
BUG= 599859
Committed: https://crrev.com/f42998eab3fc522255647f6bf5fed75dcb444436
Cr-Commit-Position: refs/heads/master@{#425065}
Total comments: 1
Total comments: 11
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -31 lines) |
Patch |
 |
M |
chrome/browser/notifications/native_notification_display_service.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/non_persistent_notification_handler.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/non_persistent_notification_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/notification_handler.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/persistent_notification_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/persistent_notification_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/persistent_notification_handler.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/persistent_notification_handler.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/platform_notification_service_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/platform_notification_service_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
|
View
|
1
2
3
4
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/notifications/platform_notification_service.html
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/notifications/platform_notification_service.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/notifications/notification_event_dispatcher_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/notifications/notification_event_dispatcher_impl.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/service_worker/service_worker_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/notification_event_dispatcher.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/layout_test/layout_test_notification_manager.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
1
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/message_center/notification_delegate.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/notification_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 54 (34 generated)
|