summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 04:23:56 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 04:23:56 +0000
commit094e5b2e797fd244c1ac0ec543ac91cb14e32a3e (patch)
treeccd15d7dd0ef95b889c5e51bdb85a4ce1da09378 /chrome/browser/task_manager.cc
parent320eee7c40dd3fdfef7926c526b79ca60b7a3c45 (diff)
downloadchromium_src-094e5b2e797fd244c1ac0ec543ac91cb14e32a3e.zip
chromium_src-094e5b2e797fd244c1ac0ec543ac91cb14e32a3e.tar.gz
chromium_src-094e5b2e797fd244c1ac0ec543ac91cb14e32a3e.tar.bz2
Implemented upload progress indicator in status bar.
When sending an HTTP POST request with sufficiently large payload data (such as uploading a file or several), the status bar should display the progress in the form of a percentage. The ResourceDispatcherHost periodically sends upload progress messages to the UI thread as well as to the renderer. If an upload is occurring, other potential LoadStateChanged messages to the same RenderViewHost are ignored; this prevents the upload progress display from being interrupted periodically by "Waiting for <site>" messages. Original code review: http://codereview.chromium.org/211050 Original patch by Simon Radford r=darin BUG=4715 TEST=Try uploading one or more files (e.g. at a file hosting site) and confirm that the percentage is shown in the status bar. Review URL: http://codereview.chromium.org/244001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager.cc')
0 files changed, 0 insertions, 0 deletions