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

Issue 15715008: Reland 201932: Add API function chrome.notifications.getAll (Closed)

Created:
7 years, 7 months ago by dewittj
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Reland 201932: Add API function chrome.notifications.getAll This function returns an object whose keys are the notification IDs of all notifications created by that extension. BUG=240924 TBR=miket@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203001

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 10

Patch Set 3 : Address jianli@ comments. #

Patch Set 4 : Fix other empty line bug. #

Patch Set 5 : Disable for unexplained flakiness on Linux. #

Patch Set 6 : Remerge. #

Patch Set 7 : Re-implement the mac fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -18 lines) Patch
M chrome/browser/extensions/api/notifications/notifications_api.h View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_api.cc View 6 chunks +47 lines, -17 lines 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_apitest.cc View 1 2 3 4 5 6 3 chunks +74 lines, -0 lines 0 comments Download
M chrome/browser/notifications/balloon_notification_ui_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/notifications/balloon_notification_ui_manager.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.cc View 1 2 3 4 5 2 chunks +20 lines, -1 line 0 comments Download
M chrome/browser/notifications/notification_ui_manager.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager_impl.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager_mac.h View 1 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager_mac.mm View 1 2 3 5 6 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc View 4 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc View 4 chunks +13 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/notifications.idl View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
dewittj
jianli, would you mind reviewing notification_ui_manager_mac.* The code that landed in 201932 is patchset 1, ...
7 years, 7 months ago (2013-05-24 21:43:42 UTC) #1
jianli
https://codereview.chromium.org/15715008/diff/13001/chrome/browser/notifications/notification_ui_manager_mac.mm File chrome/browser/notifications/notification_ui_manager_mac.mm (right): https://codereview.chromium.org/15715008/diff/13001/chrome/browser/notifications/notification_ui_manager_mac.mm#newcode167 chrome/browser/notifications/notification_ui_manager_mac.mm:167: Profile* profile, nit: 4-space indentation https://codereview.chromium.org/15715008/diff/13001/chrome/browser/notifications/notification_ui_manager_mac.mm#newcode174 chrome/browser/notifications/notification_ui_manager_mac.mm:174: it != ...
7 years, 7 months ago (2013-05-24 21:51:20 UTC) #2
dewittj
thanks, ptal. https://codereview.chromium.org/15715008/diff/13001/chrome/browser/notifications/notification_ui_manager_mac.mm File chrome/browser/notifications/notification_ui_manager_mac.mm (right): https://codereview.chromium.org/15715008/diff/13001/chrome/browser/notifications/notification_ui_manager_mac.mm#newcode167 chrome/browser/notifications/notification_ui_manager_mac.mm:167: Profile* profile, On 2013/05/24 21:51:20, jianli wrote: ...
7 years, 7 months ago (2013-05-24 23:03:22 UTC) #3
jianli
lgtm
7 years, 7 months ago (2013-05-24 23:09:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/24017
7 years, 7 months ago (2013-05-24 23:20:11 UTC) #5
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=131227
7 years, 7 months ago (2013-05-25 01:24:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/51001
7 years, 6 months ago (2013-05-28 18:57:57 UTC) #7
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-05-28 18:58:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/55002
7 years, 6 months ago (2013-05-28 19:53:58 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-05-28 20:39:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/55002
7 years, 6 months ago (2013-05-28 20:41:05 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-05-28 21:09:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/55002
7 years, 6 months ago (2013-05-28 23:12:04 UTC) #13
commit-bot: I haz the power
Change committed as 202716
7 years, 6 months ago (2013-05-29 00:38:06 UTC) #14
Dan Beam
sorry for the revert[1]. you can try your change ahead of time to see if ...
7 years, 6 months ago (2013-05-29 03:58:41 UTC) #15
Dan Beam
also, this may be a fix for the issue - https://codereview.chromium.org/16094012/
7 years, 6 months ago (2013-05-29 04:33:54 UTC) #16
dewittj
Looks like some files got left off between patchset 4 and 5, causing the test ...
7 years, 6 months ago (2013-05-29 20:13:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/15715008/88001
7 years, 6 months ago (2013-05-29 20:13:30 UTC) #18
commit-bot: I haz the power
7 years, 6 months ago (2013-05-29 23:13:41 UTC) #19
Message was sent while issue was closed.
Change committed as 203001

Powered by Google App Engine
This is Rietveld 408576698