Updates:
Status: Fixed
Comment #7 on issue 4582 by [EMAIL PROTECTED]: Chrome: Crash Report -
Stack Signature: WebCore::ScrollView::contentsToWindow(WebCore::IntPoint
const &)-E7FC9B
http://code.google.com/p/chromium/issues/detail?id=4582
New Revision: 5927
Log:
Don't reenter Webkit, while it waits for outgoing sync calls to complete.
This
fixes bug http://code.google.com/p/chromium/issues/detail?id=4582, which is
a crash
in the renderer process, which occurs when the renderer receives a sync
message
requesting accessibility information from the browser, while it waits
for the PluginDestroyed sync call to unwind.
The ViewMsg_GetAccessibilityInfo has a timeout associated with it, which
indicates
that it is ok for the call to fail. We now turn off the unblock flag on the
sync
message which will ensure that it does not reenter Webkit in this scenario.
R=jcampan
Bug=4582
Review URL: http://codereview.chromium.org/12402
Modified:
trunk/src/chrome/browser/browser_accessibility_manager.cc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---