Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Issue 1267673003: Plumb Blink notification actions to button UI on desktop (Closed)

Created:
5 years, 4 months ago by johnme
Modified:
5 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, peter+watch_chromium.org, jam, mlamouri+watch-notifications_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 18

Patch Set 2 : Address review comments #

Patch Set 3 : Notifications database integration #

Total comments: 10

Patch Set 4 : Address review comments, and fix tests #

Patch Set 5 : Fix typo #

Patch Set 6 : Fix size_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -2 lines) Patch
M chrome/browser/notifications/platform_notification_service_impl.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/notifications/platform_notification_service_unittest.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M components/html_viewer/web_notification_manager_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/web_notification_manager_impl.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/notifications/notification_database_data.proto View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M content/browser/notifications/notification_database_data_conversions.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M content/browser/notifications/notification_database_data_unittest.cc View 1 2 3 3 chunks +17 lines, -0 lines 0 comments Download
M content/browser/notifications/notification_message_filter.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/child/notifications/notification_data_conversions.cc View 1 3 chunks +16 lines, -0 lines 0 comments Download
M content/child/notifications/notification_data_conversions_unittest.cc View 1 2 3 4 5 6 chunks +29 lines, -1 line 0 comments Download
M content/child/notifications/notification_manager.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/notifications/notification_manager.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
A content/common/notification_constants.h View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M content/common/platform_notification_messages.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/platform_notification_data.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M content/public/common/platform_notification_data.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 36 (17 generated)
johnme
5 years, 4 months ago (2015-07-30 16:34:22 UTC) #2
Peter Beverloo
Could you include the database changes in this patch as well, please? The plumbing is ...
5 years, 4 months ago (2015-07-30 17:02:05 UTC) #3
johnme
Addressed review comments. Haven't yet added the database changes. https://codereview.chromium.org/1267673003/diff/1/chrome/browser/notifications/platform_notification_service_impl.cc File chrome/browser/notifications/platform_notification_service_impl.cc (right): https://codereview.chromium.org/1267673003/diff/1/chrome/browser/notifications/platform_notification_service_impl.cc#newcode340 chrome/browser/notifications/platform_notification_service_impl.cc:340: ...
5 years, 4 months ago (2015-07-31 18:21:31 UTC) #4
Peter Beverloo
lgtm % nits. Thanks! https://codereview.chromium.org/1267673003/diff/40001/chrome/browser/notifications/platform_notification_service_unittest.cc File chrome/browser/notifications/platform_notification_service_unittest.cc (right): https://codereview.chromium.org/1267673003/diff/40001/chrome/browser/notifications/platform_notification_service_unittest.cc#newcode190 chrome/browser/notifications/platform_notification_service_unittest.cc:190: notification_data.actions.resize(2); nit: operator[] will do ...
5 years, 4 months ago (2015-07-31 19:17:51 UTC) #5
johnme
Addressed review comments, and fixed tests - thanks! https://codereview.chromium.org/1267673003/diff/40001/chrome/browser/notifications/platform_notification_service_unittest.cc File chrome/browser/notifications/platform_notification_service_unittest.cc (right): https://codereview.chromium.org/1267673003/diff/40001/chrome/browser/notifications/platform_notification_service_unittest.cc#newcode190 chrome/browser/notifications/platform_notification_service_unittest.cc:190: notification_data.actions.resize(2); ...
5 years, 4 months ago (2015-07-31 19:38:25 UTC) #6
johnme
palmer@chromium.org: Please review content/common/platform_notification_messages.h avi@chromium.org: Please review changes in content/public/ and content/common/notification_constants.h Thanks!
5 years, 4 months ago (2015-08-03 15:59:41 UTC) #8
Avi (use Gerrit)
lgtm
5 years, 4 months ago (2015-08-03 16:07:51 UTC) #10
palmer
IPC security LGTM.
5 years, 4 months ago (2015-08-03 21:39:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267673003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267673003/60001
5 years, 4 months ago (2015-08-04 09:45:05 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/117128)
5 years, 4 months ago (2015-08-04 09:55:57 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267673003/80001
5 years, 4 months ago (2015-08-04 10:47:00 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/37688)
5 years, 4 months ago (2015-08-04 11:02:11 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267673003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267673003/100001
5 years, 4 months ago (2015-08-04 18:04:11 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/88339)
5 years, 4 months ago (2015-08-04 19:55:20 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267673003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267673003/100001
5 years, 4 months ago (2015-08-04 22:20:34 UTC) #28
commit-bot: I haz the power
Failed to commit the patch.
5 years, 4 months ago (2015-08-04 23:52:58 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267673003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267673003/100001
5 years, 4 months ago (2015-08-05 01:01:58 UTC) #32
commit-bot: I haz the power
Failed to commit the patch.
5 years, 4 months ago (2015-08-05 01:10:45 UTC) #34
johnme
5 years, 4 months ago (2015-08-05 10:37:08 UTC) #36
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
5f170b9a3b404f702a29958f3be0cb5085f956f3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698