[Webkit-unassigned] [Bug 183510] [GTK] Do not use WebKitDOMHTMLFormElement as argument of signal WebKitWebPage::will-submit-form
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 9 06:35:41 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183510
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #335416|review? |review+
Flags| |
--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 335416
--> https://bugs.webkit.org/attachment.cgi?id=335416
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=335416&action=review
> Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebPage.cpp:594
> + * @form: the #WebKitDOMElement to be submitted
the #WebKitDOMElement to be submitted, which will always correspond to an HTMLFormElement
> Tools/TestWebKitAPI/Tests/WebKitGLib/WebExtensionTest.cpp:385
> + GUniquePtr<char> formID(webkit_dom_element_get_id(formElement));
Oops. I wish it was not transfer full. :( But I guess the ID can change at any time.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180309/c51c90cf/attachment.html>
More information about the webkit-unassigned
mailing list