Bug 68729
Summary: | [Meta] Implement Mutation Observers, a replacement for DOM Mutation Events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Klein <adamk> |
Component: | DOM | Assignee: | Adam Klein <adamk> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | annevk, ap, arv, donggwan.kim, leandro, mike, mjs, rafaelw, sam, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 65734, 103916, 68732, 68824, 68949, 68955, 68956, 68957, 70137, 70287, 70289, 70359, 70385, 70436, 70788, 70860, 70861, 70862, 71242, 71499, 71527, 71577, 71596, 71728, 71843, 71865, 71939, 72063, 72316, 72986, 73026, 73243, 73472, 73480, 73492, 73596, 73851, 73880, 74190, 74423, 74448, 74563, 74641, 78196, 78290, 78639, 79131, 79710, 80549, 81712, 81822, 83218, 83496, 83706, 84094, 85161, 85402, 89351, 91406, 93661, 98921, 105459, 105810 | ||
Bug Blocks: |
Adam Klein
See http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html for the proposed API.
This is a meta-bug, as the implementation is expected to be split into several patches.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Klein
The interface definitions are now listed in the DOM4 spec, which is a bit more readable than the mailing list archive:
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutations
Rafael Weinstein
(Just to update the URL for the Mutation Observers href in the DOM4 spec):
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers
Anne van Kesteren
This can be considered done at this point.