[Pkg-privacy-commits] [xul-ext-monkeysphere] 60/296: consolidate xul overlays
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit cbee2150c424d164a80ff5771d8c4b9747b62598
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Sun Feb 7 19:12:59 2010 -0500
consolidate xul overlays
---
chrome/content/initialize.xul | 30 ------------------------------
chrome/content/statusbar.xul | 4 ++++
2 files changed, 4 insertions(+), 30 deletions(-)
diff --git a/chrome/content/initialize.xul b/chrome/content/initialize.xul
deleted file mode 100644
index bbe89c4..0000000
--- a/chrome/content/initialize.xul
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-Monkeysphere XUL extension
-Copyright © 2010 Jameson Rollins <jrollins at finestructure.net>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
--->
-
-<overlay id="validation-agent-init"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="monkeysphere.js" />
-
- <script type="text/javascript">
- window.addEventListener('load', monkeysphere.init, false);
- </script>
-
-</overlay>
diff --git a/chrome/content/statusbar.xul b/chrome/content/statusbar.xul
index b1c6d67..8fe43fe 100644
--- a/chrome/content/statusbar.xul
+++ b/chrome/content/statusbar.xul
@@ -29,6 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<script type="application/x-javascript" src="monkeysphere.js" />
+ <script type="text/javascript">
+ window.addEventListener('load', monkeysphere.init, false);
+ </script>
+
<statusbar id="status-bar">
<statusbarpanel id="monkeysphere-status"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list