DescriptionBrowser Plugin: More robust recovery from guest crash
Guests don't recover from crashes very well. Basically, the only
actions that would properly recover the browser plugin from crash
is the reload method and setting the src attribute. This change
moves the resetting of the guest_crashed_ flag to UpdateRect in order
to make crash recovery more robust. If we're receiving new pixels from
guests, then we can assume that the guest has recovered from a crash.
BUG=155324
Test=BrowserPluginHostTest.BackAfterTerminateGuest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161986
Patch Set 1 #
Total comments: 4
Patch Set 2 : Merged with ToT + Moved resetting of guest_crashed_ flag #Patch Set 3 : Fixed leak in test #Patch Set 4 : Removed part of test that is no longer valid #
Messages
Total messages: 8 (0 generated)
|