[Webkit-unassigned] [Bug 85161] Unprefix mutation observers API and add a warning about the use of mutation events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 08:57:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85161


Adam Klein <adamk at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |78290




--- Comment #1 from Adam Klein <adamk at chromium.org>  2012-04-30 08:57:54 PST ---
(In reply to comment #0)
> We should try to get rid of mutation events ASAP. In order to do so, we need an unprefixed alternative.
> 
> Mozilla is removing the prefix in https://bugzilla.mozilla.org/show_bug.cgi?id=749920 so we should do the same after making sure our implementation matches the spec.
> 
> As far as I know, the bug 83496 is the only blocker for this bug for ports that use V8. For ports that use JSC, we also need to fix bug 71865 and bug 78290.

Just marked 83496 as a dup (it was fixed in bug 83706), and bug 71865 was fixed in http://trac.webkit.org/changeset/107008, so the only difference in behavior I know of between WebKit and Mozilla is due to bug 78290 (only affecting JSC-using ports, it boils down to a lack of proper timing for DOM mutations due to editing).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list