Merge mozilla-central to mozilla-inbound

This commit is contained in:
Carsten "Tomcat" Book
2016-07-14 11:56:37 +02:00
200 changed files with 1952 additions and 1915 deletions

View File

@@ -875,7 +875,7 @@ GetSubmitCharset(nsGenericHTMLElement* aForm,
nsAutoString uCharset;
acceptCharsetValue.Mid(uCharset, offset, cnt);
if (EncodingUtils::FindEncodingForLabel(uCharset, oCharset))
if (EncodingUtils::FindEncodingForLabelNoReplacement(uCharset, oCharset))
return;
}
offset = spPos + 1;