Bug 78442 - Page should provide Active DOM lifecycle notification to its supplements.
Summary: Page should provide Active DOM lifecycle notification to its supplements.
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:21 PST by Hajime Morrita
Modified: 2012-03-23 17:20 PDT (History)
1 user (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: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.