Chromium Code Reviews
DescriptionWebView: don't allow processes to share data dir.
When two processes in the same app use WebView at once, they share a
data directory, which is unsafe. Change the existing data directory
locking code so that it throws a fatal exception in this case instead of
only printing a warning.
Preserve the current warning-only behaviour for a small number of
applications that are known to rely on this unsupported behaviour, until
we've been able to confirm that they no longer need this.
Reinstate the disabled test which verifies this behaviour is forbidden.
BUG=558377
Committed: https://crrev.com/b077d802dd71ab917f22c2be4afe07a3564d150b
Cr-Commit-Position: refs/heads/master@{#435209}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 13 (4 generated)
|
||||||||||||||||||||||||||||