Bug 74545

Summary: Remove the concept of Document activation callbacks
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Brady Eidson
Reported 2011-12-14 14:54:47 PST
Remove the concept of Document activation callbacks Since this was introduced, "ActiveDOMObject" has also been introduced, and it seems to be a more robust replacement for it. At this point (102829) there's only *one* user of document activation left in SVG, so it'll be trivial to move it over to ActiveDOMObject.
Attachments
Brady Eidson
Comment 1 2011-12-14 15:02:00 PST
Actually HTMLFormElement uses the activation callback too. This would be nice to get to some day.
Brady Eidson
Comment 2 2011-12-15 13:10:05 PST
Per the discussion in https://bugs.webkit.org/show_bug.cgi?id=74533 ActiveDOMObject isn't actually a panacea. So we're no longer sure we're going to do this.
Note You need to log in before you can comment on or make changes to this bug.