Bug 78443

Summary: Page should have a PageObserver
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, kbolisetty, mrahaman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 78440    

Description Hajime Morrita 2012-02-12 16:27:22 PST
Like Frame/FrameDestructionObserver, it would be nice to have PageDestructionObserver.
Comment 1 Adam Barth 2012-02-22 10:16:08 PST
BTW, I've been thinking we should rename FrameDestructionObserver to FrameObserver, especially as it starts to observe more things.
Comment 2 Mustafizur Rahaman( :rahaman) 2012-03-01 21:11:35 PST
Is anyone working on this? Otherwise, I can try to come up with the initial patch to take it forward...
Comment 3 Adam Barth 2012-03-01 21:13:02 PST
We haven't found a case where this is necessary yet.  We prefer to wait until we're sure we're going to need something before adding it.