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

Issue 10012033: Post task to show the extension uninstall dialog a little later. (Closed)

Created:
8 years, 8 months ago by Yoyo Zhou
Modified:
8 years, 8 months ago
Reviewers:
Robert Sesek, jstritar
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Post task to show the extension uninstall dialog a little later. BUG=121544 TEST=See bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131221

Patch Set 1 #

Patch Set 2 : indent #

Total comments: 3

Patch Set 3 : weaksauce #

Total comments: 2

Patch Set 4 : // #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M chrome/browser/extensions/extension_disabled_ui.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_uninstall_dialog.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Yoyo Zhou
I can't help but feel that this is a hack, but it seems to no ...
8 years, 8 months ago (2012-04-06 01:16:17 UTC) #1
Robert Sesek
https://chromiumcodereview.appspot.com/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc File chrome/browser/extensions/extension_disabled_ui.cc (right): https://chromiumcodereview.appspot.com/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc#newcode255 chrome/browser/extensions/extension_disabled_ui.cc:255: base::Unretained(uninstall_dialog_.get()), extension_)); Is Unretained safe here?
8 years, 8 months ago (2012-04-06 14:15:07 UTC) #2
Yoyo Zhou
http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc File chrome/browser/extensions/extension_disabled_ui.cc (right): http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc#newcode255 chrome/browser/extensions/extension_disabled_ui.cc:255: base::Unretained(uninstall_dialog_.get()), extension_)); On 2012/04/06 14:15:07, rsesek wrote: > Is ...
8 years, 8 months ago (2012-04-06 19:10:44 UTC) #3
Robert Sesek
http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc File chrome/browser/extensions/extension_disabled_ui.cc (right): http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc#newcode255 chrome/browser/extensions/extension_disabled_ui.cc:255: base::Unretained(uninstall_dialog_.get()), extension_)); On 2012/04/06 19:10:45, Yoyo Zhou wrote: > ...
8 years, 8 months ago (2012-04-06 20:53:39 UTC) #4
Yoyo Zhou
On 2012/04/06 20:53:39, rsesek wrote: > http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc > File chrome/browser/extensions/extension_disabled_ui.cc (right): > > http://codereview.chromium.org/10012033/diff/2001/chrome/browser/extensions/extension_disabled_ui.cc#newcode255 > ...
8 years, 8 months ago (2012-04-06 21:14:27 UTC) #5
Robert Sesek
lgtm
8 years, 8 months ago (2012-04-06 22:02:07 UTC) #6
jstritar
lgtm https://chromiumcodereview.appspot.com/10012033/diff/5/chrome/browser/extensions/extension_disabled_ui.cc File chrome/browser/extensions/extension_disabled_ui.cc (right): https://chromiumcodereview.appspot.com/10012033/diff/5/chrome/browser/extensions/extension_disabled_ui.cc#newcode253 chrome/browser/extensions/extension_disabled_ui.cc:253: MessageLoop::current()->PostTask(FROM_HERE, Can you add a little comment above ...
8 years, 8 months ago (2012-04-06 22:05:13 UTC) #7
Yoyo Zhou
8 years, 8 months ago (2012-04-06 22:12:02 UTC) #8
https://chromiumcodereview.appspot.com/10012033/diff/5/chrome/browser/extensi...
File chrome/browser/extensions/extension_disabled_ui.cc (right):

https://chromiumcodereview.appspot.com/10012033/diff/5/chrome/browser/extensi...
chrome/browser/extensions/extension_disabled_ui.cc:253:
MessageLoop::current()->PostTask(FROM_HERE,
On 2012/04/06 22:05:13, jstritar wrote:
> Can you add a little comment above this, since it's pretty obscure?

Done.

Powered by Google App Engine
This is Rietveld 408576698