Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
There should be no user-noticeable delay when closing a tab
https://bugs.webkit.org/show_bug.cgi?id=205069 <rdar://problem/57797494> Reviewed by Ryosuke Niwa. There should be no user-noticeable delay when closing a tab. To achieve this, use a timeout of 50ms for doing the IPC handshake with the WebContent process, instead of 500ms. * UIProcess/WebPageProxy.cpp: Canonical link: https://commits.webkit.org/218331@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253395 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information