зеркало из https://github.com/mozilla/gecko-dev.git
Fixes bug 81185: strips whitespace from base64 encoded test/*, using data: urls. r=valeski, sr=dougt.
This commit is contained in:
Родитель
fb0cc979e0
Коммит
14e971bef2
|
@ -147,7 +147,7 @@ nsDataChannel::ParseData() {
|
|||
char *dataBuffer = nsnull;
|
||||
PRBool cleanup = PR_FALSE;
|
||||
mContentType.StripWhitespace();
|
||||
if (!mContentType.Find("text")) {
|
||||
if (!mContentType.Find("text") && !lBase64) {
|
||||
// it's text, don't compress spaces
|
||||
dataBuffer = comma+1;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче