|
|
Implement Android UI of web notification inline replies
This patch takes the web notification options that specify an action
should display a text input and use them to show an inline reply button
on Android. The response is ignored for now, and will be routed back to
JavaScript in a follow-up patch.
TEST=PlatformNotificationServiceTest.DisplayPersistentNotificationMatches, StandardNotificationBuilderTest.*
BUG= 599859
Total comments: 22
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -40 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java
|
View
|
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilderBase.java
|
View
|
1
|
9 chunks |
+43 lines, -9 lines |
1 comment
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
|
View
|
1
|
2 chunks |
+16 lines, -5 lines |
2 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/strings/android_chrome_strings.grd
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilderTest.java
|
View
|
1
|
4 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilderTest.java
|
View
|
1
|
2 chunks |
+36 lines, -5 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/notifications/notification_ui_manager_android.cc
|
View
|
1
|
4 chunks |
+34 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/platform_notification_service_impl.cc
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/platform_notification_service_unittest.cc
|
View
|
|
3 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chromium.gyp_env
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
ui/message_center/notification.h
|
View
|
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/notification.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 19 (9 generated)
|