[webkit-reviews] review granted: [Bug 116334] Expose a way to know when forms are added to a page or when form controls are added to a form in the injected bundle : [Attachment 202124] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 17 21:56:04 PDT 2013


Alexey Proskuryakov <ap at webkit.org> has granted Jessie Berlin
<jberlin at webkit.org>'s request for review:
Bug 116334: Expose a way to know when forms are added to a page or when form
controls are added to a form in the injected bundle
https://bugs.webkit.org/show_bug.cgi?id=116334

Attachment 202124: Patch
https://bugs.webkit.org/attachment.cgi?id=202124&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=202124&action=review


> Source/WebKit2/ChangeLog:26
> +	   At this time, there is no known use for the elements themselves, so
don't bother piping
> +	   that through to the API.

Hmm. I wonder if checks in injected bundle will be efficient enough without
knowing the elements. These calls might be made frequently on certain pages.


More information about the webkit-reviews mailing list