Bug 1352055 - Removed reference to a legacy preference name for sandboxing. draft
authorAlex Gaynor <agaynor@mozilla.com>
Thu, 30 Mar 2017 09:50:57 -0400
changeset 553724 d21cd0f60e9ba816466b89c008b6602b2a49621a
parent 553679 03d602fd723ad6ff4588c04855884ffa1dee9410
child 622158 20c70cb5f11d052bd972c947593f8ab50428b102
push id51738
push userbmo:agaynor@mozilla.com
push dateThu, 30 Mar 2017 14:57:53 +0000
bugs1352055
milestone55.0a1
Bug 1352055 - Removed reference to a legacy preference name for sandboxing. r=jimm MozReview-Commit-ID: 28UfBrHWfcb
dom/ipc/ContentPrefs.cpp
--- a/dom/ipc/ContentPrefs.cpp
+++ b/dom/ipc/ContentPrefs.cpp
@@ -199,17 +199,16 @@ const char* mozilla::dom::ContentPrefs::
   "privacy.firstparty.isolate.restrict_opener_access",
   "privacy.resistFingerprinting",
   "security.data_uri.inherit_security_context",
   "security.fileuri.strict_origin_policy",
   "security.sandbox.content.level",
   "security.sandbox.content.tempDirSuffix",
   "security.sandbox.logging.enabled",
   "security.sandbox.mac.track.violations",
-  "security.sandbox.windows.log",
   "security.sandbox.windows.log.stackTraceDepth",
   "shutdown.watchdog.timeoutSecs",
   "signed.applets.codebase_principal_support",
   "svg.disabled",
   "svg.display-lists.hit-testing.enabled",
   "svg.display-lists.painting.enabled",
   "svg.new-getBBox.enabled",
   "svg.paint-order.enabled",
@@ -239,9 +238,8 @@ const char** mozilla::dom::ContentPrefs:
   return gInitPrefs;
 }
 
 const char*  mozilla::dom::ContentPrefs::GetContentPref(size_t aIndex)
 {
   MOZ_ASSERT(aIndex < ArrayLength(ContentPrefs::gInitPrefs));
   return gInitPrefs[aIndex];
 }
-