Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)

p=me r=dwitte/benjamin sr=darin
This commit is contained in:
bugzilla%arlen.demon.co.uk 2006-09-14 06:10:37 +00:00
Родитель 48289f53e3
Коммит 5a5b10dd72
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2304,7 +2304,7 @@ function onPopupWindow(aEvent) {
}
}
if (showDialog) {
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
window.openDialog("chrome://communicator/content/permissions/aboutPopups.xul", "",
"chrome,centerscreen,dependent", true);
pref.setBoolPref("privacy.popups.first_popup", false);
}
@ -2384,7 +2384,7 @@ function StatusbarViewPopupManager() {
catch(ex) { }
// open whitelist with site prefilled to unblock
window.openDialog("chrome://communicator/content/popupManager.xul", "",
window.openDialog("chrome://communicator/content/permissions/permissionsManager.xul", "",
"chrome,resizable=yes", hostPort);
}