commit | e4e457e379f087ba22389b88ebb62f07dbb0a7df | [log] [tgz] |
---|---|---|
author | Yuzu Saijo <yuzus@chromium.org> | Wed Jul 03 03:55:35 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 03 03:55:35 2019 |
tree | a5d794d4d018fd46c52defb1002c2a8956e4db00 | |
parent | 3915408776e500a425031f4316cf6708859afbfb [diff] |
Replace FrameMsg_Delete with UnfreezableFrameMsg_Delete This CL replaces FrameMsg_Delete with UnfreezableFrameMsg_Delete so that the frame delete IPC message always runs (not frozen) regardless of the frame status. This CL also fixes a bug in UnfreezableMessageFilter where GetUnfreezable- TaskRunner was returning base::ThreadTaskRunnerHandle::Get() on I/O thread when the task runner is not found. Change-Id: I8c452029f0f7b4d4d953d563e93255aa9e75ff99 Bug: 978742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655410 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#674342}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .