diff options
author | scr@chromium.org <scr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 21:24:31 +0000 |
---|---|---|
committer | scr@chromium.org <scr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 21:24:31 +0000 |
commit | 92c48ad0f0cd3410000443ad95077cc341c5d11b (patch) | |
tree | 97a38e193aa2ae9463b21822a48ed2c6c6179fbc /webkit/glue | |
parent | 697d4da62cfa3fe2ccfdcc216481990bd44de15c (diff) | |
download | chromium_src-92c48ad0f0cd3410000443ad95077cc341c5d11b.zip chromium_src-92c48ad0f0cd3410000443ad95077cc341c5d11b.tar.gz chromium_src-92c48ad0f0cd3410000443ad95077cc341c5d11b.tar.bz2 |
Reliability bot crash in PasswordStoreWin::GetLogins
Changes to keep all STL access on the same (DB) thread and add DCHECKS to assert this assumption.
Since the access to various STL containers is always done on the same thread,
this should be more reliable and not hit race conditions which corrupt the STL maps.
BUG=75296
TEST=chrome://settings/passwords works with no passwords. unit_tests --gtest_filter=PasswordStore*.*
Review URL: http://codereview.chromium.org/6677125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
0 files changed, 0 insertions, 0 deletions