Fixed race condition during window creation
Currently browser was not waiting for renderer part of the navigation before calling a callback on chrome.app.create. It assumed that the mojo ipc will be handled quickly, which is not true in cases of overloaded renderer(e.g kiosk app with many backgroud apps). Bug: 943710 Change-Id: I92effd2cd5daca8d95e1b7ad04bf47b6ef6dfb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655396 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#668576}
Showing
Please register or sign in to comment