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

Issue 294473002: Allow extension crash notifications to replace each other. (Closed)

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

Description

Allow extension crash notifications to replace each other. Previously they did not set an origin or replace_id, causing updates to be turned into adds in the notification UI manager, where it would DCHECK because the id matched that of an existing notification. This patch adds a replace_id and origin so that updates can happen smoothly. BUG=360591 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272006

Patch Set 1 #

Patch Set 2 : Better patch. #

Total comments: 6

Patch Set 3 : Address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -5 lines) Patch
M chrome/browser/background/background_contents_service.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/background/background_contents_service_unittest.cc View 1 2 3 chunks +21 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dewittj
6 years, 7 months ago (2014-05-16 23:43:47 UTC) #1
dewittj
6 years, 7 months ago (2014-05-16 23:43:47 UTC) #2
Andrew T Wilson (Slow)
LGTM with a few nits https://codereview.chromium.org/294473002/diff/20001/chrome/browser/background/background_contents_service.cc File chrome/browser/background/background_contents_service.cc (right): https://codereview.chromium.org/294473002/diff/20001/chrome/browser/background/background_contents_service.cc#newcode184 chrome/browser/background/background_contents_service.cc:184: base::UTF8ToUTF16(delegate->id()), Maybe some inline ...
6 years, 7 months ago (2014-05-19 14:02:27 UTC) #3
dewittj
https://codereview.chromium.org/294473002/diff/20001/chrome/browser/background/background_contents_service.cc File chrome/browser/background/background_contents_service.cc (right): https://codereview.chromium.org/294473002/diff/20001/chrome/browser/background/background_contents_service.cc#newcode184 chrome/browser/background/background_contents_service.cc:184: base::UTF8ToUTF16(delegate->id()), On 2014/05/19 14:02:27, Andrew T Wilson wrote: > ...
6 years, 7 months ago (2014-05-20 18:18:22 UTC) #4
dewittj
The CQ bit was checked by dewittj@chromium.org
6 years, 7 months ago (2014-05-20 21:22:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/294473002/40001
6 years, 7 months ago (2014-05-20 21:24:40 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 22:27:50 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 23:31:01 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/29172)
6 years, 7 months ago (2014-05-20 23:31:01 UTC) #9
dewittj
The CQ bit was checked by dewittj@chromium.org
6 years, 7 months ago (2014-05-21 21:28:21 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/294473002/40001
6 years, 7 months ago (2014-05-21 21:29:36 UTC) #11
commit-bot: I haz the power
6 years, 7 months ago (2014-05-21 23:14:09 UTC) #12
Message was sent while issue was closed.
Change committed as 272006

Powered by Google App Engine
This is Rietveld 408576698