[Pkg-mozext-commits] [tabmixplus] 51/73: Fix Webstorm inspection errors - xml files

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 318826f0cce8715a42fb4cb2537cfdfd6b328f09
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Apr 23 16:02:05 2016 +0300

    Fix Webstorm inspection errors - xml files
---
 chrome/content/about.xul                                  | 2 +-
 chrome/content/minit/renameTab.xul                        | 5 +++--
 chrome/content/preferences/overlay/preferences.xml        | 1 +
 chrome/content/preferences/shortcutsLabels.xml            | 1 +
 chrome/content/preferences/subdialogs/pref-appearance.xul | 1 -
 chrome/content/preferences/subdialogs/pref-filetype.xul   | 1 -
 chrome/content/session/promptservice.xul                  | 6 ++++--
 chrome/content/tab/tabbrowser.xml                         | 2 ++
 chrome/content/tab/tabbrowser_proxy.xml                   | 1 +
 chrome/content/tab/tabmix.xml                             | 2 ++
 chrome/content/tab/tabmix_3.xml                           | 2 ++
 11 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/chrome/content/about.xul b/chrome/content/about.xul
index 61cb1ba..fdaeb55 100644
--- a/chrome/content/about.xul
+++ b/chrome/content/about.xul
@@ -2,7 +2,7 @@
 
 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 <?xml-stylesheet href="chrome://mozapps/skin/extensions/about.css" type="text/css"?>
-<!DOCTYPE bindings [
+<!DOCTYPE dialog [
 <!ENTITY % aboutDTD SYSTEM "chrome://mozapps/locale/extensions/about.dtd" >
 %aboutDTD;
 <!ENTITY % miscDTD SYSTEM "chrome://tabmixplus/locale/misc.dtd" >
diff --git a/chrome/content/minit/renameTab.xul b/chrome/content/minit/renameTab.xul
index df2e8f1..d599adc 100644
--- a/chrome/content/minit/renameTab.xul
+++ b/chrome/content/minit/renameTab.xul
@@ -1,3 +1,6 @@
+<?xml version="1.0"?>
+
+<?xml-stylesheet href="chrome://tabmixplus/skin/renameTab.css" type="text/css"?>
 
 <!DOCTYPE overlay [
 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >
@@ -6,8 +9,6 @@
 %miscDTD;
 ]>
 
-<?xml-stylesheet href="chrome://tabmixplus/skin/renameTab.css" type="text/css"?>
-
 <overlay id="renameTabOverlay"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
diff --git a/chrome/content/preferences/overlay/preferences.xml b/chrome/content/preferences/overlay/preferences.xml
index 06e4a4b..30414e9 100644
--- a/chrome/content/preferences/overlay/preferences.xml
+++ b/chrome/content/preferences/overlay/preferences.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="tabmix_preferences_bindings"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/preferences/shortcutsLabels.xml b/chrome/content/preferences/shortcutsLabels.xml
index 8d1c1e8..5cd94ec 100644
--- a/chrome/content/preferences/shortcutsLabels.xml
+++ b/chrome/content/preferences/shortcutsLabels.xml
@@ -7,6 +7,7 @@
 %shortcutsDTD;
 ]>
 
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="tmp_shortcuts_labels"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/preferences/subdialogs/pref-appearance.xul b/chrome/content/preferences/subdialogs/pref-appearance.xul
index 36c2e38..6a5203c 100644
--- a/chrome/content/preferences/subdialogs/pref-appearance.xul
+++ b/chrome/content/preferences/subdialogs/pref-appearance.xul
@@ -13,7 +13,6 @@
 <dialog id="pref-TMPstyles"
         windowtype="mozilla:tabmixopt-appearance"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-        xmlns:html="http://www.w3.org/1999/xhtml"
         buttons="accept,cancel,help,extra2"
         ondialoghelp="tabstyles.openHelp();"
         title="&styles.label;"
diff --git a/chrome/content/preferences/subdialogs/pref-filetype.xul b/chrome/content/preferences/subdialogs/pref-filetype.xul
index 150c132..2dbf9ae 100644
--- a/chrome/content/preferences/subdialogs/pref-filetype.xul
+++ b/chrome/content/preferences/subdialogs/pref-filetype.xul
@@ -13,7 +13,6 @@
 <dialog id="pref-TMPfiletype"
         windowtype="mozilla:tabmixopt-filetype"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-        xmlns:html="http://www.w3.org/1999/xhtml"
         buttons="accept,cancel,help"
         ondialoghelp="window.opener.openHelp('links#file-type-editor');"
         title="&filetype.options;"
diff --git a/chrome/content/session/promptservice.xul b/chrome/content/session/promptservice.xul
index 8552355..54debed 100644
--- a/chrome/content/session/promptservice.xul
+++ b/chrome/content/session/promptservice.xul
@@ -1,12 +1,14 @@
 <?xml version="1.0"?>
 <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
 
-<!DOCTYPE dialog SYSTEM "chrome://tabmixplus/locale/pref-tabmix.dtd" >
+<!DOCTYPE dialog [
+  <!ENTITY % pref-tabmixDTD SYSTEM "chrome://tabmixplus/locale/pref-tabmix.dtd">
+  %pref-tabmixDTD;
+]>
 
 <dialog id="tabmix-prompt"
    windowtype="mozilla:tabmixprompt"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-   xmlns:html="http://www.w3.org/1999/xhtml"
    resizable="no"
    onload="prompt_init();"
    buttons="accept, cancel, extra1"
diff --git a/chrome/content/tab/tabbrowser.xml b/chrome/content/tab/tabbrowser.xml
index 7fee33c..8fe280a 100644
--- a/chrome/content/tab/tabbrowser.xml
+++ b/chrome/content/tab/tabbrowser.xml
@@ -1,4 +1,6 @@
 <?xml version="1.0"?>
+
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="DEPRECATED_tabxbindings_30"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/tab/tabbrowser_proxy.xml b/chrome/content/tab/tabbrowser_proxy.xml
index bf993c9..f9a08d8 100644
--- a/chrome/content/tab/tabbrowser_proxy.xml
+++ b/chrome/content/tab/tabbrowser_proxy.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="tabmixbindings-proxy"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/tab/tabmix.xml b/chrome/content/tab/tabmix.xml
index f695980..fd7eb60 100644
--- a/chrome/content/tab/tabmix.xml
+++ b/chrome/content/tab/tabmix.xml
@@ -1,4 +1,6 @@
 <?xml version="1.0"?>
+
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="DEPRECATED_tabxbindings"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/tab/tabmix_3.xml b/chrome/content/tab/tabmix_3.xml
index 55904f9..cafcad7 100644
--- a/chrome/content/tab/tabmix_3.xml
+++ b/chrome/content/tab/tabmix_3.xml
@@ -1,4 +1,6 @@
 <?xml version="1.0"?>
+
+<!--suppress XmlUnusedNamespaceDeclaration -->
 <bindings id="DEPRECATED_tabxbindings_3"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list