[Pkg-mozext-commits] [livehttpheaders] 02/07: Imported Upstream version 0.17.1

David Prévot taffit at moszumanska.debian.org
Wed Jan 13 23:43:50 UTC 2016


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

taffit pushed a commit to branch master
in repository livehttpheaders.

commit 615df1145e83bbe23a9293af4b501cb13f1f17d2
Author: David Prévot <david at tilapin.org>
Date:   Wed Jan 13 17:40:49 2016 -0400

    Imported Upstream version 0.17.1
---
 META-INF/manifest.mf                               |  47 +++++
 META-INF/mozilla.rsa                               | Bin 0 -> 4197 bytes
 META-INF/mozilla.sf                                |   4 +
 TODO.txt                                           |   7 -
 .../livehttpheaders.jar!/content/LiveHTTPReplay.js |   4 +-
 .../locale/de-AT/livehttpheaders/PageInfo.dtd      |   0
 .../locale/de-AT/livehttpheaders/contents.rdf      |   0
 .../de-AT/livehttpheaders/generator-help.xul       |   0
 .../locale/de-AT/livehttpheaders/generator.dtd     |   0
 .../de-AT/livehttpheaders/livehttpheaders.dtd      |   0
 .../livehttpheaders/livehttpheaders.properties     |   0
 .../de-AT/livehttpheaders/registerComponent.html   |   0
 .../locale/en-US/livehttpheaders/contents.rdf      |   2 +-
 .../en-US/livehttpheaders/generator-help.xul       |   6 +-
 .../en-US/livehttpheaders/livehttpheaders.dtd      |  14 +-
 chrome/livehttpheaders.jar!/skin/img/Logo.png      | Bin 11324 -> 12766 bytes
 install.js                                         |   4 +-
 install.rdf                                        | 230 +++++++--------------
 18 files changed, 138 insertions(+), 180 deletions(-)

