Comment #5 on issue 18677 by [email protected]: Warnings in
ResourceDispatcher about receiving nonexistant or finished request when
doing scrubing in <video>
http://code.google.com/p/chromium/issues/detail?id=18677
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=23274
------------------------------------------------------------------------
r23274 | [email protected] | 2009-08-12 17:57:15 -0700 (Wed, 12 Aug 2009)
| 16 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/media/buffered_data_source.cc?r1=23274&r2=23273
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/media/buffered_data_source.h?r1=23274&r2=23273
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/media/buffered_data_source_unittest.cc?r1=23274&r2=23273
Refcounting BufferedResourceLoader
BUG=18677
We do range request for <video> and <audio>, we used
to destroy the ResourceLoaderBridge right after we
cancel the request. But it turns out that this would
leave an excessive amount of warnings in the renderer
and also leaking of URLRequest in the browser.
By refcounting BufferedResourceLoader (the container
of ResourceLoaderBridge) that does resource loading
for <video>, we can then destroy the
ResourceLoaderBridge after request has completed.
Review URL: http://codereview.chromium.org/164361
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---