mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
2ed5e54b93
commit
5854752a69
@ -5,7 +5,6 @@
|
||||
- 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://browser/content/preferences/dialogs/siteDataSettings.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
||||
|
||||
<window id="SiteDataRemoveSelectedDialog"
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
<?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/content/preferences/dialogs/siteDataSettings.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/skin/preferences/siteDataSettings.css" type="text/css"?>
|
||||
|
||||
<window id="SiteDataSettingsDialog"
|
||||
|
@ -3367,12 +3367,6 @@ void CheckForBrokenChromeURL(nsILoadInfo* aLoadInfo, nsIURI* aURI) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Bug 1723525
|
||||
if (spec.EqualsLiteral("chrome://browser/content/preferences/dialogs/"
|
||||
"siteDataSettings.css")) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (xpc::IsInAutomation()) {
|
||||
#ifdef DEBUG
|
||||
if (NS_IsMainThread()) {
|
||||
|
Loading…
Reference in New Issue
Block a user