Comment #13 on issue 6531 by [email protected]: [MLK]
DownloadResourceHandler causing WebCore::ResourceHandle leaks
http://code.google.com/p/chromium/issues/detail?id=6531
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=10291
------------------------------------------------------------------------
r10291 | [email protected] | 2009-02-24 13:25:53 -0800 (Tue, 24 Feb 2009) |
14 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/buffered_resource_handler.cc?r1=10291&r2=10290
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)
Review URL: http://codereview.chromium.org/20524
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---