Bug 481566: Restore behavior on mac and linux to our old probing strategy to fix Tp3. rs=jst

This commit is contained in:
Jonas Sicking 2009-05-19 15:32:05 -07:00
Родитель 98db55b12c
Коммит 05112a2a43
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -521,6 +521,11 @@ pref("dom.disable_open_click_delay", 1000);
pref("dom.storage.enabled", true);
pref("dom.storage.default_quota", 5120);
// Parsing perf prefs. For now just mimic what the old code did.
#ifndef XP_WIN
pref("content.sink.pending_event_mode", 0);
#endif
// Disable popups from plugins by default
// 0 = openAllowed
// 1 = openControlled