Use a cancellable image retriever and cancel image fetch requests in omnibox suggestions |
|
Issue descriptionOmnibox suggestions use ImageRetriver, which is a wrapper on ImageDataFetcher, which ultimately doesn't allow fetch cancellation. Because of this, instead of simply cancelling the image fetch requests, the cells need to retain the image URL until the fetch is complete. A better solution would be to allow cancelling the fetch requests and cancel them in -prepareForReuse. |
|
►
Sign in to add a comment |
|