mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
remove need for dup navigator.dtd files in mozilla/commercial trees
This commit is contained in:
parent
997bb1ea1c
commit
504b34185c
@ -29,7 +29,12 @@ Contributor(s): ______________________________________. -->
|
|||||||
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
||||||
<?xul-overlay href="chrome://navigator/content/NavSecurityOverlay.xul"?>
|
<?xul-overlay href="chrome://navigator/content/NavSecurityOverlay.xul"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
<!DOCTYPE window [
|
||||||
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||||
|
%brandDTD;
|
||||||
|
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
||||||
|
%navigatorDTD;
|
||||||
|
]>
|
||||||
|
|
||||||
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
@ -22,7 +22,12 @@ Contributor(s): ______________________________________. -->
|
|||||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||||
<?xul-overlay href="chrome://global/content/charsetOverlay.xul"?>
|
<?xul-overlay href="chrome://global/content/charsetOverlay.xul"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
<!DOCTYPE window [
|
||||||
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||||
|
%brandDTD;
|
||||||
|
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
|
||||||
|
%navigatorDTD;
|
||||||
|
]>
|
||||||
|
|
||||||
<overlay id="navigatorOverlay"
|
<overlay id="navigatorOverlay"
|
||||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user