summaryrefslogtreecommitdiff
path: root/base/content/softwareUpdateOverlay.xul
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-05-13 19:56:51 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-05-13 19:56:51 -0400
commit0eb46dae7c3b33c6254930a5f654b1c46982583c (patch)
tree085a5136c06255249da9ddc282c91fb920bdaef0 /base/content/softwareUpdateOverlay.xul
parentbe019759ca0d600f0c4f9441ffd20af6c99b33ab (diff)
downloadiceweasel-uxp-0eb46dae7c3b33c6254930a5f654b1c46982583c.tar.gz
initial iceweasel branding commit
Diffstat (limited to 'base/content/softwareUpdateOverlay.xul')
-rw-r--r--base/content/softwareUpdateOverlay.xul18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/content/softwareUpdateOverlay.xul b/base/content/softwareUpdateOverlay.xul
new file mode 100644
index 0000000..01170e4
--- /dev/null
+++ b/base/content/softwareUpdateOverlay.xul
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+# 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/.
+
+<?xul-overlay href="chrome://browser/content/macBrowserOverlay.xul"?>
+
+<overlay id="softwareUpdateOverlay"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+<window id="updates">
+
+#include browserMountPoints.inc
+
+</window>
+
+</overlay>