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

Issue 21443002: Add NOTIFICATION_EXTENSION_REMOVED for Extensions removed from ExtensionService. (Closed)

Created:
7 years, 4 months ago by Yoyo Zhou
Modified:
7 years, 4 months ago
Reviewers:
jam, Matt Perry
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Add NOTIFICATION_EXTENSION_REMOVED for Extensions removed from ExtensionService. Notably, error messages that prompt the user to enable a disabled extension need to go away whenever the extension is removed. BUG=263216, 265112 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215360

Patch Set 1 #

Total comments: 2

Patch Set 2 : take 2 #

Total comments: 2

Patch Set 3 : sigh #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -45 lines) Patch
M chrome/browser/chrome_notification_types.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_disabled_ui.cc View 1 2 3 2 chunks +15 lines, -22 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 2 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/extensions/external_install_ui.cc View 1 2 chunks +12 lines, -18 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Yoyo Zhou
7 years, 4 months ago (2013-08-01 00:05:34 UTC) #1
Matt Perry
https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h#newcode144 chrome/browser/extensions/extension_service.h:144: virtual void OnDisabledExtensionRemoved( This seems oddly specific. I think ...
7 years, 4 months ago (2013-08-01 00:37:33 UTC) #2
Yoyo Zhou
https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h#newcode144 chrome/browser/extensions/extension_service.h:144: virtual void OnDisabledExtensionRemoved( On 2013/08/01 00:37:33, Matt Perry wrote: ...
7 years, 4 months ago (2013-08-01 00:46:35 UTC) #3
Matt Perry
On 2013/08/01 00:46:35, Yoyo Zhou wrote: > https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h > File chrome/browser/extensions/extension_service.h (right): > > https://codereview.chromium.org/21443002/diff/1/chrome/browser/extensions/extension_service.h#newcode144 ...
7 years, 4 months ago (2013-08-01 00:56:07 UTC) #4
Yoyo Zhou
On 2013/08/01 00:56:07, Matt Perry wrote: > On 2013/08/01 00:46:35, Yoyo Zhou wrote: > > ...
7 years, 4 months ago (2013-08-01 19:24:38 UTC) #5
Matt Perry
On 2013/08/01 19:24:38, Yoyo Zhou wrote: > On 2013/08/01 00:56:07, Matt Perry wrote: > > ...
7 years, 4 months ago (2013-08-01 19:29:19 UTC) #6
Yoyo Zhou
On 2013/08/01 19:29:19, Matt Perry wrote: > On 2013/08/01 19:24:38, Yoyo Zhou wrote: > > ...
7 years, 4 months ago (2013-08-01 20:23:40 UTC) #7
Matt Perry
On 2013/08/01 20:23:40, Yoyo Zhou wrote: > On 2013/08/01 19:29:19, Matt Perry wrote: > > ...
7 years, 4 months ago (2013-08-01 20:34:19 UTC) #8
Yoyo Zhou
Now with new notification. Please take a look.
7 years, 4 months ago (2013-08-01 22:01:58 UTC) #9
Matt Perry
https://codereview.chromium.org/21443002/diff/28001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/21443002/diff/28001/chrome/browser/extensions/extension_service.cc#newcode1891 chrome/browser/extensions/extension_service.cc:1891: return; You need to dispatch the notification here, too. ...
7 years, 4 months ago (2013-08-01 22:06:35 UTC) #10
Yoyo Zhou
https://codereview.chromium.org/21443002/diff/28001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/21443002/diff/28001/chrome/browser/extensions/extension_service.cc#newcode1891 chrome/browser/extensions/extension_service.cc:1891: return; On 2013/08/01 22:06:35, Matt Perry wrote: > You ...
7 years, 4 months ago (2013-08-01 22:10:22 UTC) #11
Matt Perry
lgtm
7 years, 4 months ago (2013-08-01 22:12:27 UTC) #12
Yoyo Zhou
jam, can you review the new notification in chrome_notification_types?
7 years, 4 months ago (2013-08-01 22:13:00 UTC) #13
jam
lgtm
7 years, 4 months ago (2013-08-02 05:46:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/21443002/30002
7 years, 4 months ago (2013-08-02 16:19:38 UTC) #15
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-08-02 16:26:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/21443002/30002
7 years, 4 months ago (2013-08-02 16:48:14 UTC) #17
commit-bot: I haz the power
7 years, 4 months ago (2013-08-02 20:29:31 UTC) #18
Message was sent while issue was closed.
Change committed as 215360

Powered by Google App Engine
This is Rietveld 408576698