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

Issue 301713002: Web Notifications should always reappear as popups when updated. (Closed)

Created:
6 years, 7 months ago by Peter Beverloo
Modified:
6 years, 4 months ago
Reviewers:
dewittj
CC:
chromium-reviews
Visibility:
Public.

Description

Web Notifications should always reappear as popups when updated. The message center already does this for notifications with a higher priority than the notification they replace, but this makes it explicit for Web Notifications (which cannot indicate priority). This patch re-enables the NotificationTest.TestNotificationReplacement test, which was marked as DISABLED because of LSan failures. BUG=366102, 366539 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286831

Patch Set 1 #

Patch Set 2 : notification_list test #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -11 lines) Patch
M chrome/browser/notifications/notification_browsertest.cc View 1 4 chunks +39 lines, -9 lines 0 comments Download
M ui/message_center/notification_list.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M ui/message_center/notification_list_unittest.cc View 1 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Peter Beverloo
Per issue 366102. I'll run try-jobs to try to reproduce and catch the previous LSan ...
6 years, 7 months ago (2014-05-27 14:22:35 UTC) #1
dewittj
code lg, also could use a test in notification_list_unittest.cc -- Thanks!
6 years, 6 months ago (2014-06-02 17:30:02 UTC) #2
Peter Beverloo
On 2014/06/02 17:30:02, dewittj (OOO until August) wrote: > code lg, also could use a ...
6 years, 4 months ago (2014-07-28 14:03:52 UTC) #3
dewittj
lgtm https://codereview.chromium.org/301713002/diff/20001/ui/message_center/notification_list.cc File ui/message_center/notification_list.cc (right): https://codereview.chromium.org/301713002/diff/20001/ui/message_center/notification_list.cc#newcode106 ui/message_center/notification_list.cc:106: new_notification->notifier_id().type == NotifierId::WEB_PAGE) { nit: This line should ...
6 years, 4 months ago (2014-07-30 23:42:36 UTC) #4
Peter Beverloo
https://codereview.chromium.org/301713002/diff/20001/ui/message_center/notification_list.cc File ui/message_center/notification_list.cc (right): https://codereview.chromium.org/301713002/diff/20001/ui/message_center/notification_list.cc#newcode106 ui/message_center/notification_list.cc:106: new_notification->notifier_id().type == NotifierId::WEB_PAGE) { On 2014/07/30 23:42:36, dewittj wrote: ...
6 years, 4 months ago (2014-07-31 12:55:41 UTC) #5
Peter Beverloo
The CQ bit was checked by peter@chromium.org
6 years, 4 months ago (2014-07-31 12:55:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peter@chromium.org/301713002/40001
6 years, 4 months ago (2014-07-31 12:57:33 UTC) #7
commit-bot: I haz the power
Change committed as 286831
6 years, 4 months ago (2014-07-31 17:02:11 UTC) #8
erikchen
6 years, 4 months ago (2014-07-31 19:46:16 UTC) #9
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/417163005/ by erikchen@chromium.org.

The reason for reverting is: Causes Linux ASAN errors.

http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Te....

Powered by Google App Engine
This is Rietveld 408576698