DescriptionAndroid WebView: post QuotaManager calls to UI thread.
The AwQuotaManagerBridge needs to be usable from any thread, not just
the UI thread. Make it refcounted and have its methods post to the UI
thread if not already there. Since none of the methods are synchronous
there's no need to wait for the posted messages to be handled.
BUG=305205
R=benm@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227508
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix missing origin in url construction #Messages
Total messages: 5 (0 generated)
|