[IC] Performance improvements and bug fixes
A summary: - A bunch of work was being done on the UI thread. Now it's being done off-thread. - Network requests were dispatched all at once, slowing everything down. Now they're dispatched one at a time so the first thumbnail is loaded in quickly. - One weak ptr was being passed across threads, resulting in a crash. This is fixed now. Bug: 864634 Change-Id: I8dc3797a66c0ccc048b9d9613333df7450ec50c1 Reviewed-on: https://chromium-review.googlesource.com/c/1306634 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:Filip Gorski <fgorski@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#604474}
Showing
Please register or sign in to comment