summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6/changes
diff options
context:
space:
mode:
authorIain Merrick <husky@google.com>2010-09-23 16:22:47 +0100
committerIain Merrick <husky@google.com>2010-09-23 16:59:18 +0100
commit4f0e56b7afa5ca705c716d5001335b73400bea08 (patch)
tree943f05c567a6a70c1edba495c8830181facb57a5 /docs/html/sdk/api_diff/6/changes
parent1115d0da1ac63eb253e74a4cca501a1e3e460ea0 (diff)
Fix deadlock in HTTP authentication within synchronous request.
When HTTP authentication results in the user being prompted for a username and password, this is handled asynchronously in the UI thread. However, we can't post the result back to the WebKit thread in the normal way because WebKit does not pump its message queue during synchronous requests. Instead, we call WebKit directly from the UI thread and let it handle the threading. This is safe to do because we're using thread-safe STL and Chrome objects, not WebCore objects. Change-Id: I79c21510186c2352f842c4ff4311687ec40ba45f
Diffstat (limited to 'docs/html/sdk/api_diff/6/changes')
0 files changed, 0 insertions, 0 deletions