]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
remove legacy XPCOM implementation
[icedeb.git] / chrome / content / icedeb.xul
diff --git a/chrome/content/icedeb.xul b/chrome/content/icedeb.xul
deleted file mode 100644 (file)
index 7b8e347..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/css"
-  href="chrome://icedeb/content/icedeb.css"?>
-
-<!DOCTYPE overlay SYSTEM "chrome://icedeb/locale/icedeb.dtd">
-
-<overlay id="icedeb-overlay"
-  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-<script type="application/x-javascript"
-  src="chrome://icedeb/content/icedeb.js"/>
-
-<!-- Firefox -->
-<toolbarpalette id="BrowserToolbarPalette">
-  <toolbarbutton id="icedeb-bts"/>
-  <toolbarbutton id="icedeb-pts"/>
-  <toolbarbutton id="icedeb-deb"/>
-  <toolbarbutton id="icedeb-ml"/>
-  <toolbarbutton id="icedeb-ddpo"/>
-  <toolbarbutton id="icedeb-buildd"/>
-  <toolbarbutton id="icedeb-security"/>
-  </toolbarpalette>
-
-
-<!-- button details -->
-<toolbarbutton id="icedeb-bts"
-  label="&bts.label;"
-  tooltiptext="&bts.tooltiptext;"
-  onclick="IceDeb.btsButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-pts"
-  label="&pts.label;"
-  tooltiptext="&pts.tooltiptext;"
-  onclick="IceDeb.ptsButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-deb"
-  label="&deb.label;"
-  tooltiptext="&deb.tooltiptext;"
-  onclick="IceDeb.debButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-ml"
-  label="&ml.label;"
-  tooltiptext="&ml.tooltiptext;"
-  onclick="IceDeb.mlButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ml icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-ddpo"
-  label="&ddpo.label;"
-  tooltiptext="&ddpo.tooltiptext;"
-  onclick="IceDeb.ddpoButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ddpo icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-buildd"
-  label="&buildd.label;"
-  tooltiptext="&buildd.tooltiptext;"
-  onclick="IceDeb.builddButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-buildd icedeb-button"
-  />
-
-<toolbarbutton id="icedeb-security"
-  label="&security.label;"
-  tooltiptext="&security.tooltiptext;"
-  onclick="IceDeb.securityButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-security icedeb-button"
-  />
-
-</overlay>
-