diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 22:40:57 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 22:40:57 +0000 |
commit | 7b384676855d858d37ce3da1e4472413f86314d2 (patch) | |
tree | ab5048f73a45796a79818db33ab15c7c12beb942 /chrome/test/data | |
parent | ac20559299eb260dc32f8e85839d4ba77585dac6 (diff) | |
download | chromium_src-7b384676855d858d37ce3da1e4472413f86314d2.zip chromium_src-7b384676855d858d37ce3da1e4472413f86314d2.tar.gz chromium_src-7b384676855d858d37ce3da1e4472413f86314d2.tar.bz2 |
Fix the crash if a download starts before we have the plugin list. The fix is to make ResourceDispatcherHost support a handler pausing a request in its OnResponseStarted callback.
Note I didn't find any way of testing the resource handler code, so I didn't know how to add a good test for this.
BUG=19414
Review URL: http://codereview.chromium.org/173037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 1ad95b3..ece6fc9 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -109,9 +109,6 @@ PREFIX : webplugindelegatestub::onmessagereceived___webplugindelegateimpl::nativ # 19393 PREFIX : npapi::pluginstreamurl::didreceivedata___webplugindelegatestub::ondidreceivedata -# 19414 -PREFIX : downloadfilemanager::updatedownload - # 19428 PREFIX : webcore::rendertextcontrol::calcprefwidths___webcore::renderbox::minprefwidth___webcore::renderblock::calcinlineprefwidths |