Chromium Code Reviews
DescriptionRefcounting 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.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23274
Patch Set 1 #
Total comments: 7
Patch Set 2 : done #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||