Add POST method support to WML <go> element.
Created attachment 26174 [details] Initial patch
Created attachment 26175 [details] Layout test results
Comment on attachment 26174 [details] Initial patch Clearing review flag for now. As suggested by Holger, a better approach would be to create a FormDataBuilder class, which encapsulates the Vector<char> instead of having to pass it to several functions, as it is in this patch. Uploading a revised version soon - see bug 22949.
Created attachment 26193 [details] Updated patch
Created attachment 26194 [details] Updated layout test results
Adapted to changes in bug 22949 - helper class is now called 'FormDataBuilder', not 'FormElementData'.
Created attachment 26195 [details] WebKitTools changes
Landed in r39431.