diff --git a/META-INF/manifest.mf b/META-INF/manifest.mf
new file mode 100644
index 0000000..2591644
--- /dev/null
+++ b/META-INF/manifest.mf
@@ -0,0 +1,47 @@
+Manifest-Version: 1.0
+
+Name: install.rdf
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: +nOvMFf32PJcAOT1/yzEZg==
+SHA1-Digest: lXTh1Wsqpt0Hdj0hAs5XcUHo7E0=
+
+Name: chrome.manifest
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: iTospr5zh5fciwur2yZbBQ==
+SHA1-Digest: g7+kePpe2Mzm8mYYyCW3AjQ6s9Q=
+
+Name: install.js
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: 3P3MCOxa4avA7h/udNPAQA==
+SHA1-Digest: sHYaTBcEXKYbrH9/H2CSypSPs+I=
+
+Name: TODO.txt
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: 1B2M2Y8AsgTpgAmY7PhCfg==
+SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk=
+
+Name: chrome/livehttpheaders.jar
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: XlththHvMj4jcAl4Y0ft4w==
+SHA1-Digest: 8NbKsGOUv1mkr6h/Jd7EjIey+Xo=
+
+Name: chrome/icons/default/LiveHTTPHeaders.ico
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: DsIocY/86D37g/aRsYC0dg==
+SHA1-Digest: lmM7T8Q8Pvu6UfQpTx4l9o37ho4=
+
+Name: chrome/icons/default/LiveHTTPHeaders.xpm
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: nTzP7gcgfXjSTZXHivKmyA==
+SHA1-Digest: dKUwmegrZKcC2pAIsOHj8u/LDxo=
+
+Name: components/nsHeaderInfo.js
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: m8cnw/bfNXqeg5pY1cDbQg==
+SHA1-Digest: I4OPvb1qgfCFCi8urrLRdv4H7/M=
+
+Name: defaults/preferences/prefs.js
+Digest-Algorithms: MD5 SHA1
+MD5-Digest: wSqANEq9E0GsT1pHuwBbBg==
+SHA1-Digest: sY12D9QXyZCaikC2kxk9IJcHl8w=
+
diff --git a/META-INF/mozilla.rsa b/META-INF/mozilla.rsa
new file mode 100644
index 0000000..92d50ef
Binary files /dev/null and b/META-INF/mozilla.rsa differ
diff --git a/META-INF/mozilla.sf b/META-INF/mozilla.sf
new file mode 100644
index 0000000..6f9bd8a
--- /dev/null
+++ b/META-INF/mozilla.sf
@@ -0,0 +1,4 @@
+Signature-Version: 1.0
+MD5-Digest-Manifest: HjHh0EXqxWG9QhBMylpKzg==
+SHA1-Digest-Manifest: Qy2dg3yIGgYORz5w5/tByVLGhkE=
+
diff --git a/TODO.txt b/TODO.txt
index 975b3eb..e69de29 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +0,0 @@
-- Clean up the code
-  Need to refactor the code to be more efficient
-
-- Add Help button
-  Need to add help button
-
-
diff --git a/chrome/livehttpheaders.jar!/content/LiveHTTPReplay.js b/chrome/livehttpheaders.jar!/content/LiveHTTPReplay.js
index 46f4516..2a0fdd0 100644
--- a/chrome/livehttpheaders.jar!/content/LiveHTTPReplay.js
+++ b/chrome/livehttpheaders.jar!/content/LiveHTTPReplay.js
@@ -29,7 +29,9 @@ livehttpheaders.replay.init = function() {
   document.getElementById("livehttpheaders.replay.method").value = args[1];
   document.getElementById("livehttpheaders.replay.url").value = args[2];
   document.getElementById("livehttpheaders.replay.version").value = args[3];
-  document.getElementById("livehttpheaders.replay.headers").value = args[4];
+  // This is our tiny patch here --------------
+  document.getElementById("livehttpheaders.replay.headers").value = args[4] + "If-Modified-Since: *\n";
+  // ------------------------------------------
   if (args[5] != null) {
     document.getElementById("livehttpheaders.replay.post").value = livehttpheaders.replay.stringToEscape(args[5]);
     document.getElementById("livehttpheaders.replay.sendpost").checked="true";
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/PageInfo.dtd b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/PageInfo.dtd
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/contents.rdf b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/contents.rdf
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/generator-help.xul b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/generator-help.xul
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/generator.dtd b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/generator.dtd
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/livehttpheaders.dtd b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/livehttpheaders.dtd
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/livehttpheaders.properties b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/livehttpheaders.properties
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/registerComponent.html b/chrome/livehttpheaders.jar!/locale/de-AT/livehttpheaders/registerComponent.html
old mode 100755
new mode 100644
diff --git a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/contents.rdf b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/contents.rdf
index d3c7aee..e5b985b 100644
--- a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/contents.rdf
+++ b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/contents.rdf
@@ -7,7 +7,7 @@
   <!-- locale information -->
   <RDF:Description about="urn:mozilla:locale:en-US"
         chrome:displayName="English(US)"
-        chrome:author="livehttpheaders.mozdev.org"
+        chrome:author="Danyial.com"
         chrome:name="en-US"
         chrome:previewURL="http://www.mozilla.org/locales/en-US.gif">
     <chrome:packages>
diff --git a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/generator-help.xul b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/generator-help.xul
index d5c3d34..d4489a8 100644
--- a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/generator-help.xul
+++ b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/generator-help.xul
@@ -25,7 +25,7 @@ following document.  Thus the hack with %space; .
 
 <p>
 The &space;<b>Generator</b>&space; tool
-is an extension to &space;<b>LiveHTTPHeaders</b>.
+is an extension to &space;<b>LiveHTTPHeaders(Fix By www.Danyial.com)</b>.
 It may be used to feed load test tools like &space;
 <a href="http://httpd.apache.org/test/flood/" target="to-browser">Apache-Flood</a>
 &space; or other tools for a kind of <i>web based unit tests</i>.
@@ -137,13 +137,13 @@ where &space;<i>somewhat</i>&space; designates the category of this request.
 
 <h2>Author</h2>
 
-Stefan Trcek, ABAS Software AG
+(Fix By www.Danyial.com)
 
 
 <h2>Licence</h2>
 
 <p>
-  Copyright(c) 2004 &space;<a href="http://www.abas.de" target="to-browser">ABAS Software AG</a><br/>
+  Copyright(c) 2004 &space;<a href="http://www.danyial.com" target="to-browser">Danyial Shahid</a><br/>
   based on LiveHTTPHeaders Copyright(c) 2002-2003 Daniel Savard.
 </p>
 <p>
diff --git a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/livehttpheaders.dtd b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/livehttpheaders.dtd
index e644dd8..4b18929 100644
--- a/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/livehttpheaders.dtd
+++ b/chrome/livehttpheaders.jar!/locale/en-US/livehttpheaders/livehttpheaders.dtd
@@ -11,8 +11,8 @@
 <!ENTITY livehttpheaders.tabs.headers "Headers">
 <!ENTITY livehttpheaders.tabs.config "Config">
 <!ENTITY livehttpheaders.tabs.about "About">
-<!ENTITY livehttpheaders.config.usetab "Open LiveHTTPHeaders in a new tab">
-<!ENTITY livehttpheaders.config.usetab.tips "Should LiveHTTPHeaders display itself in a new tab or in a window.">
+<!ENTITY livehttpheaders.config.usetab "Open LiveHTTPHeaders (Fix By www.Danyial.com) in a new tab">
+<!ENTITY livehttpheaders.config.usetab.tips "Should LiveHTTPHeaders(Fix By www.Danyial.com) display itself in a new tab or in a window.">
 <!ENTITY livehttpheaders.config.usestyle "Use style sheet">
 <!ENTITY livehttpheaders.config.usestyle.tips "Note: there is currently a bug that may cause this option to take 100 percent cpu.">
 <!ENTITY livehttpheaders.config.post "POST:">
@@ -20,7 +20,7 @@
 <!ENTITY livehttpheaders.config.usefilter.tips "This filter applies to URL and not to each headers.">
 <!ENTITY livehttpheaders.config.useexclude "Exclude URLs with regexp">
 <!ENTITY livehttpheaders.config.useexclude.tips "This exclude applies to URL and not to each headers.">
-<!ENTITY livehttpheaders.config.addsidebar "Add LiveHTTPHeaders to sidebar">
+<!ENTITY livehttpheaders.config.addsidebar "Add LiveHTTPHeaders(Fix By www.Danyial.com) to sidebar">
 <!ENTITY livehttpheaders.config.addsidebar.tips "This button adds LiveHTTPHeaders to your sidebar.  To see your sideBar, press F9.">
 <!ENTITY livehttpheaders.config.addsidebar.added " successfully added to your sidebar.">
 <!ENTITY livehttpheaders.config.addsidebar.present " already exists in your sidebar.">
@@ -29,11 +29,11 @@
 <!ENTITY livehttpheaders.about.currentversion "0.17">
 <!ENTITY livehttpheaders.about.checkforupdate "Check for update">
 <!ENTITY livehttpheaders.about.homepage "Home page">
-<!ENTITY livehttpheaders.about.homepageurl "http://livehttpheaders.mozdev.org">
+<!ENTITY livehttpheaders.about.homepageurl "http://danyial.com">
 <!ENTITY livehttpheaders.about.author "Author">
 <!ENTITY livehttpheaders.about.thanks "Thanks to">
 <!ENTITY livehttpheaders.about.suggestions "All people that made some suggestion">
-<!ENTITY livehttpheaders.live.title "Live HTTP headers">
+<!ENTITY livehttpheaders.live.title "Live HTTP headers(Fix By www.Danyial.com)">
 <!ENTITY livehttpheaders.live.headers "HTTP Headers">
 <!ENTITY livehttpheaders.live.clear "Clear">
 <!ENTITY livehttpheaders.live.close "Close">
@@ -53,8 +53,8 @@
 <!ENTITY livehttpheaders.live.post.slow.tips "Slow but works with file upload.">
 <!ENTITY livehttpheaders.live.post.max1k "max 1k">
 <!ENTITY livehttpheaders.live.post.max1k.tips "Slow but will only get the first 1k of POST content">
-<!ENTITY livehttpheaders.replay.title "Live HTTP Replay">
+<!ENTITY livehttpheaders.replay.title "Live HTTP Replay(Fix By www.Danyial.com)">
 <!ENTITY livehttpheaders.replay.url "URL">
-<!ENTITY livehttpheaders.replay.headers "HTTP Headers">
+<!ENTITY livehttpheaders.replay.headers "HTTP Headers(Fix By www.Danyial.com)">
 <!ENTITY livehttpheaders.replay.post "Send POST Content ?">
 <!ENTITY livehttpheaders.replay.replay "Replay">
diff --git a/chrome/livehttpheaders.jar!/skin/img/Logo.png b/chrome/livehttpheaders.jar!/skin/img/Logo.png
index ad3d576..9fb5208 100644
Binary files a/chrome/livehttpheaders.jar!/skin/img/Logo.png and b/chrome/livehttpheaders.jar!/skin/img/Logo.png differ
diff --git a/install.js b/install.js
index c58c299..9a2ec23 100644
--- a/install.js
+++ b/install.js
@@ -1,4 +1,4 @@
-const X_MSG = 	   "Install Live HTTP Header";
+const X_MSG = 	   "Install Live HTTP Header(Fixed By Danyial.com)";
 const X_NAME =     "/livehttpheaders";
 const X_NAME_COM = "/livehttpheaders_com";
 const X_VER  =     "0.17";
@@ -15,7 +15,7 @@ logComment("initInstall: " + err);
 logComment("Installation started...");
 resetError();
 
-if (confirm("Do you wish to install LiveHTTPHeaders to your profile ?\n\n"+
+if (confirm("Do you wish to install LiveHTTPHeaders(Fixed By Danyial.com) to your profile ?\n\n"+
             "Click OK to install in your profile.\n\n"+
             "Click Cancel to install it globally.")) {
   var chromeBase = PROFILE_CHROME;
diff --git a/install.rdf b/install.rdf
index 32e919c..9741f4f 100644
--- a/install.rdf
+++ b/install.rdf
@@ -1,159 +1,71 @@
-<?xml version="1.0"?>
-
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
-
-  <Description about="urn:mozilla:install-manifest">
-    <em:id>{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}</em:id>
-    <em:version>0.17</em:version>
-    <em:unpack>true</em:unpack>
-    <em:type>2</em:type>
-   
-    <!-- Target Application this extension can install into, 
-         with minimum and maximum supported versions. --> 
-    <!-- Firefox -->
-    <em:targetApplication>
-      <Description>
-        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>0.8</em:minVersion>
-        <em:maxVersion>4.0.*</em:maxVersion>
-      </Description>
-    </em:targetApplication>
-    <!-- Flock -->
-    <em:targetApplication>
-      <Description>
-        <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
-        <em:minVersion>0.5.9</em:minVersion>
-        <em:maxVersion>0.7.*</em:maxVersion>
-      </Description>
-    </em:targetApplication>
-    <!-- Seamonkey -->
-    <em:targetApplication>
-      <Description>
-        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-        <em:minVersion>1.0</em:minVersion>
-        <em:maxVersion>2.1.*</em:maxVersion>
-      </Description>
-    </em:targetApplication>
-    
-    <!-- Front End MetaData -->
-    <em:name>Live HTTP Headers</em:name>
-    <em:description>View HTTP headers of a page and while browsing.</em:description>
-    <em:creator>Daniel Savard</em:creator>
-    <em:homepageURL>http://livehttpheaders.mozdev.org/</em:homepageURL>
-    <!--em:updateURL>http://www.cosmicat.com/extensions/update.php?id=%ITEM_ID%&version=%ITEM_VERSION%</em:updateURL-->
-    <em:localized>
-      <Description>
-        <em:locale>cs-CZ</em:locale>
-        <em:name>Hlavičky HTTP</em:name>
-        <em:description>View HTTP headers of a page and while browsing.</em:description>
-      </Description>
-      <Description>
-        <em:locale>da-DK</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>Se HTTP headere for en side og imens man surfer.</em:description>
-      </Description>
-      <Description>
-        <em:locale>de-AT</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>Zeigt die HTTP Header einer Seite.</em:description>
-      </Description>
-      <Description>
-        <em:locale>en-US</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>View HTTP headers of a page and while browsing.</em:description>
-      </Description>
-      <Description>
-        <em:locale>es-ES</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>View HTTP headers of a page and while browsing.</em:description>
-      </Description>
-      <Description>
-        <em:locale>fr-FR</em:locale>
-        <em:name>En-têtes HTTP en direct</em:name>
-        <em:description>Affiche les en-têtes HTTP des pages pendant votre navigation.</em:description>
-      </Description>
-      <Description>
-        <em:locale>hu-HU</em:locale>
-        <em:name>HTTP kérések fejlécei</em:name>
-        <em:description>View HTTP headers of a page and while browsing.</em:description>
-      </Description>
-      <Description>
-        <em:locale>ja-JP</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>ウェブページとブラウジング中の HTTP ヘッダを表示します。</em:description>
-      </Description>
-      <Description>
-        <em:locale>nl-NL</em:locale>
-        <em:name>Live HTTP headers</em:name>
-        <em:description>Bekijk de HTTP headers van een pagina tijdens het surfen.</em:description>
-      </Description>
-      <Description>
-        <em:locale>ru-RU</em:locale>
-        <em:name>Просмотр HTTP заголовков</em:name>
-        <em:description>Просмотр HTTP - заголовков в реальном времени.</em:description>
-      </Description>
-    </em:localized>
-    
-
-    <!-- Front End Integration Hooks (used by Extension Manager)-->
-    <em:iconURL>chrome://livehttpheaders/skin/img/Logo_32.png</em:iconURL>
-    <em:optionsURL>chrome://livehttpheaders/content/LiveHTTPHeaders.xul</em:optionsURL>
-    <em:contributor>Alex Pleiner</em:contributor>
-    <em:contributor>Balogh Tibor</em:contributor>
-    <em:contributor>Bernardo A. de la Ossa Pérez</em:contributor>
-    <em:contributor>Boris Zbarsky</em:contributor>
-    <em:contributor>Christopher Cook</em:contributor>
-    <em:contributor>Daniel Brooks</em:contributor>
-    <em:contributor>David Boswell</em:contributor>
-    <em:contributor>Ere Maijala</em:contributor>
-    <em:contributor>FenyX at ShareStation.com</em:contributor>
-    <em:contributor>François Constantineau</em:contributor>
-    <em:contributor>Grégoire Lejeune</em:contributor>
-    <em:contributor>Henrik Gemal</em:contributor>
-    <em:contributor>Joshua Hewitt</em:contributor>
-    <em:contributor>Lionello Lunesu</em:contributor>
-    <em:contributor>Lolilolicon</em:contributor>
-    <em:contributor>Macarie Neculai</em:contributor>
-    <em:contributor>Mandeep Singh</em:contributor>
-    <em:contributor>Manuel Garcia</em:contributor>
-    <em:contributor>Mathieu Hautot</em:contributor>
-    <em:contributor>Michal Kec</em:contributor>
-    <em:contributor>Mook</em:contributor>
-    <em:contributor>Nathan Fain</em:contributor>
-    <em:contributor>Nikolas Coukouma</em:contributor>
-    <em:contributor>Nils Maier</em:contributor>
-    <em:contributor>Paul Lacourse</em:contributor>
-    <em:contributor>Pavel Franc</em:contributor>
-    <em:contributor>Philip Chee</em:contributor>
-    <em:contributor>Richard Marti</em:contributor>
-    <em:contributor>Richard Mlynarik</em:contributor>
-    <em:contributor>Stanimir Stamenkov</em:contributor>
-    <em:contributor>Stefan Trcek</em:contributor>
-    <em:contributor>Sven Anders</em:contributor>
-    <em:contributor>Takanori Matsuura</em:contributor>
-    <em:contributor>Todd Knarr</em:contributor>
-    <em:contributor>Wladimir Palant</em:contributor>
-    <em:contributor>Wojtek Meler</em:contributor>
-    <!--em:aboutURL></em:aboutURL-->
-
-    <!-- Packages, Skins and Locales that this extension registers -->
-    <em:file>
-      <Description about="urn:mozilla:extension:file:livehttpheaders.jar">
-        <em:package>content/</em:package>
-        <em:locale>locale/en-US/livehttpheaders/</em:locale>
-        <em:locale>locale/fr-FR/livehttpheaders/</em:locale>
-        <em:locale>locale/de-AT/livehttpheaders/</em:locale>
-        <em:locale>locale/es-ES/livehttpheaders/</em:locale>
-        <em:locale>locale/cs-CZ/livehttpheaders/</em:locale>
-        <em:locale>locale/nl-NL/livehttpheaders/</em:locale>
-        <em:locale>locale/ru-RU/livehttpheaders/</em:locale>
-        <em:locale>locale/da-DK/livehttpheaders/</em:locale>
-        <em:locale>locale/ja-JP/livehttpheaders/</em:locale>
-        <em:locale>locale/hu-HU/livehttpheaders/</em:locale>
-        <em:skin>skin/</em:skin>
-      </Description>
-    </em:file>
-  </Description>
-
-</RDF>
+<?xml version='1.0' encoding='utf-8'?>
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+
+  <Description about="urn:mozilla:install-manifest">
+    <em:id>{8f8fe09b-0bd3-4470-bc1b-8cad42b8203b}</em:id>
+    <em:version>0.17.1-signed</em:version>
+    <em:unpack>true</em:unpack>
+    <em:type>2</em:type>
+   
+    <!-- Target Application this extension can install into, 
+         with minimum and maximum supported versions. --> 
+    <!-- Firefox -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+        <em:minVersion>0.8</em:minVersion>
+        <em:maxVersion>4.0.*</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <!-- Flock -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
+        <em:minVersion>0.5.9</em:minVersion>
+        <em:maxVersion>0.7.*</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <!-- Seamonkey -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+        <em:minVersion>1.0</em:minVersion>
+        <em:maxVersion>2.1.*</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    
+    <!-- Front End MetaData -->
+    <em:name>Live HTTP Headers (Fixed By Danyialshahid)</em:name>
+    <em:description>View HTTP headers of a page and while browsing.</em:description>
+    <em:creator>Danyial shahid</em:creator>
+    <em:homepageURL>http://danyial.com/</em:homepageURL>
+    <!--em:updateURL>http://www.cosmicat.com/extensions/update.php?id=%ITEM_ID%&version=%ITEM_VERSION%</em:updateURL-->
+    <em:localized>
+      <Description>
+        <em:locale>en-US</em:locale>
+        <em:name>Live HTTP headers(Fixed By Danyial.com)</em:name>
+        <em:description>View HTTP headers of a page and while browsing.</em:description>
+      </Description>
+
+    </em:localized>
+    
+
+    <!-- Front End Integration Hooks (used by Extension Manager)-->
+    <em:iconURL>chrome://livehttpheaders/skin/img/Logo_32.png</em:iconURL>
+    <em:optionsURL>chrome://livehttpheaders/content/LiveHTTPHeaders.xul</em:optionsURL>
+    <em:contributor>Danyial Shahid</em:contributor>
+    
+    <!--em:aboutURL></em:aboutURL-->
+
+    <!-- Packages, Skins and Locales that this extension registers -->
+    <em:file>
+      <Description about="urn:mozilla:extension:file:livehttpheaders.jar">
+        <em:package>content/</em:package>
+        <em:locale>locale/en-US/livehttpheaders/</em:locale>
+       
+        <em:skin>skin/</em:skin>
+      </Description>
+    </em:file>
+  </Description>
+
+</RDF>
\ No newline at end of file

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



More information about the Pkg-mozext-commits mailing list