diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 22:41:55 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 22:41:55 +0000 |
commit | 698835d3e64c96bb5e7a29ab66d2ecbee375fc63 (patch) | |
tree | 4e06c91dbf1c245fb3f0b4d80c327463e7951fe0 /chrome/renderer/visitedlink_slave.h | |
parent | ec9767f8c6889b40494ec8aab55f0cd913f97746 (diff) | |
download | chromium_src-698835d3e64c96bb5e7a29ab66d2ecbee375fc63.zip chromium_src-698835d3e64c96bb5e7a29ab66d2ecbee375fc63.tar.gz chromium_src-698835d3e64c96bb5e7a29ab66d2ecbee375fc63.tar.bz2 |
Fixed a lot threading issues during tear down of <video>
Fixed a lot of dead locks during tead down of <video> due
to DataSourceImpl.
Most of the issues come from that during a tab close
RenderThread is destroyed and new tasks posted on it
will not executed, but DataSourceImpl is waiting for
those tasks to finish to complete stopping. Another
dead lock comes from that when RenderThread is
destroyed the owner loop of it (a IO Message Loop) is
being destroyed too and DataSourceImpl shouldn't post
tasks to that message loop when stopping.
Review URL: http://codereview.chromium.org/42675
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/visitedlink_slave.h')
0 files changed, 0 insertions, 0 deletions