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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 14:57:01 PST 2013


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





--- Comment #21 from Adam Barth <abarth at webkit.org>  2013-01-14 14:58:48 PST ---
I spoke with Elliott a bit and I wonder if you might be better off with a more narrowly scoped API.  Given that your interest is in input fields associated with form elements, you might want to look at the code in WebCore for what happens when an input field becomes associated with a form.  There are a number of callbacks that get triggered (e.g., for use by autofill and password managers).  I suspect we want something that reuses those code paths rather than rebuilding them in Chromium.

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