Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Issue 178033: Fix two bugs in chrome://extensions/: (Closed)

Created:
11 years, 3 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix two bugs in chrome://extensions/: * CHECK when reloading installed extension. Caused because we were somtimes trying to register for the same notifications twice. * Not able to "Reload" extensions that were loaded with "Load Unpacked Extension". [email protected] Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24882

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M chrome/browser/extensions/extensions_service.cc View 1 chunk +15 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Aaron Boodman
11 years, 3 months ago (2009-08-31 15:45:21 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/178033/diff/1/3 File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/178033/diff/1/3#newcode209 Line 209: registrar_.RemoveAll(); Doesn't this mean that you'll only get ...
11 years, 3 months ago (2009-08-31 16:05:45 UTC) #2
Aaron Boodman
On Mon, Aug 31, 2009 at 9:05 AM, <[email protected]> wrote: > > http://codereview.chromium.org/178033/diff/1/3 > File ...
11 years, 3 months ago (2009-08-31 16:59:21 UTC) #3
Erik does not do reviews
11 years, 3 months ago (2009-08-31 17:00:43 UTC) #4
On Mon, Aug 31, 2009 at 9:58 AM, Aaron Boodman<[email protected]> wrote:
> On Mon, Aug 31, 2009 at 9:05 AM, <[email protected]> wrote:
>>
>> http://codereview.chromium.org/178033/diff/1/3
>> File chrome/browser/extensions/extensions_ui.cc (right):
>>
>> http://codereview.chromium.org/178033/diff/1/3#newcode209
>> Line 209: registrar_.RemoveAll();
>> Doesn't this mean that you'll only get one load or unload event on the
>> page and then stop noticing until you reload?
>
> Yeah, but all we use the notifications for is to reload, which creates a new
> instance of this class and starts it all over again.

ah.  LGTM


> - a
>

Powered by Google App Engine
This is Rietveld 408576698