Bug 1731687 - Remove browser-doctype.inc. r=emalysz

Differential Revision: https://phabricator.services.mozilla.com/D127136
This commit is contained in:
Niklas Baumgardner 2021-09-30 20:01:03 +00:00
Родитель da1f9f11d1
Коммит 49c7deeea0
8 изменённых файлов: 1 добавлений и 36 удалений

Просмотреть файл

@ -8,12 +8,6 @@
<?xml-stylesheet href="chrome://browser/content/aboutDialog.css" type="text/css"?>
<?xml-stylesheet href="chrome://branding/content/aboutDialog.css" type="text/css"?>
<!DOCTYPE window [
#ifdef XP_MACOSX
#include browser-doctype.inc
#endif
]>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="aboutDialog"

Просмотреть файл

@ -1,2 +0,0 @@
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
%brandDTD;

Просмотреть файл

@ -8,10 +8,6 @@
<?xml-stylesheet href="chrome://browser/skin/webRTC-menubar-indicator.css" type="text/css"?>
<!DOCTYPE window [
#include browser-doctype.inc
]>
<window id="main-window"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -7,8 +7,7 @@
# This include file should only contain things that are needed to support MacOS
# specific features that are needed for all top level windows. If the feature is
# also needed in browser.xhtml, it should go in one of the various include files
# below that are shared with browser.xhtml. When including this file,
# browser-doctype.inc must also be included.
# below that are shared with browser.xhtml.
<linkset>
<html:link rel="localization" href="branding/brand.ftl"/>

Просмотреть файл

@ -6,12 +6,6 @@
<?xml-stylesheet href="chrome://browser/content/pageinfo/pageInfo.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/pageInfo.css" type="text/css"?>
<!DOCTYPE window [
#ifdef XP_MACOSX
#include ../browser-doctype.inc
#endif
]>
<window id="main-window"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"

Просмотреть файл

@ -17,9 +17,6 @@
<!DOCTYPE window [
<!ENTITY % editMenuOverlayDTD SYSTEM "chrome://global/locale/editMenuOverlay.dtd">
%editMenuOverlayDTD;
#ifdef XP_MACOSX
#include ../../../base/content/browser-doctype.inc
#endif
]>
<window id="places"

Просмотреть файл

@ -7,13 +7,6 @@
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/setDesktopBackground.css" type="text/css"?>
<!DOCTYPE dialog [
#ifdef XP_MACOSX
#include ../../../base/content/browser-doctype.inc
#endif
]>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
windowtype="Shell:SetDesktopBackground"

Просмотреть файл

@ -9,12 +9,6 @@
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://mozapps/skin/update/updates.css"?>
<!DOCTYPE window [
#if defined(XP_MACOSX) && MOZ_BUILD_APP == browser
#include ../../../../browser/base/content/browser-doctype.inc
#endif
]>
<window windowtype="Update:Elevation"
type="child"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"