New issue
Advanced search Search tips

Issue 853727 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Use a cancellable image retriever and cancel image fetch requests in omnibox suggestions

Project Member Reported by stkhapugin@chromium.org, Jun 18 2018

Issue description

Omnibox 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