Commit 74c39bf
Fix Edge::getWebViewWrapper deadlock threat #1466
This commit makes sure while calling Edge::getWebViewWrapper with
waitForPendingWebviewTasksToFinish set to true that the method also checks for the
completion of the webViewWrapperFuture before calling a join() on it,
which can some time lead to deadlock as we allow forced execptional
completion of lastWebViewTask on timeout.
contributes to #14661 parent a5f952d commit 74c39bf
File tree
1 file changed
+2
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
414 | | - | |
| 415 | + | |
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
| |||
0 commit comments