Loading browser/base/content/browser-siteIdentity.js +2 −2 Original line number Diff line number Diff line Loading @@ -896,10 +896,10 @@ var gIdentityHandler = { gPermissionPanel.refreshPermissionIcons(); } // Hide the shield icon if it is a chrome page. // Bug 26345: Hide tracking protection UI. gProtectionsHandler._trackingProtectionIconContainer.classList.toggle( "chromeUI", this._isSecureInternalUI true ); }, Loading browser/components/about/AboutRedirector.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -139,11 +139,6 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::HIDE_FROM_ABOUTABOUT}, {"restartrequired", "chrome://browser/content/aboutRestartRequired.xhtml", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT}, {"protections", "chrome://browser/content/protections.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::IS_SECURE_CHROME_UI}, }; static nsAutoCString GetAboutModuleName(nsIURI* aURI) { Loading browser/components/about/components.conf +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pages = [ 'policies', 'preferences', 'privatebrowsing', 'protections', 'profiling', 'reader', 'restartrequired', Loading browser/components/moz.build +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ DIRS += [ "preferences", "privatebrowsing", "prompts", "protections", "protocolhandler", "resistfingerprinting", "screenshots", Loading browser/themes/shared/preferences/privacy.css +4 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ /* Content Blocking */ #trackingGroup { display: none; } /* Override styling that sets descriptions as grey */ #trackingGroup description.indent, #trackingGroup .indent > description { Loading Loading
browser/base/content/browser-siteIdentity.js +2 −2 Original line number Diff line number Diff line Loading @@ -896,10 +896,10 @@ var gIdentityHandler = { gPermissionPanel.refreshPermissionIcons(); } // Hide the shield icon if it is a chrome page. // Bug 26345: Hide tracking protection UI. gProtectionsHandler._trackingProtectionIconContainer.classList.toggle( "chromeUI", this._isSecureInternalUI true ); }, Loading
browser/components/about/AboutRedirector.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -139,11 +139,6 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::HIDE_FROM_ABOUTABOUT}, {"restartrequired", "chrome://browser/content/aboutRestartRequired.xhtml", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT}, {"protections", "chrome://browser/content/protections.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::IS_SECURE_CHROME_UI}, }; static nsAutoCString GetAboutModuleName(nsIURI* aURI) { Loading
browser/components/about/components.conf +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pages = [ 'policies', 'preferences', 'privatebrowsing', 'protections', 'profiling', 'reader', 'restartrequired', Loading
browser/components/moz.build +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ DIRS += [ "preferences", "privatebrowsing", "prompts", "protections", "protocolhandler", "resistfingerprinting", "screenshots", Loading
browser/themes/shared/preferences/privacy.css +4 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ /* Content Blocking */ #trackingGroup { display: none; } /* Override styling that sets descriptions as grey */ #trackingGroup description.indent, #trackingGroup .indent > description { Loading