DescriptionBrowser Plugin: Navigating to the same URL after crash should load a new guest
This patch contains a few other small changes in behavior:
1. Removing the src attribute after navigation in <webview> will immediately restore it.
2. browserPlugin.terminate() will not issue an IPC as long as the BrowserPlugin is in a crashed state.
3. WebViewTest.Shim was misbehaving because it had lingering <webview>s in the DOM all in the same partition and so terminating one webview terminated them all, and caused multiple exit listeners to fire. This was fixed.
4. Fixed a potential infinite loop that could happen if the src attribute is modified while in a crashed state.
BUG=175206
Test=WebViewTest.Shim: webViewAssignSrcAfterCrash, webViewRemoveSrcAttribute
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182278
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fixed test + bug #
Total comments: 1
Patch Set 3 : Fixed nits + Merged with ToT #
Messages
Total messages: 9 (0 generated)
|