Bug 78442

Summary: Page should provide Active DOM lifecycle notification to its supplements.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 78440    

Description Hajime Morrita 2012-02-12 16:21:04 PST
From https://bugs.webkit.org/show_bug.cgi?id=78085#c8
Document has resumeActiveDOMObjects() and suspendActiveDOMObjects(), which accesses Page's supplemental objects.
These special case should be generalized away.
Comment 1 Adam Barth 2012-02-12 16:41:50 PST
I wonder if we should have something more like a "PageObserver" than an ActiveDOMObject.  We can add callbacks as needed by use cases.
Comment 2 Adam Barth 2012-03-23 17:20:38 PDT
This doesn't appear to be necessary.