Chromium Code Reviews
Descriptionaw: Avoid hold and wait deadlock
when creating single instances. Instead of using more locks which
complicates things, just create the singletons during the webview init
phoase.
Only exception here is WebViewDatabas, which really is a standalone
database and has nothing to do with the webview itself, but takes a
Context in its constructor. The constructor currently is safe to be
called from non-UI thread, so just do that.
BUG=648784
Committed: https://crrev.com/7d528aede8d842cbfdf29d99ba6b6869a127fc81
Cr-Commit-Position: refs/heads/master@{#423156}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|
||||||||||||||||||||||||||||