[Webkit-unassigned] [Bug 176725] New: [WPE][GTK] Deprecate and replace webkit_form_submission_request_get_text_fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 11 13:07:22 PDT 2017


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

            Bug ID: 176725
           Summary: [WPE][GTK] Deprecate and replace
                    webkit_form_submission_request_get_text_fields
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

We should deprecate and replace webkit_form_submission_request_get_text_fields(). It's broken because it returns a GHashTable*, but the underlying C++ type is Vector<std::pair<String, String>>. The same "key" can appear multiple times in the form. This may not be very useful, but it is legal. Let's replace it with two different functions that each return an array of strings, webkit_form_submission_request_get_input_names() and webkit_form_submission_request_get_input_values().

-- 
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/20170911/33cfb5c7/attachment-0001.html>


More information about the webkit-unassigned mailing list