Bug 72986

Summary: [MutationObservers] Cleanup duplicated code in Element & CharacterData
Product: WebKit Reporter: Rafael Weinstein <rafaelw>
Component: DOMAssignee: Rafael Weinstein <rafaelw>
Status: RESOLVED FIXED    
Severity: Normal CC: adamk, ojan, rniwa, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68729    
Attachments:
Description Flags
Patch none

Rafael Weinstein
Reported 2011-11-22 14:14:42 PST
There is nearly indentical code in Element & CharacterData which collects a set of interested MutationObservers, creates appropriate mutation records (with & without oldValues) and delivers them. We should create some sort of "MutationObserverInterestGroup" which encapsulates this logic
Attachments
Patch (14.73 KB, patch)
2011-11-22 14:18 PST, Rafael Weinstein
no flags
Rafael Weinstein
Comment 1 2011-11-22 14:18:21 PST
WebKit Review Bot
Comment 2 2011-11-23 02:46:19 PST
Comment on attachment 116275 [details] Patch Clearing flags on attachment: 116275 Committed r101061: <http://trac.webkit.org/changeset/101061>
WebKit Review Bot
Comment 3 2011-11-23 02:46:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.