RESOLVED FIXED Bug 72986
[MutationObservers] Cleanup duplicated code in Element & CharacterData
https://bugs.webkit.org/show_bug.cgi?id=72986
Summary [MutationObservers] Cleanup duplicated code in Element & CharacterData
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.