Bug 78443 - Page should have a PageObserver
Summary: Page should have a PageObserver
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 78440
  Show dependency treegraph
 
Reported: 2012-02-12 16:27 PST by Hajime Morrita
Modified: 2012-03-23 17:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.