Bug 1723525 - remove dead references from site data settings dialogs r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D122749
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
|
|
||||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://browser/content/preferences/dialogs/siteDataSettings.css" type="text/css"?>
|
|
||||||
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
||||||
|
|
||||||
<window id="SiteDataRemoveSelectedDialog"
|
<window id="SiteDataRemoveSelectedDialog"
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://browser/content/preferences/dialogs/siteDataSettings.css" type="text/css"?>
|
|
||||||
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
||||||
|
|
||||||
<window id="SiteDataSettingsDialog"
|
<window id="SiteDataSettingsDialog"
|
||||||
|
|||||||
@@ -3367,12 +3367,6 @@ void CheckForBrokenChromeURL(nsILoadInfo* aLoadInfo, nsIURI* aURI) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bug 1723525
|
|
||||||
if (spec.EqualsLiteral("chrome://browser/content/preferences/dialogs/"
|
|
||||||
"siteDataSettings.css")) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (xpc::IsInAutomation()) {
|
if (xpc::IsInAutomation()) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (NS_IsMainThread()) {
|
if (NS_IsMainThread()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user