Chromium Code Reviews
DescriptionDon't load all bytes of video when generating thumbnails.
Previously ImageLoader loaded all bytes of video by using XHR before
generating thumbnails. The CL fixes it so that ImageLoader assign entry
URL to video tag directly, which avoids from loading all bytes to
memory.
BUG=597243
TEST=manually
Committed: https://crrev.com/5d9ebe5481791288b7dd28bc51aa608de3e101a9
Cr-Commit-Position: refs/heads/master@{#384515}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 11 (3 generated)
|