New issue
Advanced search Search tips

Issue 669535 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Create single entry point for event handling

Project Member Reported by bokan@chromium.org, Nov 29 2016

Issue description

In https://codereview.chromium.org/2540573002/ I fixed some edge case crashes where we enter event handling while a frame is detaching. We have these kinds of checks littered throughout event handling code. These checks are inconsistent and redundant. We'd be better off having a single entry point for all events where we can verify the system is capable of event handling (i.e. FrameView exists, Frame is attached, Document exists, etc.) and removing all these checks downstream.
 

Sign in to add a comment