зеркало из https://github.com/mozilla/gecko-dev.git
Merge m-c to inbound.
This commit is contained in:
Коммит
9d666dfae5
|
@ -482,8 +482,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Using Array.join() prevents lots of large intermediate strings from
|
||||
// being created; instead, the result is created in one go.
|
||||
// Using Array.join() avoids the overhead from lazy string concatenation.
|
||||
// See http://blog.cdleary.com/2012/01/string-representation-in-spidermonkey/#ropes
|
||||
let arr = [];
|
||||
getHTML(this);
|
||||
return arr.join("");
|
||||
|
@ -526,8 +526,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Using Array.join() prevents lots of large intermediate strings from
|
||||
// being created; instead, the result is created in one go.
|
||||
// Using Array.join() avoids the overhead from lazy string concatenation.
|
||||
// See http://blog.cdleary.com/2012/01/string-representation-in-spidermonkey/#ropes
|
||||
let text = [];
|
||||
getText(this);
|
||||
return text.join("");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"talos.zip": {
|
||||
"url": "http://build.mozilla.org/talos/zips/talos.38e088867f7b.zip",
|
||||
"url": "http://build.mozilla.org/talos/zips/talos.2605620aa7fc.zip",
|
||||
"path": ""
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче