[Webkit-unassigned] [Bug 105337] Expose mutation observers to chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 13:13:36 PST 2013


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





--- Comment #23 from Adam Barth <abarth at webkit.org>  2013-01-17 13:15:23 PST ---
IMHO, we should expose a more targeted API for your use case.  Exposing mutation observers to Chromium creates too much of an incentive for developers to implement poorly factored designs that re-implement web platform functionality in the embedder.

I have a hard time believing that we cannot create a more narrowly scoped API for your use case.  If we were to implement this feature internally in WebCore, we certainly wouldn't use mutation observers to react to changes in the page.  Many features in WebCore already need to react to changes in the page, and we implement them more specialized mechanisms that don't impose performance penalties.

-- 
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