New issue
Advanced search Search tips

Issue 838415 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Nov 29
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Create PageCoordinationUnit for Blink

Project Member Reported by fmea...@chromium.org, Apr 30 2018

Issue description

Currently there is a FrameCoordinationUnit and a RendererCoordinationUnit in blink, but there is no PageCoordinationUnit.

Currently, Page related messages are passed using the frame one.
 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Status: WontFix (was: Assigned)
Closing this, as its no longer necessary. The logic has been changed such that:

- freezing is initiated in the browser, and dispatched to each individual frame. During that time the page is in a PENDING_FREEZE state.
- each individual frame transitions, and reports its lifecycle state transition to the browser.
- once all frames in a frame-tree have transitioned, the page transitions state.

Sign in to add a comment