зеркало из https://github.com/mozilla/gecko-dev.git
Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me
This commit is contained in:
Родитель
e4aace6b01
Коммит
dd6232ab01
|
@ -268,7 +268,7 @@
|
|||
|
||||
var host = this._uri.host;
|
||||
if (host) {
|
||||
//XXX Disabled for now due to perf/leak regressions
|
||||
//XXX Bug 386727: Disabled for now due to perf/leak regressions
|
||||
//XXX workaround for bug 364129
|
||||
if (0 && !/^[.0-9]+$/.test(host)) {
|
||||
// getEffectiveTLDLength might convert our host and return a misleading length.
|
||||
|
|
Загрузка…
Ссылка в новой задаче