[webkit-reviews] review granted: [Bug 31097] <FORM> sends the form-data to the URL specified in "action" only once. : [Attachment 47798] patch to allow the multiple submission of a single form when they are user-initiated and disallow the multiple submission of a single form when they are not user-initiated.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 11:13:42 PST 2010


Adam Barth <abarth at webkit.org> has granted Johnny Ding <jnd at chromium.org>'s
request for review:
Bug 31097: <FORM> sends the form-data to the URL specified in "action" only
once.
https://bugs.webkit.org/show_bug.cgi?id=31097

Attachment 47798: patch to allow the multiple submission of a single form when
they are user-initiated and disallow the multiple submission of a single form
when they are not user-initiated.
https://bugs.webkit.org/attachment.cgi?id=47798&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
Looks like I'm as good a reviewer as you're going to get.  :)

This patch looks good.	Our current way of tracking whether we're handling a
user input event is super lame, but I don't think we should block this patch on
fixing that.

Please spellcheck your comments before landing.  For example, "subssion" is
misspelled.


More information about the webkit-reviews mailing list