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:
gavin@gavinsharp.com 2007-07-03 07:58:20 -07:00
Родитель d6aa1f32db
Коммит 311b35c64b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -268,7 +268,7 @@
var host = this._uri.host; var host = this._uri.host;
if (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 //XXX workaround for bug 364129
if (0 && !/^[.0-9]+$/.test(host)) { if (0 && !/^[.0-9]+$/.test(host)) {
// getEffectiveTLDLength might convert our host and return a misleading length. // getEffectiveTLDLength might convert our host and return a misleading length.