Backed out 3 changesets (bug 675943) for causing wpt unexpected passes.
Backed out changeset 56d084bfc8b8 (bug 675943) Backed out changeset 8f514549a81c (bug 675943) Backed out changeset 33fabcece85d (bug 675943)
This commit is contained in:
@@ -5853,17 +5853,7 @@ HTMLInputElement::SubmitNamesValues(FormData* aFormData) {
|
||||
value = defaultValue;
|
||||
}
|
||||
|
||||
const nsresult rv = aFormData->AddNameValuePair(name, value);
|
||||
if (NS_FAILED(rv)) {
|
||||
return rv;
|
||||
}
|
||||
|
||||
// Submit dirname=dir
|
||||
if (DoesDirnameApply()) {
|
||||
return SubmitDirnameDir(aFormData);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
return aFormData->AddNameValuePair(name, value);
|
||||
}
|
||||
|
||||
static nsTArray<FileContentData> SaveFileContentData(
|
||||
|
||||
Reference in New Issue
Block a user