зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
48289f53e3
Коммит
5a5b10dd72
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче