Move all of the overlay pieces into an include file except for the DTD's that could not be put there. Inline the DTD's into the files where they were used. Update comments in macWindow.inc.xul and browser.xul to more accurately reflect the current state. MozReview-Commit-ID: HZIeSf29Yl
24 lines
615 B
XML
24 lines
615 B
XML
<?xml version="1.0"?>
|
|
# -*- Mode: HTML -*-
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#ifdef XP_MACOSX
|
|
<?xml-stylesheet href="chrome://browser/skin/webRTC-indicator.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window [
|
|
#include browser-doctype.inc
|
|
]>
|
|
|
|
<window id="main-window"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
#include macWindow.inc.xul
|
|
|
|
</window>
|
|
|
|
#endif
|