Chromium Code Reviews
Descriptionaw: Remove global AllowWait on UI thread
Two specific cases left for webview.
SynchronousCompositor needs to send synchronous IPC messages, in order
to maintain synchronous behavior for backward compatibility without
merging the UI thread with the renderer compositor thread. There is a
design doc for this in crbug.com/526842#c10
CookieManager, has has to run before a UI thread in webview has been
determined. So CookieManager starts on its own thread, and any thread,
including the UI thread, can wait for a result synchronously based on
the cookie manager thread.
BUG=240453
Review-Url: https://codereview.chromium.org/2812703003
Cr-Commit-Position: refs/heads/master@{#463849}
Committed: https://chromium.googlesource.com/chromium/src/+/2ce547e8ae0c6a41876f95aec2465a0d1031ae52
Patch Set 1 #Patch Set 2 : future #Messages
Total messages: 15 (10 generated)
|