New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 615867 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Push notifications shouldn't access frames that are detached from the frame tree

Project Member Reported by kenrb@chromium.org, May 30 2016

Issue description

A Push crash was fixed in https://codereview.chromium.org/1355513003 by adding a work-around solution to RenderFrameHostImpl to check if the frame is attached to the frame tree and returning early if it is not. I have to refactor this work-around in a CL right now and ideally it could be removed at some point, if the root cause can be addressed (or if it already has been). We shouldn't call methods on detached RenderFrameHosts, in general.
 

Sign in to add a comment