зеркало из https://github.com/mozilla/gecko-dev.git
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
This commit is contained in:
Родитель
e324543a75
Коммит
a35730ae9a
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" >
|
<!DOCTYPE overlay SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" >
|
||||||
|
|
||||||
<!-- This is the overlay that adds "XMLterm" to the (global) task menu. -->
|
<!-- This is the overlay that adds "XMLterm" to the (global) task menu. -->
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window [
|
<!DOCTYPE dialog [
|
||||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||||
%brandDTD;
|
%brandDTD;
|
||||||
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >
|
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/popupManager.dtd" >
|
<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/popupManager.dtd" >
|
||||||
|
|
||||||
<dialog id="popupManager"
|
<dialog id="popupManager"
|
||||||
buttons="accept,cancel,help"
|
buttons="accept,cancel,help"
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window [
|
<!DOCTYPE dialog [
|
||||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||||
%brandDTD;
|
%brandDTD;
|
||||||
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >
|
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/popupManager.dtd" >
|
<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/popupManager.dtd" >
|
||||||
|
|
||||||
<dialog id="popupManager"
|
<dialog id="popupManager"
|
||||||
buttons="accept,cancel,help"
|
buttons="accept,cancel,help"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?>
|
<?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?>
|
||||||
|
|
||||||
<!DOCTYPE overlay [
|
<!DOCTYPE dialog [
|
||||||
<!ENTITY % dtd1 SYSTEM "chrome://communicator/locale/pref/pref.dtd" > %dtd1;
|
<!ENTITY % dtd1 SYSTEM "chrome://communicator/locale/pref/pref.dtd" > %dtd1;
|
||||||
<!ENTITY % dtd2 SYSTEM "chrome://communicator-platform/locale/pref/platformPrefOverlay.dtd" > %dtd2;
|
<!ENTITY % dtd2 SYSTEM "chrome://communicator-platform/locale/pref/platformPrefOverlay.dtd" > %dtd2;
|
||||||
]>
|
]>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче