зеркало из https://github.com/mozilla/pjs.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:
Родитель
d6aa1f32db
Коммит
311b35c64b
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче