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

Issue 220028: Create renderers for ExtensionHosts one a time to avoid blocking the UI. (Closed)

Created:
11 years, 3 months ago by Matt Perry
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Create renderers for ExtensionHosts one at a time to avoid blocking the UI. BUG=14040 TEST=Install a bunch of extensions with toolstrips, then restart Chrome. The UI should be responsive while the toolstrips are loading. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27137

Patch Set 1 #

Patch Set 2 : crash fix #

Patch Set 3 : comment #

Total comments: 7

Patch Set 4 : linux and mac #

Patch Set 5 : scoped task factory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -9 lines) Patch
M chrome/browser/cocoa/extension_view_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 2 3 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 3 4 4 chunks +70 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/extension_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/extensions/extension_view.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Matt Perry
11 years, 3 months ago (2009-09-24 01:22:26 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/220028/diff/3001/2006 File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/220028/diff/3001/2006#newcode75 Line 75: MessageLoop::current()->PostTask(FROM_HERE, I think we're guaranteed that all message ...
11 years, 3 months ago (2009-09-24 20:47:57 UTC) #2
Matt Perry
http://codereview.chromium.org/220028/diff/3001/2006 File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/220028/diff/3001/2006#newcode75 Line 75: MessageLoop::current()->PostTask(FROM_HERE, On 2009/09/24 20:47:57, Erik Kay wrote: > ...
11 years, 3 months ago (2009-09-24 21:11:36 UTC) #3
Erik does not do reviews
11 years, 3 months ago (2009-09-24 21:41:10 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698