Bug 78442
Summary: | Page should provide Active DOM lifecycle notification to its supplements. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | Platform | Assignee: | 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 |
Hajime Morrita
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
I wonder if we should have something more like a "PageObserver" than an ActiveDOMObject. We can add callbacks as needed by use cases.
Adam Barth
This doesn't appear to be necessary.