diff options
author | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 11:12:10 +0000 |
---|---|---|
committer | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 11:12:10 +0000 |
commit | 7cfaadd454452b8754ae0f02a550304fb74b5401 (patch) | |
tree | f1e2c2a6521dc3243bc2cecc411288f4335048c1 /android_webview/browser | |
parent | 308e87f9c3f9220e18102cfa97a57ca5efe845ef (diff) | |
download | chromium_src-7cfaadd454452b8754ae0f02a550304fb74b5401.zip chromium_src-7cfaadd454452b8754ae0f02a550304fb74b5401.tar.gz chromium_src-7cfaadd454452b8754ae0f02a550304fb74b5401.tar.bz2 |
Handle errors when Files.app goes offline while there are images in the image loader's queue.
After Files.app goes offline, sending a response with a loaded image caused throwing an exception, which caused not releasing a task from the queue. As a result such tasks got stuck in the queue, which has limited capacity. This situation caused clogging the queue, which made it impossible to handle further tasks. This patch resolves this issue by ignoring an error in sending the response.
TEST=Tested manually. After entering and leaving the gallery several times, images still work.
BUG=239237
R=yoshiki@chromium.org
Review URL: https://codereview.chromium.org/15845002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201749 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/browser')
0 files changed, 0 insertions, 0 deletions