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

Issue 20524: Clean up WebKit resources after starting a download (Closed)

Created:
11 years, 10 months ago by Paul Godavari
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Clean up WebKit resources after starting a download. Downloads initiated in the renderer process have associated resources that need to be cleaned up properly. Since we handle downloads in the browser process, the renderer was not receiving the completion notification and thus hanging on to resources. We now send the renderer a completion notification once we detect that a resource request is a download, so that the renderer can properly clean up. BUG=6531 (http://crbug.com/6531) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10291

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M chrome/browser/renderer_host/buffered_resource_handler.cc View 1 2 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Godavari
11 years, 10 months ago (2009-02-20 02:01:19 UTC) #1
sky
11 years, 10 months ago (2009-02-23 20:38:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698