r=joki. Switching off the "nglayout.events.showHierarchicalHover" pref by default. This was enabled late in the beta 3 cycle and is causing performance problems with mousing over chrome. No code change is required.

This commit is contained in:
nisheeth%netscape.com 2000-09-27 14:37:55 +00:00
Родитель 3b22ae5c40
Коммит 92ba50e898
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -164,7 +164,7 @@ pref("nglayout.widget.gfxscrollbars", true);
pref("nglayout.view.useViewManager2", true);
// css2 hover pref
pref("nglayout.events.showHierarchicalHover", true);
pref("nglayout.events.showHierarchicalHover", false);
// Smart Browsing prefs
pref("browser.related.enabled", true);