diff --git a/mozilla/browser/components/prefwindow/content/pref-advanced.xul b/mozilla/browser/components/prefwindow/content/pref-advanced.xul
index fe8955f688a..6bba808d612 100644
--- a/mozilla/browser/components/prefwindow/content/pref-advanced.xul
+++ b/mozilla/browser/components/prefwindow/content/pref-advanced.xul
@@ -1,10 +1,17 @@
+#define PROVISIONAL_SECURITY_UI
+
-
+
+
+ %brandDTD;
+ %advancedDTD;
+]>
@@ -61,6 +182,104 @@
+
+#ifdef PROVISIONAL_SECURITY_UI
+
+ This section is PROVISIONAL and will change or disappear in future releases!
+ It exists here now only to provide this functionality where no other access point
+ is available.
+
+
+ &certselect.description;
+
+
+
+
+
+
+
+
+
+
+ &managecerts.text;
+
+
+
+
+
+
+
+
+ &managedevices.text;
+
+
+
+
+
+
+
+ This section is PROVISIONAL and will change or disappear in future releases!
+ It exists here now only to provide this functionality where no other access point
+ is available.
+
+
+ &validation.crl.description;
+
+
+
+
+
+
+
+ &validation.ocsp.description;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#endif
+
diff --git a/mozilla/browser/components/prefwindow/content/pref-privacy.js b/mozilla/browser/components/prefwindow/content/pref-privacy.js
index 3f64d52d2de..5cbf34275a1 100644
--- a/mozilla/browser/components/prefwindow/content/pref-privacy.js
+++ b/mozilla/browser/components/prefwindow/content/pref-privacy.js
@@ -35,6 +35,7 @@
#
# ***** END LICENSE BLOCK *****
+#define DL_RETAIN_WINDOW 0
var _elementIDs = ["histDay", "browserCacheDiskCache", "enableCookies",
"enableCookiesForOriginatingSiteOnly", "enableCookiesForCurrentSessionOnly",
@@ -78,7 +79,7 @@ function Startup() {
var categories = document.getElementById("privacyCategories");
categories.addEventListener("clear", PrivacyPanel.clear, false);
-
+
// XXXben - we do this because of a bug with the download retention window menulist.
// The bug is that when the Options dialog opens, or you switch from another panel to
// this panel, style is incompletely resolved on the menulist's display area anonymous
@@ -92,11 +93,11 @@ function Startup() {
// the bound element. dbaron is helping me with this with a reduced test case, but in
// the meantime, I'm working around this bug by placing the menulist outside the bound element
// until it is completely initialized and then scooting it in, which is what this code does.
- // var drb = document.getElementById("downloadsRetentionBox");
- // var drp = document.getElementById("downloadsRetentionPolicy");
- // drp.removeAttribute("hidden");
- // document.documentElement.removeChild(drp);
- // drb.appendChild(drp);
+# var drb = document.getElementById("downloadsRetentionBox");
+# var drp = document.getElementById("downloadsRetentionPolicy");
+# drp.removeAttribute("hidden");
+# document.documentElement.removeChild(drp);
+# drb.appendChild(drp);
}
function unload()
diff --git a/mozilla/browser/components/prefwindow/content/pref-privacy.xul b/mozilla/browser/components/prefwindow/content/pref-privacy.xul
index 1d1e913bcae..68b30d95180 100644
--- a/mozilla/browser/components/prefwindow/content/pref-privacy.xul
+++ b/mozilla/browser/components/prefwindow/content/pref-privacy.xul
@@ -92,6 +92,10 @@
&downloadsDescription.label;
+
+#
+# &downloadsRetentionPolicy.label;
+#
@@ -143,14 +147,15 @@
-#
-#
-#
-#
-#
-#
-#
+
+#
+#
+#
+#
+#
+#
+#
diff --git a/mozilla/browser/components/prefwindow/locale/pref-advanced.dtd b/mozilla/browser/components/prefwindow/locale/pref-advanced.dtd
index 897989bcb3d..dd39aaec517 100644
--- a/mozilla/browser/components/prefwindow/locale/pref-advanced.dtd
+++ b/mozilla/browser/components/prefwindow/locale/pref-advanced.dtd
@@ -17,3 +17,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+